yesterdays Posted January 9, 2005 Posted January 9, 2005 Hi,I am trying to do an unattended installation of winzip though the registry. I have put this in the registryREG ADD %KEY%\066 /VE /D "WinZip 9.0" /fREG ADD %KEY%\066 /V 1 /D "%Programfiles%\winzip\winzip32.exe /noqp /autoinstall" /fbut it doesn't work as it tries to install winzip I get the error message "windows can not find 'C:\program' make sure etc....So it doesn't understand the space in between program and files. How can I get around this.Cheers Yesterdays
Alanoll Posted January 9, 2005 Posted January 9, 2005 REG ADD %KEY%\066 /VE /D "WinZip 9.0" /fREG ADD %KEY%\066 /V 1 /D "\"%Programfiles%\winzip\winzip32.exe\" /noqp /autoinstall" /fThat should work.
Astalavista Posted January 10, 2005 Posted January 10, 2005 a suggestion, winrar is a great alternative.and easier to install.cheers
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now