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