Paradox Me Posted April 25, 2006 Posted April 25, 2006 (edited) Is this Correct?REG ADD %KEY%\085 /VE /D "Corel Draw Suite 12" /fREG ADD %KEY%\085 /V 1 /D "%PP%\corel12\setup.exe /S /v/qn" /fREG ADD %KEY%\085 /v 2 /D regedit /s "%PP%\corel12\corel.reg" Edited April 25, 2006 by Paradox Me
Ghostrider Posted April 25, 2006 Posted April 25, 2006 (edited) Should be in this format....@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Final Applications and Hotfixes" /fREG ADD %KEY%\010 /VE /D "Oem Logo Files" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\oemlogo.cmd" /fREG ADD %KEY%\015 /VE /D "Installing .Net SP 1.1" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\DOTNET\netfxsp1.exe" /fREG ADD %KEY%\020 /VE /D "Installing .Net 2" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\DOTNET\dotNET20.exe" /fREG ADD %KEY%\025 /VE /D "Installing Adobe Reader 707" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\ADOBEREADER7\acroread707.exe" /fREG ADD %KEY%\030 /VE /D "Installing XPize" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\XPize.exe /S /express" /fREG ADD %KEY%\035 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /fAlso windows needs to know what %PP% is... Edited April 25, 2006 by Ghostrider
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