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?
Page 1 of 1
WinZip v9
#2
Posted 14 August 2004 - 05:25 PM
#3
Posted 15 August 2004 - 06:33 PM
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?
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?
#4
Posted 15 August 2004 - 07:20 PM
you need the full paths in the copy command.
won't work.
Most likely should be
and since you used COPY, you also need to tell the file to copy
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\*.*
#5
Posted 15 August 2004 - 07:26 PM
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
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
#6
Posted 16 August 2004 - 01:26 AM
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
Path=%systemdrive%\Program Files\WinZip
SavePath
Setup=WINZIP32.exe /noqp /notip /autoinstall
Silent=1
Overwrite=1
#7
Posted 16 August 2004 - 06:34 PM
It works fine now if repack the files in sfx with those setting provided
Share this topic:
Page 1 of 1



Help
Back to top








