Help - Search - Members - Calendar
Full Version: problem
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
mlr
can someone please check my code for these apps office installs no problem but im having trouble with the other 3
cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\010 /VE /D "Office 2003" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Office\setup.exe TRANSFORMS=UNATTENDED.MST /qb" /f

REG ADD %KEY%\035 /VE /D "FireFox 1.1.0.7 (Con Ext,)" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\firefoxsilent.exe" /

REG ADD %KEY%\045 /VE /D "MSN Messenger 7.5" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\MSN_Messenger_7.5.0306.msi /qn" /f

REG ADD %KEY%\055 /V 3 /D "%systemdrive%\Install\MSN\MsgPlus-354.exe /SilentInstallNoSponsor" /f

REG ADD %KEY%\060 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /f

EXIT
mlr
anyone




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.