Jump to content

Nikser

Member
  • Posts

    18
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Nikser

  1. Thanks! I haven't tested it yet, but I trust it works
  2. When you log onto Windows XP for the first time you get a popup on the Start menu button saying something like 'Click here to begin and stuff'. How can I get rid of this (with a registry setting)? Thanks in advance!
  3. WTF! I've just tested it, but it doesn't work anymore AT ALL! So I guess it isn't the bootmenu.... But I don't understand, I didn't change anything except for that...
  4. Here it is (and don't freak out, it's dutch ) CLS @echo off TITLE Windows XP SP2 - Unattended Installation ECHO. ECHO --- Starten installatie van programma's --- ECHO. ECHO. ECHO Installeren van Lavasoft Ad-Aware Personal 1.05 ECHO Even geduld... start /wait %systemdrive%\install\Applications\AdAware\aawsepersonal.exe /s taskkill /IM Ad-Aware.exe /F taskkill /IM hh.exe /F ECHO. ECHO Installeren van Adobe Acrobat Reader 6 ECHO Even geduld... start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_nld.exe -p"-s /v\"/qn\"" ECHO. ECHO Installeren van Nero Burning ROM 6.6.0.3 ECHO Even geduld... start /wait %systemdrive%\install\Applications\Nero\nero6603.exe /silent /noreboot ECHO. ECHO Installeren van Nero Burning ROM Nederlands Taalpakket ECHO Even geduld... start /wait %systemdrive%\install\Applications\Nero\NBR6603NLD.exe /silent /noreboot ECHO. ECHO Installeren van .NET Framework v1.1 ECHO Even geduld... start /wait %systemdrive%\install\NetFramework\netfx.msi /qb ECHO. ECHO Installeren van .NET Framework v1.1 Service Pack 1 ECHO Even geduld... start /wait %systemdrive%\install\NetFramework\NDP1.1sp1-KB867460-X86.exe /Q ECHO. ECHO Installeren van Nederlands Taalpakket voor .Net Framework 1.1 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\langpack.exe /q:a /c:"inst /l /q" ECHO. ECHO Installeren van Windows Media Player 10 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore" ECHO. ECHO Installeren van WinRAR 3.41 NL ECHO Even geduld... start /wait %systemdrive%\install\Applications\WinRAR\wrar341nl.exe /s ECHO. ECHO Installeren van Office 2003 Professional ECHO Even geduld... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO. ECHO. ECHO --- Starten installatie van Windows Updates --- ECHO. ECHO. ECHO Installeren van Windows Media Connect ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\wmcsetup.exe /Q:A /R:N ECHO. ECHO Installeren van Hotfix KB823353 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\IE6.0sp1-KB823353-x86-NLD.exe /Q:A /R:N ECHO. ECHO Installeren van Hotfix KB831240 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\HighMAT.msi /qn ECHO. ECHO Installeren van Hotfix KB834707 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB834707-x86-nld.exe /Q /O /N /Z ECHO. ECHO Installeren van Hotfix KB873339 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB873339-x86-NLD.exe /Q /O /N /Z ECHO. ECHO Installeren van Hotfix KB885835 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB885835-x86-NLD.exe /Q /O /N /Z ECHO. ECHO Installeren van Hotfix KB885836 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB885836-x86-NLD.exe /Q /O /N /Z ECHO. ECHO Installeren van Hotfix KB886185 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB886185-x86-nld.exe /Q /O /N /Z ECHO. ECHO Installeren van Hotfix KB887797 ECHO Even geduld... start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB887797-x86-nld.exe /Q /O /N /Z ECHO. ECHO. ECHO --- Overbodige snelkoppelingen verwijderen... --- DEL "%systemdrive%\Documents and Settings\Windows\Menu Start\Programma's\Hulp op Afstand.lnk" DEL "%systemdrive%\Documents and Settings\All Users\Menu Start\Programmatoegang en -instellingen.lnk" DEL "%systemdrive%\Documents and Settings\All Users\Menu Start\Programma's\Windows Media Connect.lnk" DEL "%systemdrive%\Documents and Settings\All Users\Menu Start\Windows-catalogus.lnk" DEL "%systemdrive%\Documents and Settings\Windows\Application Data\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk" DEL "%systemdrive%\Documents and Settings\Windows\Application Data\Microsoft\Internet Explorer\Quick Launch\Ad-Aware SE Personal.lnk" ECHO. ECHO. ECHO --- Register-aanpassingen toepassen... --- REGEDIT /S %systemdrive%\install\RegTweaks.reg ECHO. ECHO. ECHO --- PC herstarten over 1 minuut... --- shutdown.exe -r -f -t 60 -c "Windows XP zal over 1 minuut herstarten, zodat er genoeg tijd is om alle iconen bij te werken en om de shell volledig te laten laden voordat er opnieuw opgestart wordt!" ECHO. ECHO. ECHO --- Verwijderen van tijdelijke installatie-bestanden... --- RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT
  5. Darnit, it didn't help... Any more thoughts?
  6. Funny you'd say that, I was just trying... I'm making the ISO file at the moment, after that I'll just install it on Virtual PC and let you know if it works.
  7. Well, Ive tried the JOLIET thing, didnt help...
  8. i do not use the 8.3 option, but i don't use the JOLIET option. you think thats it?
  9. [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="Yes" TargetPath=\WINDOWS FileSystem=* WaitForReboot="No" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 OemSkipWelcome=1 TimeZone=110 [UserData] ProductKey=*****-*****-*****-*****-***** FullName="Windows" OrgName="" ComputerName=WinXP [Display] BitsPerPel=32 Xresolution=800 YResolution=600 [TapiLocation] CountryCode=31 AreaCode=0495 [Branding] BrandIEUsingUnattended=Yes [Identification] JoinWorkgroup=Werkgroep [Networking] InstallDefaultComponents=Yes [Components] msnexplr=off [Shell] DefaultStartPanelOff = Yes [GuiRunOnce] %systemdrive%\install\start.cmd
  10. The folder IS copied over, but I have added no drivers, so I don't know about that
  11. Oh my mistake, you're right, after the first time Welcome screen it should run, but it doesn't run AT ALL. And it did before I added the bootmenu.
  12. the whole installation runs unattended as specified in winnt.sif, but after the first boot a script called start.cmd is supposed to run which doesn't. it is located in the folder \$oem$\$1\install. it has always worked, until I added the bootmenu thingie. And it hasn't been changed either.
  13. Yes, thats the situation (except the I have everything in C:\disk1). I make the ISO using EasyBoot itself, cause then I can pick the loader.bin as bootsector, else I won't get the menu.
  14. I made the two options in the menu already, but i havent yet put the files on the cd-rom, so only the Pro version is on the disk, in the root. (So not in a different directory or anything yet, just <cdrom>\i386 and stuff. and because i dont have special dir's, i havent edited the setupdlr or w2ksect)
  15. I'm trying to make a bootcd with Windows XP SP2 Home and Pro on them, with unattended installs. I made and tested all the scripts and stuff, and made i menu with easyboot, but the unattended part doesn't work with the menu. Well, it only works partly. The installation is unattended, but the scripts that SHOULD run (they should, they have been tested thoroughly) after the first boot, dont get run when i boot using the menu. I tried running the w2ksec.bin from the root, and i tried using a boot sector i extracted from my original SP2 pro cd using IsoBuster, but they both give the same problem. can anyone help me? thank you in advance!
  16. How do I install this using the .cmd file and the update file hmtcdwizard_enu.exe? I've searched for a bit but couldn't find it, although I found one using a .msi version of the installer, but I don't know how to get that. Some help or tips would be greatly appreciated! (I'm a first-timer)
  17. Exact same situation here... Can someone help?
×
×
  • Create New...