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
Page 1 of 1
MS Office RunonceEX syntax
#2
Posted 26 May 2005 - 02:39 AM
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
Share this topic:
Page 1 of 1



Help
Back to top








