July 15, 200620 yr if i have multiple batch files say in oem\install\applications foldersfirefoxofficeneroand in each folder i have a batch cmd, so for the guirunonce for all, or do i make one batchfile with all of the programs that i want to install[GuiRunOnce]%systemdrive%\install\applications\batch_file.cmd
July 15, 200620 yr You can make one batch file with a start cmd to each app. You will need the path to the app.Here is a example@Echo OffCLSColor F3Mode 75, 7Title XP Ua InstallEcho.Echo Installing App 1 Start /W %systemdrive%\install\applications\App1\App1.exe /qCLSEcho.Echo Installing App 2 Start /W %systemdrive%\install\applications\App2\App2.exe /sCLSEcho.Echo Installing App 3 Start /W %systemdrive%\install\applications\App3\App3.exe /noreboot /sCLSEcho.Echo Installing App 4 Start /W %systemdrive%\install\applications\App4.exe /noreboot /s /q
Create an account or sign in to comment