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.

First time using WPI 5.3 (need a little help)

Featured Replies

Hi peeps by the way great program wpi rules

just a little problem i cant get the apps to install automatic

i put in a switch and nothing ie

prog[pn]=['DVD It'];

uid[pn]=['DVDIT'];

dflt[pn]=['yes'];

cat[pn]=['Applications'];

forc[pn]=['no'];

gcond[pn]=['FileExists(\'%programfiles%\')'];

cmd1[pn]=['%wpipath%\\Install\\Sonic.DVDit!.v5.RETAIL-CROSS.30-7-04\\Setup\\setup.exe/VERYSILENT

'];

pn++;

Im running it off the hardrive first just to play around with it

What am i doing wrong ??????

Actually, for a forced install I believe you want,

forc[pn]=['no'];

to be:

forc[pn]=['yes']

Also, your switch is to close to the executable.

cmd1[pn]=['%wpipath%\\Install\\Sonic.DVDit!.v5.RETAIL-CROSS.30-7-04\\Setup\\setup.exe/VERYSILENT

'];

should be:

cmd1[pn]=['%wpipath%\\Install\\Sonic.DVDit!.v5.RETAIL-CROSS.30-7-04\\Setup\\setup.exe /VERYSILENT

'];

Notice the space between setup.exe & /VERYSILENT otherwise you command is seen as setup.exe/VERYSILENT and the O.S. will not find that.

The forc[pn] setting has nothing to do with your problem. Try adding the space as @VCC mentioned.

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.