Winzip Winzip
Becarefull, the INSTALLCMD property isn't enough (at least for Version 17.5 MSI packages from the winzip website) You need to customise the UI5_INSTALLCMD as well otherwise you get the file as… Read More
msiexec.exe /i installer.msi /qn ADDDESKTOPICON=1 ADDSTARTMENU=1 INSTALLCMD="/noc4u /notip /autoinstall" This will install WinZip silently on a network. It will add an icon to the start menu … Read More
Silent uninstall of 16.0.9661: start /wait MsiExec.exe /X{CD95F661-A5C4-44F5-A6AA-ECDD91C240C6} SHOW_WEBPAGE=0 REBOOT="ReallySuppress" /qn /Liv %TEMP%\Uninstall_WinZip.log Silent uninstall of… Read More
There is a bug in the WinZip installer present from at least version 15 up to and including 16.0.9691 that can prevent a silent uninstallation due to Windows Installer crashing. This was fixed… Read More
I have created an .mst file and you can deploy it as follows to ensure that none of the extra features are installed: start /w msiexec /i winzip16-32.msi TRANSFORMS=winzip.mst INSTALLCMD="/noq… Read More
Uninstall previous 14.5 silently (including supression of the web page launch): MsiExec.exe /X{CD95F661-A5C4-44F5-A6AA-ECDD91C240BD}SHOW_WEBPAGE=0 REBOOT="ReallySuppress" /qn /Liv %TEMP%\Unins… Read More
If you're wondering why the /noaod switch isn't working, then upgrade to 15.0.9411: - The "/noaod" switch, an MSI file customization option used with the INSTALLCMD property, is working again.… Read More
To install automatically via a Group Policy in AD, Save Winzip.msi and wzmul reg file in INSTALL location - \\SERVER\SHARE\APP I used Orca to open the winzip.msi file then i created a new tr… Read More
For uninstalling silently, use the following: msiexec /x{CD95F661-A5C4-44F5-A6AA-ECDD91C240BD} /qn To further add on to this, if you want to surpress the website launch afterwards: msiexec /… Read More
to register your license automaticaly, remove the demo winzip.wzmul in your mst, and remplace buy yours in all users\application data\winzip using a transform and then changed the value of the … Read More
I wanted to deploy WINZIP14.5 using Zenworks 7. I was happy with desktop/startmenu shortcut. I created a transform to deliver our corporate license file into the application. I created an obj… Read More