MaDxCrEaM Posted August 25, 2004 Posted August 25, 2004 Was wondering what something like this that I am calling from a .cmd file using guirunonce in my winnt.sif file would need to look like to run it using xplode. Xplode looks pretty cool.@echo offTITLE Installing SoftwareECHO.ECHO Installing Audio DriversECHO Please wait...start /wait %systemdrive%\install\wdm_a362\setup -s -f2%systemdrive%\mylog.logECHO.ECHO Installing Itouch and Mouseware softwareECHO Please wait....start /wait %systemdrive%\install\Logitech\it222enu.exe -s -a -s -f1"%systemdrive%\install\Logitech\itsetup.iss"start /wait %systemdrive%\install\Logitech\mw9791enu.exe -s -a -s -f1"%systemdrive%\install\Logitech\mwsetup.iss"ECHO.ECHO Installing FirefoxECHO Please wait...start /wait %systemdrive%\install\Firefox\Firefox_Deployment.exeREGEDIT /S %systemdrive%\install\Firefox\firefoxuninstall.regECHO.ECHO Installing Mirc6.16ECHO Please wait...mkdir %systemdrive%\progra~1\mircxcopy /e %systemdrive%\install\mirc\mirc %systemdrive%\progra~1\mircREGEDIT /S %systemdrive%\install\mirc\install.regREGEDIT /S %systemdrive%\install\mirc\regmirc.regECHO.ECHO Installing Trillian ProECHO Please wait...mkdir %systemdrive%\progra~1\Trillianxcopy /e %systemdrive%\install\Trillian %systemdrive%\progra~1\TrillianREGEDIT /S %systemdrive%\install\Trillian\trillianUn.regECHO.ECHO Installing Zone AlarmECHO please wait...start /wait %systemdrive%\install\ZA\zapSetup_51_011.exe /s /i /noreboot /lickey xxxxx %systemdrive%\install\ZA\config.xmlECHO.ECHO Installing WindowblindsECHO Please wait....start /wait %systemdrive%\install\Windowblinds\windowblindsauto.exeECHO.ECHO Installing CursorXPECHO Please wait...start /wait %systemdrive%\install\cursorxp\cursorxpauto.exeECHO.ECHO Installing Ad-Aware SE ProfessionalECHO Please wait...start /wait %systemdrive%\install\AdAware\aawsepro.exe /staskkill /IM hh.exe /Ftaskkill /IM Ad-Aware.exe /FECHO.ECHO Installing DiskeeperECHO Please wait....start /wait %systemdrive%\install\diskeeper\setup.exe /s /v/qnECHO.ECHO Installing Intel Application AccelleratorEcho Please wait...start /wait %systemdrive%\install\IntelAppAccel\iaa23_enu -a -sECHO.ECHO Restarting the PC in 2 minute...shutdown.exe -r -f -t 120 -c "Windows XP will now restart in 2 minutes, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"ECHO.ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\installEXITThanks for any help!
BAM Posted August 25, 2004 Posted August 25, 2004 Manny people here are happy to help out, but first read/search something in the forum and look at some examples!!Then come back IF you have some trouble, and then you will get some help!Just give it a try, i/we are not going to convert it for you into the xml sheet.Just look at all the sample's and the stickie and it will be very easy!! enjoy it. ( think i sayed it nice and friendly )
MaDxCrEaM Posted August 25, 2004 Author Posted August 25, 2004 so ThisECHO Installing Audio DriversECHO Please wait...start /wait %systemdrive%\install\wdm_a362\setup -s -f2%systemdrive%\mylog.logwould be this???<items> <item display='Installing Applications...'><execute display='Audio Drivers='#SOURCEDRIVE#\install\wdm_a362\setup' arguments='-s -f2%systemdrive%\mylog.log'></execute>
killerbee Posted August 26, 2004 Posted August 26, 2004 hi,it should be:<item display='Installing Applications...'><execute display='Audio Drivers' program='#SOURCEDRIVE#\install\wdm_a362\setup' arguments='-s -f2#systemdrive#\mylog.log'></execute></item>and use <items> around all your <item>hope this helps a bitcyaKiller Bee
MaDxCrEaM Posted August 26, 2004 Author Posted August 26, 2004 thanks killerbee, i'm going to convert mine to xplode once I get all my commandlines done.
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