BESClientUpgrade-6.0.21.5.exe

(imported topic written by Wallen9791)

Hi there…I have 2 quick questions.

  1. Is there a setup logfile that gets created once you execute the upgrade executable? If so, see question 2.

  2. I’m trying to execute the upgrade executable silently using the /s switch along with the /f2 to specify an alternate log file location and I am receiving an error. I can execute the command

BESClientUpgrade-6.0.21.5.exe /s without any problems. However when I put in the command

BESClientUpgrade-6.0.21.5.exe /s /f2"c:\winnt\install_logs\BigFix_Upgrade6.0.21.05.log" I get an error.

Here is the error "There is not enough diskspace on drive2c:\ to extract this package. Please free up 3.57MB and Retry.

The machine has over 7 Gigs free space and it works fine without the /f2 switch. Any ideas?

(imported comment written by BenKus)

Hi Wallen,

The upgrade package is packaged through the “PackagefortheWeb” application from InstallShield… In order to pass the “/f2” argument to the setup.exe, you need to first use the “-a” command… Try something like this:

BESClientUpgrade-6.0.21.5.exe /s

-a

/f2"c:\winnt\install_logs\BigFix_Upgrade6.0.21.05.log"

Here is some more info that might help:

http://support.installshield.com/kb/view.asp?articleid=Q102293

Ben

(imported comment written by Wallen9791)

Thanks Ben! That worked!