Jump to content

instructions for winzip silent install


Recommended Posts

Welcome back M.S.F.N

okay, anyone wanting to install winzip, this is how you do it

1. install winzip as normal

2. copy the entire folder over to your install folder

so if you installed winzip to "c:\program files\winzip" you need to copy the whole winzip folder and then use this code

ECHO.
ECHO Installing Winzip 8.1 sr1
MD "%systemdrive%\Program Files\Winzip"
XCOPY "%systemdrive%\install\Winzip" "%systemdrive%\Program Files\Winzip"
ECHO Please wait...
pushd "%systemdrive%\Program Files\Winzip"
start /wait winzip32.exe /noqp /autoinstall
popd

i hope this helps any winzip users

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