Jump to content

WinZip v9


leungda

Recommended Posts

I have a problem to do tghe slient install. I use the following

REG ADD %KEY%\071 /VE /D "WinZip v9.0" /f

REG ADD %KEY%\071 /V 1 /D "%systemdrive%\install\winzip.exe /autoinstall /noqp /notip" /f

REG ADD %KEY%\071 /V 2 /D "REGEDIT /S %systemdrive%\install\winzip.reg" /f

but it seem the setup file doesn't work on /autoinstall..... so, what can I do now?

Link to comment
Share on other sites


I add the following into my batch file

ECHO.

ECHO WinZip v9.0

ECHO Please Wait...

MD "%ProgramFiles%"\WinZip

copy install\Winzip "%ProgramFiles%"\WinZIp

start /wait "%ProgramFiles%"\WinZip\WinZip32.exe /noqp /notip /autoinstall

but still doesn't work.... any solution?

Link to comment
Share on other sites

you need the full paths in the copy command.

install\Winzip

won't work.

Most likely should be

%systemdrive%\install\winzip

and since you used COPY, you also need to tell the file to copy

%systemdrive%\install\winzip\*.*

Link to comment
Share on other sites

the file copying is working fine without any problem... The main problem is

I am keep getting the error that /noqp is not a valid switch. I've tries it without the /noqp and /notip switches and just using /autoinstall but then I get /autoinstall is not a valid switch. it seem can not find the winzip32.exe but the winzip32.exe is correctly placed in c:\program files\winzip

Link to comment
Share on other sites

Actually, I use a SFX to install WinZip, and it always works. I made a SFX with WinRAR with these settings:

Path=%systemdrive%\Program Files\WinZip

SavePath

Setup=WINZIP32.exe /noqp /notip /autoinstall

Silent=1

Overwrite=1

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