Jump to content

Running Regedit /S


Recommended Posts

Hey yall

Hope i'm posting in the right spot for this.....

i'm using WPI to install adobe audition... i need to add a registry entry after it's installed so i am running regedit /s path\*.reg as the code to silently install the reg file....

every time i get an error heres my WPI code

prog[pn]=['Adobe Audition']
desc[pn]=['Installs Adobe Audition.<br /><br />Create and edit audio with ease. <br /> <br /> ']
cmd1[pn]=['"%systemdrive%\INSTALL\\APPLICATIONS\\ADOBE\\ADOBE AUDITION\\ADOBE AUDITION 1.0\\AUDITION.MSI" /QR"']
cmd2[pn]=['"REGEDIT /S %systemdrive%\\install\\AUDITION.reg"']
dflt[pn]=['yes']
cat[pn]=['Adobe Software']
ordr[pn]=[1]
uid[pn]=['audition']
pn++

error message attached in jpg....

thanks

post-70-1103850802_thumb.jpg

Link to comment
Share on other sites


The correct entry for a registry entry after a programme has been installed is

rega[pn]=['%systemdrive%\\install\\AUDITION.reg']

the rest is added automatically by WPI. So you dont need the register /s in there.

Put this in after your cmd1 line

prog[pn]=['Adobe Audition']
desc[pn]=['Installs Adobe Audition.<br /><br />Create and edit audio with ease. <br /> <br /> ']
cmd1[pn]=['"%systemdrive%\\INSTALL\\APPLICATIONS\\ADOBE\\ADOBE AUDITION\\ADOBE AUDITION 1.0\\AUDITION.MSI" /QR"']
rega[pn]=['%systemdrive%\\install\\AUDITION.reg']
dflt[pn]=['yes']
cat[pn]=['Adobe Software']
ordr[pn]=[1]
uid[pn]=['audition']
pn++

Link to comment
Share on other sites

BritishBulldog wrote the 'correct' way to do it.

however, bonedaddy's method will work as well.

think of the the regb and rega commands as putting in the "regedit /s " part, and you only have to fill in the file path.

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