Jump to content

Very new... would someone proof this please


Aaragon

Recommended Posts

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.

Thanks

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Warez Applications" /f

REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f

REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f

REG ADD %KEY%\005 /VE /D "Adobe Acrobat Pro 6" /f

REG ADD %KEY%\005 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Acrobat\register.reg" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Acrobat\Adobe Acrobat 6.0 Professional\setup.exe /qn" /f

REG ADD %KEY%\010 /VE /D "Office 2003" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\Office2003\setup.exe /qn" /f

REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

REG ADD %KEY%\015 /VE /D ".Net Framework" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\NetFramework\dotnetfx.exe /s /v/qn" /f

REG ADD %KEY%\020 /VE /D "Tweak Ui 2.1" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\PowerToys\TweakUiPowertoySetup.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\025 /VE /D "MainConcept MPEG Encoder 1.4.1" /f

REG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\mainconcept\register.reg" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\Application\mainconcept\mpegencoderv1[1].4.1.exe -s" /f

REG ADD %KEY%\030 /VE /D "O&O Defrag Professional 6" /f

REG ADD %KEY%\030 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\O&ODefrag6_Pro\register.reg" /f

REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Application\O&ODefrag6_Pro\Setup.exe -s" /f

REG ADD %KEY%\035 /VE /D "Java VM Update" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Applications\JavaVM\MSJavx86_3810update.exe /qn" /f

REG ADD %KEY%\040 /VE /D "WinRAR Corporate Edition 3.30" /f

REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\winrar\WinRAR3.30CE.exe /qn" /f

REG ADD %KEY%\045 /VE /D "Spybot Search & Destroy 1.3rc4" /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Applications\Spybot\spybotsd13rc4.exe /qn" /f

REG ADD %KEY%\050 /VE /D "Zone Alarm Pro w/Web Filtering 4.5.538.001" /f

REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\zonealarm\register.reg" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Applications\zonealarm\zapSetup_45_538_001.exe /qn" /f

REG ADD %KEY%\055 /VE /D "Nero Burning ROM 6.3.0.3" /f

REG ADD %KEY%\055 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\nero\register.reg" /f

REG ADD %KEY%\055 /V 2 /D "%systemdrive%\install\Applications\nero\nero6303.exe /silent /noreboot" /f

REG ADD %KEY%\060 /VE /D "K-Lite Codec Pack 1.2" /f

REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\Applications\klite\klmcodec102.exe /qn" /f

REG ADD %KEY%\065 /VE /D "G-Spot 2.21" /f

REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\Applications\gspot\gspot221.exe /qn" /f

REG ADD %KEY%\070 /VE /D "AutoCatcherXP" /f

REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\Applications\autocatcher\AutoPatcher XP\AutoPatcher.exe /qn" /f

REG ADD %KEY%\080 /VE /D "Importing Registry Tweaks" /f

REG ADD %KEY%\080 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

REG ADD %KEY%\085 /VE /D "Direct X 9.0c" /f

REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\Applications\DirectX9c\DX-9c.exe /silent /noreboot" /f

REG ADD %KEY%\090 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\090 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

Link to comment
Share on other sites


Looks ok to me, but i'm by no means the one to ask...but as far as the wasteing a dvd

I 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 wasted

start cdimage.exe -lAIODVD2  -b\AIO-DVD2\BOOT\loader.bin -h -n -o -m \AIO-DVD2 E:\AIODVD2.iso

The "-o" switch (optimize) i love i have 1 gig of files compressed down to 672 megs....**** nice! :):rolleyes:

BTW: welcome to the forum, i dont think i have closed the page since i found it.

Link to comment
Share on other sites

REG ADD %KEY% /V TITLE /D "Installing Warez Applications" /f

With 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" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\Office2003\setup.exe /qn" /f
REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

Not sure but I think the last line is wrong.

Get VMware or MS Virtual PC to test your images before you burn them.

Link to comment
Share on other sites

thanks guys :rolleyes:

and lol@nemesis.... :D

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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)

:)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...