Sanjay Posted September 24, 2004 Posted September 24, 2004 I keep getting the same '/noqp is not a valid switch' while doing an unattend install of 'WinZip 9.0.6224 SR1'. The following is what i have in my start.cmd:ECHO.ECHO Installing WinZip 9.0.6224 SR1ECHO Please wait...start /wait "%ProgramFiles%\WinZip\winzip32.exe" /noqp /autoinstallstart /wait regedit /s .\registerwinzip.regI have all the the WinZip install files from my current windows install in '$OEM$\$PROGS\WinZip'.Can someone please tell me what is it I am doing wrong. Thanks.
Sanjay Posted September 26, 2004 Author Posted September 26, 2004 Come on guys someone here must know how to do this right.
jbm Posted September 26, 2004 Posted September 26, 2004 start /wait %systemdrive%\"Program Files"\winzip\winzip32.exe /noqp /autoinstall
Sanjay Posted September 26, 2004 Author Posted September 26, 2004 start /wait %systemdrive%\"Program Files"\winzip\winzip32.exe /noqp /autoinstallThanks, I'll try that.
Sanjay Posted September 26, 2004 Author Posted September 26, 2004 Thanks a ton, your solution worked like a charm.My final start.cmd entries for WinZip:ECHO.ECHO Installing WinZip 9.0.6224 SR1ECHO Please wait...start /wait %systemdrive%\"Program Files"\WinZip\winzip32.exe /noqp /autoinstallstart /wait regedit /s %systemdrive%\Install\WinZip\registerwinzip.reg
Astalavista Posted September 26, 2004 Posted September 26, 2004 one u graduate from batch file commands to RunOnceEx.Cmdyou will need thisreg add %KEY%\140 /VE /D "Winzip 9" /freg add %Key%\140 /V 1 /D "regedit /s %CDROM%\Software\Winzip\registerwinzip.reg" /freg add %kEY%\140 /V 2 /D "%CDROM%\Software\Winzip\WinzipSFX.exe" /freg add %KEY%\140 /V 3 /D "\"%systemdrive%\Program Files\winzip\winzip32.exe\" /noqp /autoinstall" /f
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now