Having trouble with my unattended XP CD/DVD and need some guidance.
DivX 5.1.1 - It comes up with user agreement dialogue box. (Could create a VBS script to get rid of this right?) Also once it installs it opens shortcut windows (Is the a switch that I can add to the command line to stop it from doing that?)
ECHO Installing DivX 5.1.1
ECHO Please wait...
start /wait %systemdrive%\install\Applications\DivX\DivXPro511Bundle.exe /s
Nortons - Comes up with the error "command line invalid click ok to continue".
ECHO Installing Symantec SystemWorks 2003
ECHO Please wait...
start /wait %systemdrive%\install\Applications\NSW\nsw.msi /qb /Reboot=Suppress
ECHO.
ECHO Installing Symantec Internet Security 2003
ECHO Please wait...
start /wait %systemdrive%\install\Applications\NIS\NIS\NIS.MSI /qb /Reboot=Suppress
FlashFXP - Tried this to see if it would work, but doesn't. Is it because the directory has not yet been created on the source drive? If this is the case do I just at the line: "MD %systemdrive%\FlashFXP\" and place it above the copy command line?
ECHO Installing FlashFXP
ECHO Please wait...
COPY /Y %SOURCE%\install\Applications\flashfxp\*.* %systemdrive%\FlashFXP\
REGEDIT /S %SOURCE%\install\Applications\flashfxp\flashfxp.key
Other than that so far so good. Thanks in advance for your help.