NOMERCY Posted May 18, 2004 Posted May 18, 2004 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.htmplease help or anyone give me Unattended.MST with this command TRANSFORMS=Unattended.MST /qb- my regards
teleri Posted May 18, 2004 Posted May 18, 2004 at the end of running the office 2003 customize instalation software it tells you to run the office 2003 set up the following way setup.exe TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\Office2003\Unattended.MST /qb-wich is wrong you need to change it to<path to office 2003>\setup.exe Unattended.MST /qb-if you followed the directions on from the the unattended.msfn.org website you should have a file in the office 2003 directory you specifed in step2 of the customization wizard if you cant find it do a file search for it if you still cant find it you did something wrong entering info in the customization software
NOMERCY Posted May 18, 2004 Author Posted May 18, 2004 Hi teleriactually i can't do it because i try many times my problems in Section 3 - The Custom Installation Wizardican't changed to...TRANSFORMS=Unattended.MST /qb-anyone give me this file please my regards
richvz Posted May 18, 2004 Posted May 18, 2004 You can not change the location of the mst at the end of the ork 2003 wizzard. do the following 1. Find the location of the mst that you created.2. move the mst to your office folder 3. point to that location in your batch file or runonceex.cmdexamplesbatch filestart /wait %CDROM%\Software\Office2k3\setup.exe TRANSFORMS=%CDROM%\Software\Office2k3\Unattended.MST /qb-RunonceexREG ADD %KEY%\001 /VE /D "Office 2003"REG ADD %KEY%\001 /V 1 /D %CDROM%\Software\Office2k3\setup.exe TRANSFORMS=%CDROM%\Software\Office2k3\Unattended.MST /qb-" /f
wyattXP Posted May 19, 2004 Posted May 19, 2004 THis is how mine works, i've used it over and over no problemsECHO.ECHO Installing Microsoft Office 2003 Professional...ECHO Please wait...This could take 1-5 minutes...start /wait %systemdrive%\install\Applications\Microsoft\Office2003\setup.exe TRANSFORMS=unattended.MST /qb-but there is no wrap around
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