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.

Installing from a network share path

Featured Replies

Is it possible to have WPI configured to install my apps from a UNC path?

It seems that when I add the double backslash it is getting converted to a single backslash by the time it gets added to the registry.

e.g.

"\\dmmsupport1\install\_SETUP\sqlcli\standard\x86\setup\setupsql.exe" -s -m -SMS -f1 "\\dmmsupport1\install\_SETUP\sqlcli\standard\sqlcli.iss"

turn into...

"\dmmsupport1\install\_SETUP\sqlcli\standard\x86\setup\setupsql.exe" -s -m -SMS -f1 "\dmmsupport1\install\_SETUP\sqlcli\standard\sqlcli.iss"


yes you can and it is simply adding 6 backslashes! yes \\\\\\ before the server name.

your code would be

cmd1[pn]=['\\\\\\dmmsupport1\\install\\_SETUP\\sqlcli\\standard\\x86\\setup\\setupsql.exe -s -m -SMS -f1"\\\\\\dmmsupport1\\install\\_SETUP\\sqlcli\\standard\\sqlcli.iss"']

This is code entered directly into the config.js, not sure what would happen if you use the config option.

just tested it in config.js

With this you should not use the config option at all, as it parses the 6 backslashes with every click of the save button so that you are eventually left with only two.

Best if you have a plain Server install to use an older version.

  • Author

Still not working. I'm using the 3.2.0 version. What verison are you using?

It should work on all versions but as i said you cant use the config option, not at all as this deletes the backslashes!!!

Use an old version where this config option is not implemented...

What error report are you getting?

can you post a copy of it

below is a copy of my WPI that i use at work through a network.

WPI_EBRO.rar

  • Author

I used the version that you attached and it works great!

Thanks for your help!

Rich

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.