Help - Search - Members - Calendar
Full Version: MS Office RunonceEX syntax
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
albedoConsulting
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
Yzöwl
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.
CODE
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
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.