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.

Languages, Themes, Manuals & Mods

Featured Replies

Coul you add inside globals.js (was on previous version):


// wmi.js
var OSProps, winMgts;

Because these variables are inside WPI_DiscChanger.htm (line 78)

Regards

*Edit: And could also change inside WPI_DiscChanger.htm the lines like Installer.hta and WPI.hta on top ?

from line 13


<script type="text/javascript">
document.write('<HTA:APPLICATION ID="oWPIDiscChanger"' +
' application="yes"' +
' singleInstance="yes"' +
' applicationName="Windows Post-Install Wizard Disc Changer"' +
' version="1.0"' +
' icon=""' +
' border="dialog"' +
' borderStyle="normal"' +
' innerBorder="no"' +
' caption="yes"' +
' sysMenu="no"' +
' contextMenu="no"' +
' minimizeButton="no"' +
' maximizeButton="no"' +
' navigable="yes"' +
' scroll="no"' +
' scrollFlat="no"' +
' selection="no"' +
' showInTaskBar="no"' +
' windowState="normal"' +
' />');
</script>

Thanks to check if it's OK!

Edited by myselfidem

About Fonts, there was a script inside previous version inside WPI.hta: (example WPI 7.5.0 on line 387)


<script type="text/javascript">
var args="";

if (InstallFonts)
{
installFontsFromFolder(fontDir);
}
</script>

Regards

Edited by myselfidem

Edited by jinkazama

Edited by jinkazama

This solution works only on older versions, in 8.6.3 WPI.hta no longer exists...

Look inside .\WPI\Common\WPI.hta ! ;)

The method of execution is different, but there is still wpi.hta !

Edited by myselfidem

Many thanks Kels for the new release WPI v8.6.4

To display properly the slider (on the right of the window) inside the tab changelog, it's needed to change inside ChangeLog.txt (on line 15) <nobr> with 'nobr' (for example).

Also inside aboutwpi_changelog.htm

On line 9 missing: </div>

Inside aboutwpitemplate_links.htm

On line 9 missing: </div>

Inside aboutwpitemplate_version.htm

On lines 35 and 60 are missing: </div>

Inside updatewpi.htm

On line 90 is missing: </a>

Inside informationtemplate_readme.htm

On line 9 missing: </div>

Thanks and regards

*Edit:

Seems missing inside configwizardtemplate_createshortcut.htm

On line 21: </td>

Edited by myselfidem

Could we add inside the Manual:


Comparison operators

=== Identical (equal and of the same type)

We can see this one inside (for example): json_parse.js (from line 114)

Regards

Edited by myselfidem

French Manual updated:

Regards

*Edit: given

Edited by myselfidem

I see a strange behaviour using Theme\Tooltips !

This was already the case before and it's not an issue!

Sometimes the right pane move to the left when we select a path to choose an image (or using other options) inside the window.

I think this happens when we make changes using some font size !

Regards

Edited by myselfidem

Very nice! :)

The trouble about the slight leftward movement of the window seems solved writing all lines inside lang_fr.js like lang_en.js !

(line numbers strictly similar and text corresponding (order))

lang_fr.js file updated:

Thanks and regards

*Edit: given

Edited by myselfidem

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.