Jump to content

Recommended Posts

Posted

Can someone explain what i am doing wrong here. My shortcut to setup.exe looks like this, and works.

\\Srv_2\installs\Business_Apps\MSOffice2003\SETUP.EXE TRANSFORMS="\\Srv_2\installs\Business_Apps\MSOffice2003\THA Standard.MST" /qb-

now, when using RunonceEX, I believe I need to move the quotes around everything, not just the Transforms, thus:

REG ADD %KEY%\065 /V 1 /D "\\Srv_2\installs\Business_Apps\MSOffice2003\SETUP.EXE TRANSFORMS=\\Srv_2\installs\Business_Apps\MSOffice2003\THA Standard.MST /qb-" /f

However, this fails to install. Other stuff found at this same place on the netwrok install fine, so it is not that. I am pretty sure it is something in the syntax here.

Any suggestions?

thanks,

Gordon


Posted

If you read the section Applications that use Quotations in the RunOnceEx section of the Unattended CD/DVD Guide, you would probably find that something along these lines would be more correct.

REG ADD %KEY%\065 /V 1 /D "\\Srv_2\installs\Business_Apps\MSOffice2003\SETUP.EXE TRANSFORMS=\"\\Srv_2\installs\Business_Apps\MSOffice2003\THA Standard.MST\" /qb-" /f

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