Hi,
I have maked a Office 2000 unattend instalation and its working perfectly but i have one little problem. That is that when the installation starts it start directly the next installation..
start /wait %systemdrive%\install\Applications\Office\setup.exe TRANSFORMS=Unattended.MST /qb-
Page 1 of 1
Unattended Office 2000
#2
Posted 23 October 2005 - 09:53 PM
Did you use officeshrink? I had problems with that which I was able to fix... let me know
#3
Posted 25 October 2005 - 02:31 PM
can u tell me how did u make the unattended office 2000?
#4
Posted 26 October 2005 - 08:27 AM
Try this:
start /wait %systemdrive%\install\Applications\Office\data1.msi TRANSFORMS=Unattended.MST /qb REBOOT=ReallySuppress NOUSERNAME=1 DISABLEADVTSHORTCUTS=1 PIDKEY=%KEY%
For Window Me, it is necessary to reboot before installing the updates:
start /wait Office2000Update\O2kSp3-%lang%.exe /r:n /q /c:"msiexec /qr /p MAINSP3.msp REBOOT=ReallySuppress"
start /wait Office2000Update\O2kSp3-%lang%.exe /r:n /q /c:"outlctlx.exe /q /r:n"
start /wait Office2000Update\office2000-kb822035-client-%lang%.exe /q /c:"msiexec /qr /p VBE6op.msp REBOOT=ReallySuppress"
start /wait Office2000Update\office2000-kb873380-client-%lang%.exe /q /c:"msiexec /qr /p MSCONVop.msp REBOOT=ReallySuppress"
start /wait Office2000Update\office2000-kb873372-client-%lang%.exe /q /c:"msiexec /qr /p EXCELop.msp REBOOT=ReallySuppress"
start /wait Office2000Update\office2000-kb895333-client-%lang%.exe /q /c:"msiexec /qr /p WINWORDop.msp REBOOT=ReallySuppress"
start /wait Office2000Update\Olk0901-%lang%.exe /r:n /q /c:"msiexec /qr /p OMIop.msp REBOOT=ReallySuppress"
start /wait %systemdrive%\install\Applications\Office\data1.msi TRANSFORMS=Unattended.MST /qb REBOOT=ReallySuppress NOUSERNAME=1 DISABLEADVTSHORTCUTS=1 PIDKEY=%KEY%
For Window Me, it is necessary to reboot before installing the updates:
start /wait Office2000Update\O2kSp3-%lang%.exe /r:n /q /c:"msiexec /qr /p MAINSP3.msp REBOOT=ReallySuppress"
start /wait Office2000Update\O2kSp3-%lang%.exe /r:n /q /c:"outlctlx.exe /q /r:n"
start /wait Office2000Update\office2000-kb822035-client-%lang%.exe /q /c:"msiexec /qr /p VBE6op.msp REBOOT=ReallySuppress"
start /wait Office2000Update\office2000-kb873380-client-%lang%.exe /q /c:"msiexec /qr /p MSCONVop.msp REBOOT=ReallySuppress"
start /wait Office2000Update\office2000-kb873372-client-%lang%.exe /q /c:"msiexec /qr /p EXCELop.msp REBOOT=ReallySuppress"
start /wait Office2000Update\office2000-kb895333-client-%lang%.exe /q /c:"msiexec /qr /p WINWORDop.msp REBOOT=ReallySuppress"
start /wait Office2000Update\Olk0901-%lang%.exe /r:n /q /c:"msiexec /qr /p OMIop.msp REBOOT=ReallySuppress"
#5
Posted 27 October 2005 - 04:25 AM
@ Falcon-X, hi! I have the same problem as bartjuh. How did you fix it?
#6
Posted 05 January 2006 - 11:56 AM
What was the solution for this problem?
I'm experiencing it also. It seems the O2K completey ignores the start /wait.
I'm experiencing it also. It seems the O2K completey ignores the start /wait.
#7
Posted 05 January 2006 - 03:34 PM
In fact it's not any "ignore" start /wait ... imho, it's because the first exe will open another process and exit the first so the next install continu ...
Share this topic:
Page 1 of 1



Help
Back to top









