Help - Search - Members - Calendar
Full Version: unattended script run
MSFN Forums > Unattended Windows Discussion & Support > Unattended Vista

   
Google Internet Forums Unattended CD/DVD Guide
kalai07091984
i have created xp sp3 using nlite with help msfn gudie/i want to run the script to run to install pro,utili etc at the time of registering components and no cmdlines.txt,gui rnuonce etc,sctipt to be placed in i386/svcpack folder
mu winnet.sif

; Generated by nLite 1.4.7

[Data]
AutomaticUpdates="No"
Autopartition=0
UnattendedInstall="Yes"
MsDosInitiated=No

[Unattended]
UnattendMode=DefaultHide
UnattendSwitch="no"
OemSkipEula="Yes"
FileSystem=*
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
Hibernation="No"
OemPreinstall=Yes

[SystemRestore]

[GuiUnattended]
EncryptedAdminPassword="No"
AutoLogon="Yes"
TimeZone=190
OEMSkipRegional=1
OemSkipWelcome=1

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\Royale.Theme"

[Components]

[UserData]
ProductKey="D2Q4M-9CMG6-XDGBC-R46G2-X69KW"

[RegionalSettings]
LanguageGroup=1
Language= "0409"

[Networking]
InstallDefaultComponents="Yes"

[WindowsFirewall]
Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode=0

[Identification]
JoinWorkgroup="workgroup"

[GUIRunOnce]

command9="%SystemDrive%\DPsFnshr.exe"



my script:setup.cmd placed in i386/svcpack folder runs at registering components



@echo off
title Installing applications. Please be patient..
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional...
@echo off
start /wait %systemdrive%\install\perfectdisk.exe
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment...
@echo off
start /wait %systemdrive%\install\java.exe /s /v "/qn ADDLOCAL=jrecore IEXPLORER=1"
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR...
@echo off
start /wait %systemdrive%\install\winrar.exe /S
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker...
@echo off
start /wait %systemdrive%\install\unlocker.exe
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional...
@echo off
start /wait %systemdrive%\install\uruninstaller.exe
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner...
@echo off
start /wait %systemdrive%\install\ccleaner.exe /S
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro...
@echo off
start /wait %systemdrive%\install\neromicro.exe /verysilent /norestart /serial="1K22-1867-0795-66M4-5689-5732-KEC0"
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite...
@echo off
start /wait %systemdrive%\install\adobereader.exe
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack...
@echo off
start /wait %systemdrive%\install\cccp.exe /VERYSILENT /NORESTART /GROUP="Codecs\Combined Community Codec Pack" /TYPE=NoPlayers /TASKS="SetPerceivedTypes,RegisterExtWMP,HaaliShellInfo"
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional...
@echo off
start /wait %systemdrive%\install\coreavc.exe /silent
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer...
@echo off
start /wait %systemdrive%\install\kmp.exe /silent
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10...
@echo off
start /wait %systemdrive%\install\flashplayer10 /s
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash10... Done!
@echo off
start /wait %systemdrive%\install\\IE7proSetup /S /v/qr
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10... Done!
@echo Installing IE7proSetup_2.3... Done!
echo off.
start /wait %systemdrive%\install\Firefox.exe /S /v/qr
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10... Done!
@echo Installing IE7proSetup_2.3... Done!
@echo Installing Firefox Setup 3.0... Done!
echo off.
start /wait %systemdrive%\install\Silverlight.exe /q
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10... Done!
@echo Installing IE7proSetup_2.3... Done!
@echo Installing Firefox Setup 3.0... Done!
@echo Installing Silverlight... Done!
echo.
start /wait %systemdrive%\install\ULTRAISO
cls
@echo Please be patient while the following applications are installed.
echo.
@echo Installing Raxco PerfectDisk 2008 Professional... Done!
@echo Installing Sun Java Runtime Environment... Done!
@echo Installing WinRAR... Done!
@echo Installing Unlocker... Done!
@echo Installing Your Uninstaller! 2008 Professional... Done!
@echo Installing CCleaner... Done!
@echo Installing Nero 8 Micro... Done!
@echo Installing Adobe Reader Lite... Done!
@echo Installing Combined Community Codec Pack... Done!
@echo Installing CoreAVC Professional... Done!
@echo Installing KMPlayer... Done!
@echo Installing flash player 10... Done!
@echo Installing IE7proSetup_2.3... Done!
@echo Installing Firefox Setup 3.0... Done!
@echo Installing Silverlight... Done!
@echo Installing ULTRAISO 8.0... Done!
echo.
@echo Finishing up...
@echo off
%systemdrive%
regedit /s %systemdrive%\install\reg.reg
regsvr32 /s %systemroot%\system32\HashTab32.dll
regsvr32 /s %systemroot%\system32\AviSplitter.ax
cd %userprofile%
del /f /q *.bat
del /f /q *.tmp
del /f /q *.txt
rmdir /s /q %systemdrive%\install


if any knows email me
kalai07091984@yahoo.com
MAVERICKS CHOICE
You posted in the wrong area this is for Vista. Also please edit/remove your product key.
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.