bartjuh Posted October 18, 2005 Posted October 18, 2005 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-
Falcon-X Posted October 24, 2005 Posted October 24, 2005 Did you use officeshrink? I had problems with that which I was able to fix... let me know
gsmsikar Posted October 25, 2005 Posted October 25, 2005 can u tell me how did u make the unattended office 2000?
cwyhk Posted October 26, 2005 Posted October 26, 2005 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"
zedox Posted October 27, 2005 Posted October 27, 2005 @ Falcon-X, hi! I have the same problem as bartjuh. How did you fix it?
memphist0 Posted January 5, 2006 Posted January 5, 2006 What was the solution for this problem?I'm experiencing it also. It seems the O2K completey ignores the start /wait.
Sonic Posted January 5, 2006 Posted January 5, 2006 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 ...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now