barkley
Posts: 4
Score: 0 Joined: 10/6/2008 Status: offline
|
I am trying to upgrade our users who have older versions of SAV 10.1 installed (10.1.396.0, 10.1.5000.5) to the latest 10.1.7.7000. My plan is to use SMS 2003 for the distribution. To do so I have taken the contents of the "\\%servername%\VPHOME\CLT-INST\WIN32" (including GRC.dat) directory and copied to the package source directory on my SMS server. I then created a package and program using the setup. In my testing it worked great with the following command line: "Setup.exe /S /v /qn" (minus the quotes of course). However, when I did some testing with a small circle of users we found some systems would automatically reboot without notice after the upgrade completed (not a good thing). To avoid this issue, I tried using the following: Setup.exe /S /v"/qn+ REBOOT=ReallySuppress". It worked perfectly when testing from a DOS command line. The /qn+ switch displays a modal dialogue notifiying the user that the install has completed. I then attempted to use the above command line in the program for my SMS package but was it was not successful. The setup would run but it would completely ignore the switches inside the quotes (/qn+ REBOOT=ReallySuppress), meaning there would be no "setup completed" dialog box and the system would automatically reboot upon completion. Does anyone know how I can get SMS to pass along the switches that are contained within the quotes or any alternative method? Appreciate any help. Thanks.
< Message edited by barkley -- 10/6/2008 10:09:15 PM >
|