Help - Search - Members - Calendar
Full Version: Need help with a couple of switches
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
simo1234
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.
elduderino
QUOTE (simo1234 @ Jan 23 2004, 06:12 AM)
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

Hi

I dont use all of the NSW disc only NIS2004 folder, and this is the switch i use, and it works.
Make your alterations accordingly, and try it.

start /wait %systemdrive%\install\Applications\Norton_Internet_Security_Pro2004\SYMSETUP.EXE /O REBOOT=ReallySuppress /QB

I think it is this bit you have wrong,
/qb /Reboot=Suppress

Try this
/O REBOOT=ReallySuppress /QB
simo1234
Thx will give it a go.
Weed
QUOTE (simo1234 @ Jan 23 2004, 12:12 AM)
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.

i dont know how to install this silent cuz i have repackaged FlashFXP
but if silent install dont work just copy the FlashFXP Folder to ur WinXP CD "$OEM$\$Progs\"
and add the FlashFXP Shortcuts to $OEM$\$Docs\All Users\Startmenü\Programme\FlashFXP

and the flashfxp.key isnt a .reg file for regedit...u will get an error if u try to import this newwink.gif
this .key File should goes to ur FlashFXP Folder too to register it
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.