mlr Posted October 12, 2005 Posted October 12, 2005 (edited) can someone please check my code for these apps office installs no problem but im having trouble with the other 3cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\010 /VE /D "Office 2003" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /fREG ADD %KEY%\035 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\firefoxsilent.exe" /REG ADD %KEY%\045 /VE /D "MSN Messenger 7.5" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\MSN_Messenger_7.5.0306.msi /qn" /fREG ADD %KEY%\055 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-354.exe /SilentInstallNoSponsor" /fREG ADD %KEY%\060 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /fEXIT Edited October 13, 2005 by mlr
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