Jump to content

REG file addition


Recommended Posts

Is this Correct?

REG ADD %KEY%\085 /VE /D "Corel Draw Suite 12" /f
REG ADD %KEY%\085 /V 1 /D "%PP%\corel12\setup.exe /S /v/qn" /f
REG ADD %KEY%\085 /v 2 /D regedit /s "%PP%\corel12\corel.reg"

Edited by Paradox Me
Link to comment
Share on other sites


Should be in this format....

@echo off

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

REG ADD %KEY% /V TITLE /D "Final Applications and Hotfixes" /f

REG ADD %KEY%\010 /VE /D "Oem Logo Files" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\oemlogo.cmd" /f

REG ADD %KEY%\015 /VE /D "Installing .Net SP 1.1" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\DOTNET\netfxsp1.exe" /f

REG ADD %KEY%\020 /VE /D "Installing .Net 2" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\DOTNET\dotNET20.exe" /f

REG ADD %KEY%\025 /VE /D "Installing Adobe Reader 707" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\ADOBEREADER7\acroread707.exe" /f

REG ADD %KEY%\030 /VE /D "Installing XPize" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\XPize.exe /S /express" /f

REG ADD %KEY%\035 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

Also windows needs to know what %PP% is...

Edited by Ghostrider
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...