-
Completed XP Setup Screens
Here my first winntbbu.dl_ but not finished yet... Windows Setup: Set up Screenshot Install: Install Screenshot Bye Laus
-
A little question about NVIDIA drivers
If I disable an service I use the windows tool sc to disable the "NVIDIA Helper Service" you can use this in your batch: sc config NVSvc start= disabled Bye Laus
-
Use Windows Programs
Hi you dont need the "SysInternals PsShutdown Utility" and "SysInternals PSKill Utility".... For an Shutdown you can use shutdown: "shutdown -r -f -t 60" make a restart;kill all progs;restarting the pc in 1 minute To kill a task you can use taskkill: "taskkill /F /IM notepad.exe" kill the prog;after /IM write the exe name to kill more task's: "taskkill /F /IM notepad.exe /IM wordpad.exe" Bye Laus
-
A popup blocker w/ unattended install
I use PopUpCop main_batch.cmd: ECHO. ECHO PopUpCop 2.0 wird jetzt Installiert... ECHO Bitte warten... start /wait %systemdrive%\install\popupcop\PopUpCop.exe /s /v/qn ECHO. ECHO PopUpCop 2.0 wird jetzt registriert... REGEDIT /S %systemdrive%\install\popupcop\popupcop.reg For the popupcop.reg: - install popupcop - register the software - export the "HKEY_LOCAL_MACHINE\SOFTWARE\PopUpCop" folder to popupcop.reg Bye Laus
-
more cd space with NAV2003
!!! I !!! only need: -the NAV.msi (NAV folder) -the Support folder with (LiveReg) + LUpdate folder - and the VirusDef folder I dont have any problems. Bye Laus
-
more cd space with NAV2003
My Norton AV2003 is 33,4 MB Bye Laus
-
Installing XP Themes unattended
look "More CD Space" Topic
-
More CD Space
Hmm if i need more space on the unattended XP CD I use winrar to compress the files or folders. Then copy the unrar.exe (in the winrar root folder) in your $1 folder to extract the compress files. I use this method by Office XP: compress: 200MB without compress >=500MB Before I start the setup file from office I extract the rar file: main_batch.cmd: %systemdrive%\install\unrar.exe x -o+ %systemdrive%\install\office\office.rar *.* %systemdrive%\install\ ... start /wait %systemdrive%\install\office\PROPLUS.MSI /QB That's all its not a big problem but it need a little bit longer. Sorry for my bad english but I think you can understand this method. ) Bye Laus
-
nVIDIA Driver Installation
Hmmm the description for OemPnPDriversPath says: Specifies the path to one or more folders that contain Plug and Play drivers not distributed in Drivers.cab on the Windows product CD. I think This method can only work with the new Geforce FX because MS don't have driver in the Drivers.cab for the Geforce FX but for the other Nvidia cards MS has default driver... The second method can work but i don't have test is now.
-
Norton Personal Firewall 2003...
On your webpage under Norton Antivirus 2003 you say: "This should also work for: Norton Internet Security 2003 - \NIS\NIS.msi Norton Personal Firewall 2003 - \NPF\NPF.msi" But for Norton Personal Firewall 2003 this don't work if the setup has install the programm he say restart yes/no. plz check it.... Her the code: ECHO. ECHO Norton Personal Firewall 2003 wird Installiert... ECHO Bitte warten... start /wait %systemdrive%\install\npf2003\NPF.MSI /QB ECHO. Bye Laus
-
unattended install of nvidia and pinnacle drivers
go in your driver folder open the setup.iss (Notepad,Editor) and set the BootOption to 0 Bye Laus
-
Super Windows XP SP1 CD (Post 2)
Nice work and big thx guy but you forgot one thing: "Start"=dword:00000000 = boot "Start"=dword:00000001 = system "Start"=dword:00000002 = automatic "Start"=dword:00000003 = enabled "Start"=dword:00000004 = disabled BYe Laus
-
Super Windows XP SP1 CD (Post 2)
@Terminator3 Hmmm a timer is batch i say no but you can use the "pause" command. @AaronXP ISOBuster use Inno Setup you can use: isobustersetup.exe /SILENT or isobustersetup.exe /VERYSILENT Bye Laus
-
Super Windows XP SP1 CD (Post 2)
Hehe plz use for kazaa (Inno Setup): ECHO Installing Kazaa Lite 2.41e start /wait F:\install\Kazaa\setup.exe /SILENT ECHO. or ECHO Installing Kazaa Lite 2.41e start /wait F:\install\Kazaa\setup.exe /VERYSILENT ECHO. Bye Laus