william.blake Posted November 17, 2006 Posted November 17, 2006 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.
stavpal Posted November 19, 2006 Posted November 19, 2006 (edited) 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, 2006 by stavpal
william.blake Posted November 19, 2006 Author Posted November 19, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now