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.

WPI Instaler

Featured Replies

I wont will somebody can explain me how do will instaler WPI jomping not left top corner or right top corner.

Edited by Yurek3

@Yurek3,

how do you do it to have this "Performing Post-Setup-Tasks" -Window open at the same time as WPI-Installer? Is it a RunOnceEx Window?

And something else: How do you put a wallpaper on the screen at that stadium of Windows-Setup?

Thank you for your Answers... :thumbup

If you want the window to open somewhere else, I could add some gadgets to allow you to enter your own x,y coordinates. Right now it opens at 25x25.

  • Author

I do not untestud whot script .js do this and where ineed write difrent options.

I whont only thisone Instaler window got in right top side in my screen.

Now when staring Instaler WPI you got this one window in left top side.

Yurek3 in your wpiscripts dir open installer.js with a text editor like note pad and look for this section:

window.resizeTo(0,0);

ResumeInstall==false ? document.location="file:///"+strFile.replace(/\\/g, '/') : null; //change its content

window.moveTo(25,25); //move it

window.resizeTo(iWidth,iHeight);

Now where it says "window.moveTo(25,25);" change the 25,25 and this is where the spacing of the installer window is.

  • Author

I did testing few days and i know should by like this

window.resizeTo(0,0);

ResumeInstall==false ? document.location="file:///"+strFile.replace(/\\/g, '/') : null; //change its content

window.moveTo(625,25); //move it

window.resizeTo(iWidth,iHeight); //resize it

  • Author

I need ask again: for WPI 5.6 work good but for WPI 5.0 no.

I do not no why.

I use in my UA WPI 5.0 for other i get all time some error.

Go to installer.js, line 29, and change dialogLeft:25;dialogTop:25; to whatever you want.

  • Author

THX very much for your help me

I'm very glad

InstallWindow=window.showModelessDialog(strFile,window,"dialogLeft:625;dialogTop:25;dialogWidth:"+iWidth+"px;dialogHeight:"+iHeight+"px;center:no;help:no;resizable:no;scroll:no;status:no;");

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.