Help - Search - Members - Calendar
Full Version: Need a couple silent installers
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Darcwolf
Im new to this and this was my first batch file I've made, I've managed to get nero. office and dvd shrink to work, imgburn, regcleaner and trixie I can't get to work, maybe I typed it in wrong, can anyone find anything wrong?

ECHO.
ECHO Installing Office 2003
ECHO Please wait...
start /wait D:\setuppro.exe /QB

ECHO.
ECHO Installing Nero
ECHO Please wait...
start /wait c:\Nero6.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN

ECHO.
ECHO Insalling dvdshrink
Echo Please wait...
start /wait c:\dvdshrink.exe /SILENT

ECHO.
ECHO Installing ImgBurn
ECHO Please wait...
start /wait c:\imgburn.exe /silent

ECHO.
ECHO Installng regclnr
ECHO Please wait...
start /wait c:\regclnr.exe /SP-
echo.

ECHO.
ECHO Installing Trixie
ECHO Please wait...
start /wait c:\trixie.exe /silent

ECHO.
ECHO Restarting the PC in 1 minute...
shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, 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

Doesn anyone know the correct switch for regcleaner and imgburn, trixie I actually get a error saying it can't find the file, I've double checked the location and it still doens't see it, could this be because trixie is a plugin?
MHz
If you look at the icon of the imgburn, you will see NSIS written on it. You may need a magnifier to see clearly. Use /S for NSIS installers. NSIS is case sensitive btw.
Darcwolf
I tried that before and it didn't work, whenever I used that it kept telling me another instance of imgburn.exe was running crazy.gif

So I went and renamed it and it worked fine. ooooooooooook, well at least it works.

Any ideas for regcleaner and trixie?
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.