hi
Trying to run office 2003 in a cmdlines.txt batch
start /wait c:\Apps\MSOffice2003\setup.exe TRANSFORMS=c:\Apps\MSOffice2003\silent.mst /qb-
and also tried with a runonceex key
MST working fine but as soon as I use the /qb- switch in the batch, MSI is stopping and scripts are going on.
It seems as the MSI send an "finished" (code 0) status but it is not finished.
As mentioned: running the MSI without /qb- works perfectly.
Any Ideas?
Thanks
Olivier
Page 1 of 1
Problem with silent office 2003, RunonceEX & cmdli
#2
Posted 04 October 2004 - 07:53 AM
Hello Suisse,
According to msfn Guide :
If in your CD you havee $OEM$\$1\Apps\MSOffice2003 as directory then
rename your silent.mst to Unattended.MST
then don't use c: but %systemdrive% more portable install !
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\Apps\MSOffice2003\setup.exe TRANSFORMS=Unattended.MST /qb-
That's it!
According to msfn Guide :
If in your CD you havee $OEM$\$1\Apps\MSOffice2003 as directory then
rename your silent.mst to Unattended.MST
then don't use c: but %systemdrive% more portable install !
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait %systemdrive%\Apps\MSOffice2003\setup.exe TRANSFORMS=Unattended.MST /qb-
That's it!
#3
Posted 04 October 2004 - 09:02 AM
hi
I don't think that is the problem but I will try that.
As I said: the mst is working but no in a script
I don't think that is the problem but I will try that.
As I said: the mst is working but no in a script
#4
Posted 04 October 2004 - 09:11 AM
reg add %Key%\085 /VE /D "Microsoft Office 2003" /f reg add %Key%\085 /V 1 /D "%CDROM%\Software\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f reg add %Key%\085 /V 2 /D "%CDROM%\Software\FrontPage\setup.exe TRANSFORMS=Unattended.MST /qb-" /f reg add %key%\85 /v 3 /d "%CDROM%\Software\Office2003\shortcuts.exe" /f
just notice your still using the stone age method (batch files)
shift to runonceex
#5
Posted 04 October 2004 - 10:21 AM
Astalavista, on Oct 4 2004, 09:11 AM, said:
reg add %Key%\085 /VE /D "Microsoft Office 2003" /f reg add %Key%\085 /V 1 /D "%CDROM%\Software\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f reg add %Key%\085 /V 2 /D "%CDROM%\Software\FrontPage\setup.exe TRANSFORMS=Unattended.MST /qb-" /f reg add %key%\85 /v 3 /d "%CDROM%\Software\Office2003\shortcuts.exe" /f
just notice your still using the stone age method (batch files)
shift to runonceex
It's not stone aged by any means. I personally MUCH prefer GUIRunOnce to RunOnceEx. I'm never switching to that, no thanks.
#6
Posted 05 October 2004 - 09:11 AM
hi
I found the problem. My Office 2003 License for home use is not able to be runned in silent mode with /qb-
So I can forget that....
That had nothing to do with runex, the script or the rest.
anyway, thx for your help all.
cheers
Olivier
I found the problem. My Office 2003 License for home use is not able to be runned in silent mode with /qb-
So I can forget that....
That had nothing to do with runex, the script or the rest.
anyway, thx for your help all.
cheers
Olivier
Share this topic:
Page 1 of 1



Help
Back to top









