Jump to content

WinZip 9.0.6224 SR1 silent install.


Sanjay

Recommended Posts

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.

Link to comment
Share on other sites


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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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