November 17, 200619 yr Hello,at the end of the topic to create an unattended office 2003 it is asked:"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\$\$1\install\Applications\Office2003\Unattended.MST /qb-to...TRANSFORMS=Unattended.MST /qb-"but i can't do this change. What's the way to do this change?Another issue come with the Office XP Advanced installation:in the section 4 it is asked: "As you read at the end of Section 3, we needed to change the path in the TRANSFORM syntax in order for it to function. Below are the full batch commands you can use, so add these lines to your batch file:"Which batch file? What's its name and where to put this batch file?Thank you.
November 19, 200619 yr you need to create a batch file somewhere in the disc, like \$OEM$\$1\install for example (whatever file name you want.cmd) and then http://unattended.msfn.org/unattended.xp/view/web/45/<let's say we name the file "batch.cmd">You also need to include a couple of lines in winnt.sif (/I386):[Guirunonce]%systemdrive%\install\batch.cmd Edited November 19, 200619 yr by stavpal
November 19, 200619 yr Author you need to create a batch file somewhere in the disc, like \$OEM$\$1\install for example (whatever file name you want.cmd) and then http://unattended.msfn.org/unattended.xp/view/web/45/<let's say we name the file "batch.cmd">You also need to include a couple of lines in winnt.sif (/I386):[Guirunonce]%systemdrive%\install\batch.cmdThank You stavpal:i'll try again the process
Create an account or sign in to comment