Jump to content

Need a little help please!


MaDxCrEaM

Recommended Posts

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 off
TITLE Installing Software

ECHO.
ECHO Installing Audio Drivers
ECHO Please wait...
start /wait %systemdrive%\install\wdm_a362\setup -s -f2%systemdrive%\mylog.log

ECHO.
ECHO Installing Itouch and Mouseware software
ECHO 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 Firefox
ECHO Please wait...
start /wait %systemdrive%\install\Firefox\Firefox_Deployment.exe
REGEDIT /S %systemdrive%\install\Firefox\firefoxuninstall.reg

ECHO.
ECHO Installing Mirc6.16
ECHO Please wait...
mkdir %systemdrive%\progra~1\mirc
xcopy /e %systemdrive%\install\mirc\mirc %systemdrive%\progra~1\mirc
REGEDIT /S %systemdrive%\install\mirc\install.reg
REGEDIT /S %systemdrive%\install\mirc\regmirc.reg

ECHO.
ECHO Installing Trillian Pro
ECHO Please wait...
mkdir %systemdrive%\progra~1\Trillian
xcopy /e %systemdrive%\install\Trillian %systemdrive%\progra~1\Trillian
REGEDIT /S %systemdrive%\install\Trillian\trillianUn.reg

ECHO.
ECHO Installing Zone Alarm
ECHO please wait...
start /wait %systemdrive%\install\ZA\zapSetup_51_011.exe /s /i /noreboot /lickey xxxxx %systemdrive%\install\ZA\config.xml

ECHO.
ECHO Installing Windowblinds
ECHO Please wait....
start /wait %systemdrive%\install\Windowblinds\windowblindsauto.exe

ECHO.
ECHO Installing CursorXP
ECHO Please wait...
start /wait %systemdrive%\install\cursorxp\cursorxpauto.exe

ECHO.
ECHO Installing Ad-Aware SE Professional
ECHO Please wait...
start /wait %systemdrive%\install\AdAware\aawsepro.exe /s
taskkill /IM hh.exe /F
taskkill /IM Ad-Aware.exe /F

ECHO.
ECHO Installing Diskeeper
ECHO Please wait....
start /wait %systemdrive%\install\diskeeper\setup.exe /s /v/qn

ECHO.
ECHO Installing Intel Application Accellerator
Echo Please wait...
start /wait %systemdrive%\install\IntelAppAccel\iaa23_enu -a -s

ECHO.
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%\Drivers
RD /S /Q %systemdrive%\install


EXIT

Thanks for any help!

Link to comment
Share on other sites


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!! :thumbup

enjoy it.

( think i sayed it nice and friendly )

Link to comment
Share on other sites

so This

ECHO Installing Audio Drivers
ECHO Please wait...
start /wait %systemdrive%\install\wdm_a362\setup -s -f2%systemdrive%\mylog.log

would be this???

<items>
<item display='Installing Applications...'>
<execute display='Audio Drivers='#SOURCEDRIVE#\install\wdm_a362\setup' arguments='-s -f2%systemdrive%\mylog.log'></execute>

Link to comment
Share on other sites

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 bit

cya

Killer Bee

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...