Aaragon Posted May 30, 2004 Posted May 30, 2004 Hey guys,Im trying to setup my first unatteded install and id appricaite if someone would "proof"my RunOnceEx file before i waste a DVD. Im thinking there are alot of problems, mainly with the switches, so any feed back would be appreciated.Thankscmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Warez Applications" /fREG ADD %KEY%\001 /VE /D "Preparing Installation..." /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /fREG ADD %KEY%\005 /VE /D "Adobe Acrobat Pro 6" /fREG ADD %KEY%\005 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Acrobat\register.reg" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Acrobat\Adobe Acrobat 6.0 Professional\setup.exe /qn" /fREG ADD %KEY%\010 /VE /D "Office 2003" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\Office2003\setup.exe /qn" /fREG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /fREG ADD %KEY%\015 /VE /D ".Net Framework" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\NetFramework\dotnetfx.exe /s /v/qn" /fREG ADD %KEY%\020 /VE /D "Tweak Ui 2.1" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\PowerToys\TweakUiPowertoySetup.exe /VERYSILENT /SP-" /fREG ADD %KEY%\025 /VE /D "MainConcept MPEG Encoder 1.4.1" /fREG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\mainconcept\register.reg" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Application\mainconcept\mpegencoderv1[1].4.1.exe -s" /fREG ADD %KEY%\030 /VE /D "O&O Defrag Professional 6" /fREG ADD %KEY%\030 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\O&ODefrag6_Pro\register.reg" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Application\O&ODefrag6_Pro\Setup.exe -s" /fREG ADD %KEY%\035 /VE /D "Java VM Update" /fREG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\JavaVM\MSJavx86_3810update.exe /qn" /fREG ADD %KEY%\040 /VE /D "WinRAR Corporate Edition 3.30" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\winrar\WinRAR3.30CE.exe /qn" /fREG ADD %KEY%\045 /VE /D "Spybot Search & Destroy 1.3rc4" /fREG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Applications\Spybot\spybotsd13rc4.exe /qn" /fREG ADD %KEY%\050 /VE /D "Zone Alarm Pro w/Web Filtering 4.5.538.001" /fREG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\zonealarm\register.reg" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\zonealarm\zapSetup_45_538_001.exe /qn" /fREG ADD %KEY%\055 /VE /D "Nero Burning ROM 6.3.0.3" /fREG ADD %KEY%\055 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\nero\register.reg" /fREG ADD %KEY%\055 /V 2 /D "%systemdrive%\install\Applications\nero\nero6303.exe /silent /noreboot" /fREG ADD %KEY%\060 /VE /D "K-Lite Codec Pack 1.2" /fREG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\klite\klmcodec102.exe /qn" /fREG ADD %KEY%\065 /VE /D "G-Spot 2.21" /fREG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Applications\gspot\gspot221.exe /qn" /fREG ADD %KEY%\070 /VE /D "AutoCatcherXP" /fREG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\Applications\autocatcher\AutoPatcher XP\AutoPatcher.exe /qn" /fREG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /fREG ADD %KEY%\085 /VE /D "Direct X 9.0c" /fREG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\Applications\DirectX9c\DX-9c.exe /silent /noreboot" /fREG ADD %KEY%\090 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\090 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXIT
byte.chaser Posted May 30, 2004 Posted May 30, 2004 Looks ok to me, but i'm by no means the one to ask...but as far as the wasteing a dvdI use VMware or virtual pc and cdimage to make the iso file, then mount with daemon tools, that way i can test my images and if they really die on me, oh well nothing wastedstart cdimage.exe -lAIODVD2 -b\AIO-DVD2\BOOT\loader.bin -h -n -o -m \AIO-DVD2 E:\AIODVD2.isoThe "-o" switch (optimize) i love i have 1 gig of files compressed down to 672 megs....**** nice! BTW: welcome to the forum, i dont think i have closed the page since i found it.
Nemesis300 Posted May 30, 2004 Posted May 30, 2004 REG ADD %KEY% /V TITLE /D "Installing Warez Applications" /fWith all the money your saving on software you can afford to mess up a few DVD's REG ADD %KEY%\010 /VE /D "Office 2003" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\Office2003\setup.exe /qn" /fREG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /fNot sure but I think the last line is wrong.Get VMware or MS Virtual PC to test your images before you burn them.
Aaragon Posted May 30, 2004 Author Posted May 30, 2004 thanks guys and lol@nemesis.... So i got VirtualPC like you guys recommended, but im a bit confused. How do I actually install the image i made, onto the virtual disk?oh, and thanks for tthe heads up on that Office2003 entry.... looks like I forgotto move the alcohol entry Thanks,Aaragon
Nemesis300 Posted May 30, 2004 Posted May 30, 2004 Make your XP CD/DVD an ISO Image. Use winiso or cdimage or some app to make your XP CD/DVD a bootable ISO image file.Run virtual machine and create a virtual machine if you haven't already(there's a wizard for this and its self explanitory I think so I wont explain).Start the virtual machine and inside the virtual machine window click CD from the top menu (menu has action edit CD etc etc) and select Capture ISO Image then select your XP CD ISO Image file. Then it will probably load and say "Press any key to boot from CD..." so press any key. You might have to reset the virtual machine if you didn't capture your ISO image fast enough the first time.
Aaragon Posted May 30, 2004 Author Posted May 30, 2004 thanks for the help guys, but now i have a new problem. I created the image and tried loading it to the virtual harddisk ..... install goes great( totally unattended) untill it comes time to actually boot into windows. At that point, after the splash screen, it reboots. I let it go like 5 times , all with the same result. So, i havent been able to get "into" WIndows yet. Any ideas?THanks,Aaragon
MCT Posted May 30, 2004 Posted May 30, 2004 can u take a screenshot as 2 how far u can get, and what the message is?sounds like its taking along time (possibly freezing, 2 apply the new changes)
crck3rz Posted May 30, 2004 Posted May 30, 2004 something you have installed has corrupted windows. Boot into safemode and uninstall until you find the problem.I would start with DirectX 9.0c - its buggy
Aaragon Posted May 30, 2004 Author Posted May 30, 2004 can u take a screenshot as 2 how far u can get, and what the message is?sounds like its taking along time (possibly freezing, 2 apply the new changes)Well thats just it... there are no error messages. It actually never boots into windows to start the installation of the apps in my RunOnceEx file so I dont think that any of those apps could be causing the problem. Perhaps there was some kind of an error when I created the iso. I used cdimage as the guide suggested, maybe something got screwed up. Also, I used slipstream beta to merge SP1 with my original install cd...could that be a problem?Im gonna keep working on it and if I run across any error messages while installing I take a few screen shots.THanks,Aaragon
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now