N
Newbee
Does anyone know how to deploy a silent install of Office
disk1 and disk2 within the same patch file or script? Here
is the problem I'm running into, the "Start /wait
msiexec.exe" command is not waiting for CD1 to finish.
Take a look at my batch file and let me know what I'm
doing wrong.
Rem *********************
@echo off
net use F: \\mysvr\office\disk1
net use G: \\mysvr\office\disk2
Start /wait msiexec /i F:\data1.msi TRANSFORM=F:\dsk1.mst
Start /wait msiexec /i G:\data1.msi TRANSFORM=G:\dsk2.mst
disk1 and disk2 within the same patch file or script? Here
is the problem I'm running into, the "Start /wait
msiexec.exe" command is not waiting for CD1 to finish.
Take a look at my batch file and let me know what I'm
doing wrong.
Rem *********************
@echo off
net use F: \\mysvr\office\disk1
net use G: \\mysvr\office\disk2
Start /wait msiexec /i F:\data1.msi TRANSFORM=F:\dsk1.mst
Start /wait msiexec /i G:\data1.msi TRANSFORM=G:\dsk2.mst