Jump to content

Recommended Posts

Posted

Hi,

I am trying to do an unattended installation of winzip though the registry.

I have put this in the registry

REG ADD %KEY%\066 /VE /D "WinZip 9.0" /f

REG ADD %KEY%\066 /V 1 /D "%Programfiles%\winzip\winzip32.exe /noqp /autoinstall" /f

but 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


Posted

REG ADD %KEY%\066 /VE /D "WinZip 9.0" /f
REG ADD %KEY%\066 /V 1 /D "\"%Programfiles%\winzip\winzip32.exe\" /noqp /autoinstall" /f

That should work.

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