Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Running Regedit /S

Featured Replies

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

Why is there only one \ in front of INSTALL and then two \\ in front of the next install (not in capital letter)?

  • Author

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"']

  • Author

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?

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']
  • Author

bonedaddy

thanks !!!!

that solved the problem...... for somereason when i'm installing the apps it wont work though wthout the " so thanks

DONE

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

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.