leungda Posted August 14, 2004 Posted August 14, 2004 I have a problem to do tghe slient install. I use the followingREG ADD %KEY%\071 /VE /D "WinZip v9.0" /fREG ADD %KEY%\071 /V 1 /D "%systemdrive%\install\winzip.exe /autoinstall /noqp /notip" /fREG ADD %KEY%\071 /V 2 /D "REGEDIT /S %systemdrive%\install\winzip.reg" /fbut it seem the setup file doesn't work on /autoinstall..... so, what can I do now?
mazin Posted August 14, 2004 Posted August 14, 2004 You run winzip32.exe not winzip.exe, here's how to:http://www.msfn.org/board/index.php?showtopic=17894
leungda Posted August 16, 2004 Author Posted August 16, 2004 I add the following into my batch fileECHO.ECHO WinZip v9.0ECHO Please Wait...MD "%ProgramFiles%"\WinZipcopy install\Winzip "%ProgramFiles%"\WinZIpstart /wait "%ProgramFiles%"\WinZip\WinZip32.exe /noqp /notip /autoinstallbut still doesn't work.... any solution?
Alanoll Posted August 16, 2004 Posted August 16, 2004 you need the full paths in the copy command.install\Winzipwon't work.Most likely should be%systemdrive%\install\winzipand since you used COPY, you also need to tell the file to copy%systemdrive%\install\winzip\*.*
leungda Posted August 16, 2004 Author Posted August 16, 2004 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
mazin Posted August 16, 2004 Posted August 16, 2004 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\WinZipSavePathSetup=WINZIP32.exe /noqp /notip /autoinstallSilent=1Overwrite=1
leungda Posted August 17, 2004 Author Posted August 17, 2004 It works fine now if repack the files in sfx with those setting provided
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now