Jump to content

Recommended Posts

Posted

hi am trying to use the RunOnceEx.cmd.but i dont want to creat the OEM folders. I tink I need to put the RunOnceEx.cmd in the $OEM$ folder so that it gets copied to the drive.. But i use floppies for sum of my sata/raid drivers so i cant use the $OEM$ folder..

is theer anyway to call the RunOnceEx.cmd from the cd rom

the contents of my RunOnceEx.cmd is given below

cmdow @ /HID
@Echo Off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

SET PP=%cdrom%\Apps\

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

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%\000 /VE /D "Open Office 2.2" /f
REG ADD %KEY%\000 /V 1 /D "%PP%OpenOffice.exe" /f

REG ADD %KEY%\001 /VE /D "Ava Find" /f
REG ADD %KEY%\001 /V 1 /D "%PP%AvaFind.exe" /f

REG ADD %KEY%\002 /VE /D "BurnOn CD/DVD" /f
REG ADD %KEY%\002 /V 1 /D "%PP%BurnOnCDDVD.exe" /f

REG ADD %KEY%\003 /VE /D "IS Script" /f
REG ADD %KEY%\003 /V 1 /D "%PP%ISScript.exe" /f

REG ADD %KEY%\004 /VE /D "Opera 8.52" /f
REG ADD %KEY%\004 /V 1 /D "%PP%opera.exe" /f

REG ADD %KEY%\005 /VE /D "MS AntiSpyware Beta 1" /f
REG ADD %KEY%\005 /V 1 /D "%PP%MSASpyware.exe" /f

REG ADD %KEY%\006 /VE /D "Infran View" /f
REG ADD %KEY%\006 /V 1 /D "%PP%irfanview.exe" /f

REG ADD %KEY%\007 /VE /D "PS PAD" /f
REG ADD %KEY%\007 /V 1 /D "%PP%PSPad450.exe" /f

REG ADD %KEY%\008 /VE /D "Photo Filter" /f
REG ADD %KEY%\008 /V 1 /D "%PP%PhotFilt.exe" /f

REG ADD %KEY%\009 /VE /D "NVU Web Editer" /f
REG ADD %KEY%\009 /V 1 /D "%PP%NVU.exe" /f

REG ADD %KEY%\010 /VE /D "7-Zip 4.36 Beta" /f
REG ADD %KEY%\010 /V 1 /D "%PP%7z431.exe / s" /f

REG ADD %KEY%\011 /VE /D "Winrar 3.51" /f
REG ADD %KEY%\011 /V 1 /D "%PP%wrar351.exe /s" /f

REG ADD %KEY%\012 /VE /D "ISO Recorder" /f
REG ADD %KEY%\012 /V 1 /D "%PP%ISORecorderV2RC1.msi /qn" /f

REG ADD %KEY%\013 /VE /D "TweakNow PowerPack 1.1.2" /f
REG ADD %KEY%\013 /V 1 /D "%PP%tweak.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\014 /VE /D "Spyware Blaster 3.51" /f
REG ADD %KEY%\014 /V 1 /D "%PP%SpywareBlaster.msi /qn" /f

EXIT


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...