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.

Wanting To Test My Wpi

Featured Replies

I have downloaded VMware and want to start testing my WPI to see if my apps will install silently. Can someone please guide me on how I would do this?

Thanks!

somehow get the directory mounted as a cd, you can share the directory and mount it in the virtual machine then just run the wpi.cmd file

  • Author

mount the WPI directory or the XPCD dir?

You can use CDImage as a CD in VMWare. Set the .iso file as cdrom. then boot your VM and make sure that cdrom is first in boot sequence. The image you made will work as a "cdrom". Make sure you correct the error in the WPI.cmd file to prevent getting the message "can't find d:...."

Find this text inside your WPI.cmd:

REM Make WPI driectory the current directory
for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO ECHO %%i:
cd "%WPIPATH%"

and replace it with:

REM Make WPI driectory the current directory
for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i:
cd "%WPIPATH%"

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.