albedoConsulting Posted May 25, 2005 Posted May 25, 2005 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-" /fHowever, 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
Yzöwl Posted May 26, 2005 Posted May 26, 2005 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
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