Jump to content

WinZip 9.0.6224 SR1 silent install.


Recommended Posts

Posted

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 SR1
ECHO Please wait...
start /wait "%ProgramFiles%\WinZip\winzip32.exe" /noqp /autoinstall
start /wait regedit /s .\registerwinzip.reg

I 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.


Posted

Thanks a ton, your solution worked like a charm.

My final start.cmd entries for WinZip:

ECHO.
ECHO Installing WinZip 9.0.6224 SR1
ECHO Please wait...
start /wait %systemdrive%\"Program Files"\WinZip\winzip32.exe /noqp /autoinstall
start /wait regedit /s %systemdrive%\Install\WinZip\registerwinzip.reg

Posted

one u graduate from batch file commands to RunOnceEx.Cmd

you will need this

reg add %KEY%\140 /VE /D "Winzip 9" /f

reg add %Key%\140 /V 1 /D "regedit /s %CDROM%\Software\Winzip\registerwinzip.reg" /f

reg add %kEY%\140 /V 2 /D "%CDROM%\Software\Winzip\WinzipSFX.exe" /f

reg add %KEY%\140 /V 3 /D "\"%systemdrive%\Program Files\winzip\winzip32.exe\" /noqp /autoinstall" /f

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...