Hi can anyone help me 2 change my Unattended.MST
This command will perform a silent installation of Office 2003 using the Unattended.MST file you created in the Custom Installation Wizard to set your customized options. But we don't want to use the exact command shown above as this wouldn't exist when installing from a CD, so we will need to change this when we add it to a batch file:
TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\Office2003\Unattended.MST /qb-
changed to...
TRANSFORMS=Unattended.MST /qb-
http://unattended.msfn.org/xp/office2003_advanced.htm
please help or anyone give me Unattended.MST with this command TRANSFORMS=Unattended.MST /qb-
my regards