Jump to content

Winzip 12.0 Silent Install


Bruce Darby

Recommended Posts

After digging through numerous posts here and not finding a lot of anything that helped me make a 'simple' silent installation of Winzip 12.0, I did some footwork of my own and came up with this method of creating a silent installation of Winzip. Sure hope it helps others.


  1. Unzip the Setup.exe to your $oem\apps\winzip folder. I used WinRAR to do this
    Delete all files other than the winzip120.msi file
    Download and install the Orca MSI editor. It's a free download
    Right-click on the winzip120.msi file and select Edit with Orca
    Select the PROPERTY table from the table list
    Edit the file as you desire using the instructions found here..
http://www.winzip.com/xmsicust.htm#custom
Save the file and close Orca
Open Notepad and enter the following three lines...
[Registration]
WinZip120_Name=<Your registration username from Winzip>
WinZip120_Code=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX <Your registration code from Winzip>
Save the file as WINZIP.SUREG. Place this file into your $oem$\apps\winzip folder with the winzip120.msi file
Open your RegOnceEx.cmd file and add these three lines...
REG ADD %KEY%\002 /VE /D "Winzip" /f
REG ADD %KEY%\002 /V 1 /D "msiexec /i %PP%\winzip\winzip120.msi /qn" /f
REG ADD %KEY%\002 /V 2 /D "cmd.exe /c Copy %PP%\winzip\winzip.sureg \"%AllUsersProfile%\Application Data\Winzip\winzip.sureg\"" /f

There is no need to install Winzip first and the first time you open Winzip, no registration screen to prevent you from going right to work. Also, the %pp% variable is simply designed to allow for a shorter command line. It points to the CD-ROM\$oem$\apps folder.

Edited by Bruce Darby
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...