Jump to content

Recommended Posts

Posted

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


Posted

astalavista-which forum woulf be better apps or WPI???

the cmd1 line works fine its this one that doesnt....

cmd2[pn]=['"REGEDIT /S %systemdrive%\\install\\AUDITION.reg"']

Posted

ok i got regedit to work by doign this....

cmd1[pn]=['"regedit" /s ']

but when i try to import the reg entry like this.....

cmd1[pn]=['"regedit" /s %systemdrive%\\install\\AUDITION.reg']

it doesnt work..... why?

Posted

all mine work like this but who knows, after some guys see this they say

that is not going to work but it does................

BD

cmd2[pn]=['regedit /s %cdrom%\\software\\sygate.reg']
Posted

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

Posted

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.

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