Jump to content

Recommended Posts

Posted

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-


Posted

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"

  • 2 months later...
Posted

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 ...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...