I prefer to code full paths, thus
code:
SHELL '%comspec% /e:1024 /c START /MIN /WAIT
"\\JACOB_FILE01\TD$\Technology_Department\Applications\Office2000\Setup.exe"
TRANSFORMS="\\JACOB_FILE01\TD$\Technology_Department\Applications\Office2000\setup.mst" /qb+'
however, I am using the following line which pulls appropriate MSIs from one location, customized MSTs from a second location and writes a log file and install for all users under an administrative account. I do install diffeent Office suites on different computers, for example, Office+Frontpage for our Webiste Development Computer.
code:
SHELL '%comspec% /e:1024 /c START /MIN /WAIT msiexec.exe /I
"\\SERVER\msi$\Microsoft Office 2000 Premium\data1.msi" /QB- /LWAMOE
"%TEMP%\office2000_frontpage_install.log"
TRANSFORMS="\\SERVER\kixtart_maintenance$\deploy\msoffice2k\office2000_frontpage_install.mst" ALLUSERS=1'
codelines wrapped for readability
_________________________
There are two types of vessels, submarines and targets.