April 27, 200620 yr Helo,I want to start an office 2003 installation immediately after the winxp installation finishes.the xp joins the domin during the installation.the problem is that the office installation files are on a share on a domin member server but after the win-xp installation finishes it logs on automaticly with a local user so it does'nt have access to the share. I don't want to copy the office installation files to the local drive, what can I do ?
May 10, 200620 yr I use runonceEX.cmdto install my office 2003 & other appscontents of my runonceEX.cmd filecmdow @ /HID@echo offnet user aspnet /deleteSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\002 /VE /D "Installing Additional Drivers" /fREG ADD %KEY%\002 /V 1 /D "%SystemDrive%\D\BTS_DPs_finish.cmd" /fREG ADD %KEY%\005 /VE /D ".NET Framework 2.0" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\dotnet2.exe" /fREG ADD %KEY%\010 /VE /D "Microsoft Office 2003" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Office2003install.cmd" /fREG ADD %KEY%\015 /VE /D "McAfee VirusScan Enterprise 8.0" /fREG ADD %KEY%\015 /V 1 /D "\"\\EBC-img-01\it$\Software\Other\McAfee\VirusScan Enterprise 8.0i\setup.exe\" /qb" /fREG ADD %KEY%\020 /VE /D "McAfee EPO Agent" /fREG ADD %KEY%\020 /V 2 /D "\"\\EBC-img-01\it$\Software\Other\McAfee\EPOAgent.exe\" /fREG ADD %KEY%\025 /VE /D "Adobe Reader 7.0.7" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\reader707.exe" /fREG ADD %KEY%\030 /VE /D "Macromedia Authoware 7.0" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\AWAX_Full_Installer.EXE /s" /fREG ADD %KEY%\050 /VE /D "Macromedia Shockwave 10.0.1" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Shockwave10.exe" /fREG ADD %KEY%\070 /VE /D "Removing unwanted Files" /fREG ADD %KEY%\070 /V 1 /D "%SYSTEMDRIVE%\Install\Cleanup.cmd" /fREG ADD %KEY%\080 /VE /D "Defragmenting Drive" /fREG ADD %KEY%\080 /V 1 /D "%WINDIR%\system32\defrag.js" /fREG ADD %KEY%\080 /V 2 /D "%WINDIR%\system32\defrag.js" /fREG ADD %KEY%\090 /VE /D "Restarting Computer" /fREG ADD %KEY%\090 /V 1 /D "%SYSTEMDRIVE%\restart.cmd" /f
May 10, 200620 yr @ chiners_68Could you confirm whats in your Office2003.cmd file and do you update the SP2 also..
May 12, 200620 yr Where are you placing the runonceex.cmd file? Also can you list the contents of your cleanup.cmd file?
May 16, 200620 yr it depends what you want or how you are installing office 2003 on what you want in your batch file..for machines which are on my domain i install an administrative install of office which is up to date with SP's & updates.Office2003install.batcmdow @ /HID@echo off"\\EBC-img-01\it$\Software\Office\Office 2003\CD1\setup.exe" TRANSFORMS="\\EBC-img-01\it$\Software\Office\Office 2003\cd1\New Custom Setup File.MST" /qb-exitfor machines that have a local install source of Office 2003 I call an office2003install.bat to install office them a Office2003SP2.bat for service pack 2.Office2003install.batcmdow @ /HID@echo off"\\EBC-img-01\it$\Software\Office\Office 2003\CD1\setup.exe" TRANSFORMS="\\EBC-img-01\it$\Software\Office\Office 2003\cd1\New Custom Setup File.MST" /qb-exitOffice2003SP2.batcmdow @ /HID@echo off"\\ebc-img-01\it$\Software\Office\Office 2003\Office 2003 Administration\Office updates\SP2 Laptop_Standalone\Office2003SP2-KB887616-Client-ENU.exe" /qexitRunOnceEX.cmd sits in your $OEM$ folder with the cmdlines.txt i call RRunonceEX.cmd from the cmdlines.txt.Everything you need to know about setting up a RunonceEX.cmd ststem of install is here http://unattended.msfn.org/unattended.xp/view/web/31/here is my cleanup.cmdcmdow @ /HIDxcopy "%ALLUSERSPROFILE%\Start Menu\Programs\Adobe Reader 7.0.*" "%ALLUSERSPROFILE%\desktop" /yregedit /s %SystemDrive%\install\intel_Tray.regRD /S /Q %SystemDrive%\tempDEL /F /Q %SYSTEMDRIVE%\*.7zDEL /F /Q %WINDIR%\system32\setupold.exeDEL /F /Q %WINDIR%\system32\7za.exeDEL /F /Q %WINDIR%\system32\presetup.cmdRD /S /Q %SystemDrive%\DRD /S /Q %systemdrive%\drivers\RD /S /Q %systemdrive%\install\exit Edited May 16, 200620 yr by chiners_68
May 16, 200620 yr You can try installing it via GPOsmake sure you make an MST file first. Then, add OFFICE 2003 into the GPO. Check out MS site for further instructions.
Create an account or sign in to comment