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 Bug Report Thread

Featured Replies

Yes, it's like you said...But what about the other sizes we could select before?

Could you solve this touble, please?

Thanks

*Edit: there no resume text about installed programs indise WPI_Log.txt and WPI.exe try to start a new time after the installation is done!

Edited by myselfidem

Thanks @Kel,

Now it's working good:) Here is new Turkish file for 8.5.6. Also I removed line 494 and line 532 after I read myselfidem's notice.

lang_tr.js

  • Author

Yes, it's like you said...But what about the other sizes we could select before?

Could you solve this touble, please?

Thanks

*Edit: there no resume text about installed programs indise WPI_Log.txt and WPI.exe try to start a new time after the installation is done!

So you have 0 standard options to select from?

if not this file may fix it.

Will look into the reboot thing.

Hi..

Thanks Kelsenellenelvian for the very fast update^^.

Tomorrow I can say,if it all work as it should be.

I can't test it today.because my son and his m8's used all my computers.

Thanks also francesco,of course i try this to:

you have to use "start wpi.exe" or runonceex

Thanks alot for the quick response.tomorrow i can tell you more.

Thx guys^^

bye

So you have 0 standard options to select from?

if not this file may fix it.

Will look into the reboot thing.

No, all selected programs are installed but there is no resume text value about the installed programs inside WPI_Log.txt, and WPI.exe is launched a new time, for any reason!

Tested the file you gave without success.

Thanks

About WPI_Log.txt it seems the trouble is inside: installer_log.js

At this line: function LogWPIInformation()

Removing:


WriteLogLinePlain(" "+getText(lblSysArch6432)+"="+sysArch6432);
WriteLogLinePlain(" "+getText(lblTrue64Bits)+"="+true64bits);

as those values have been removed inside lang_en.js, works and the WPI_Log.txt is writed completely!

However WPI.exe starts a new time at restart (using execute after) when the installation is done, for any reason!

Regards

Edited by myselfidem

hi..

Missing the folder Codebase in WPI_v8.5.6???

Nothing read about??

Grt Whatsup

EDIT:now i read it in page 4 sorry^^

Edited by Whatsup

  • Author

myselfdm = to rule out everything else try an untouched WPI 8.5.6 ans see if it is all there.

Then if it is you will need to redo\resave your options.

If still not working then send me your whole wpi folder minus the installs, audio and graphics.

Yep same as myselfidem here:Dutch

linw 469 lblSysArch6432[lang] = ['SysArch6432'];

line 470 lblTrue64Bits[lang] = ['True 64 Bits'];

Did remove to.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

I read just your post Kel and follow your tip now...and start with clean WPI:

myselfdm = to rule out everything else try an untouched WPI 8.5.6 ans see if it is all there.

Test rolling again^^

-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - -

myselfidem: same problem here.when software is installed wpi close and reopen again?

-------------------------------------------------------------------------------------------------------------------------------------------

I'am very sorry,but still same problem.

No music and WPI will still not start with loading screen?

I already use runonceex i see,like this.

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\Autounattend.xml SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY%\010 /V 1 /D "%CDROM%\WPI\WPI.exe" /f

---------------------------------------------------------------------------------------

I try this:

REG ADD %KEY%\010 /V 1 /D "%CDROM%\WPI\start WPI.exe" /f but it does nothing...do you have a suggestion for me??

Grt Whatsup.

Edited by Whatsup

just want to say up front that i've been using this software for a year, it has helped me ALOT. also this is my first post in a forum ever.

found 2 bugs in 8.5.6...tested with clean WPI also. did not have either of these in 8.5.

1. can't exit 'configuration' mode unless save is done first.

2. {EXTRACT} seems to be broken, some commands that contained it before aren't working anymore and when i try to add {EXTRACT} from the DOS menu, it does't put anything in the textbox below.

  • Author

fariq = WHat laguage are you using in WPI?

I cannot replicate your config error. I bet it is a error in your lang file.

I did change the 7z.exe file recently. Grab the one from the tools folder of wpi 8.5 and try it please.

Whatsup = Try this for a startup script

@ECHO OFF
SETLOCAL
(SET DRIVE=)
FOR /F "USEBACKQ TOKENS=2 DELIMS==" %%# IN (`WMIC DATAFILE WHERE^
"PATH='\\WPI\\' AND FILENAME='WPI' AND EXTENSION='exe'"^
GET Name /VALUE^|FIND "="`) DO SET "DRIVE=%%~d#"&SET "FPATH=%%#"

START "" "%DRIVE%\WPI\WPI.exe"
exit

Also what is the warning you get when the audio files are being deleted?

Edited by Kelsenellenelvian

myselfdm = to rule out everything else try an untouched WPI 8.5.6 ans see if it is all there.

Then if it is you will need to redo\resave your options.

If still not working then send me your whole wpi folder minus the installs, audio and graphics.

After a new test with an WPI_v8.5.6 untouched I have the same trouble explained above.

I removed only the two unwanted lines inside lang_fr.js.

WPI starts with my customized Autounattend.xml file after Windows 7 is installed.

The WPI_Log.txt isn't writed completely. Programs installed, results, time start and time end, inside the log file are missing.

WPI restarts when the installation is done for unknow reason and installer Window size is bigger than normal and freeze.

About selection window resolution size, works but this is new that the values 800 x 600 are greyed. However I can select others size.

Regards

Edited by myselfidem

Hi..

Whatsup = Try this for a startup script

Your script is working,Only WPI is running immediately.

To fix this,I made a StartWPI.cmd file with your script.

The runonceex activate the StartWPI.cmd after the restart from windows.

Like this:

-----------------------------------------------

cmdow @ /HID

@echo off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\Autounattend.xml SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY%\010 /V 1 /D "C:\StartWPI.cmd" /f

exit

-----------------------------------------------

Compleet selfinstaller look like this now:

;!@Install@!UTF-8!

Progress="yes"

RunProgram="StartWPI.exe /s"

RunProgram="RunOnceEx.cmd"

;!@InstallEnd@!

And this work for me^^ thank you thank you Xd.

-----------------------------------------------

Strange thing now:

mshta.exe starting him self after restart.

============================================================================

The Music is only runnig if i change %systemdrive%\Audio in C:\Audio.

The Waring only show up by this setting C:\Audio.

so if music been removed out wpi now warning [big Warning,can't find it in lang_nl.js] came up,and not succes.

The files are been removed out the Audio folder,but not the Audio folder,it stay's visible in C.

================================================================================

I can confirm myselfidem results, same here!!!!!!..

[WPI restarts when the installation is done for unknow reason and installer Window size is bigger than normal and freeze.]

and also:

I can confirm fariq problem, same here!!!!!!..

================================================================================

Sorry for bad english^^

Grt Whatsup

Edited by Whatsup

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.