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