Jump to content

7.2.0 Buglist...


Recommended Posts


OK post them here.

wpi.hta works very nice over a UNC networkpath now, except for 2 warnings "Could not save ./WPIScripts/useroptions.js" and "Could not save ./WPIScripts/windowsoptions.js"

For the rest, no strange things to report, except a real pleasure while using WPI 7.2 ... :thumbup

Link to comment
Share on other sites

By default I don't check any applications and disable the timer - but when I start WPI after XP-Install I set the command-line arguments check=default timer=300.

If I use this commands an my hdd-WPI it works - if I use them on CD they will be ignored. :-(

Al

Link to comment
Share on other sites

Using the Exit button in the lower-right of the Config or Options windows will not load my config file again once they are closed. However, if I select Config to exit Config or Options to exit Options, it will re-load the config file.

Am I the only one experiencing this?

Link to comment
Share on other sites

Hi.

WPI v7.2.1 on Windows XP Pro 32-bit

Using LoadDesktopBeforeInstall=false and running a {REBOOT} cmd, WPI will exit and the machine will reboot, but I receive an error during startup:

[%windir%\system32\mshta.exe]

Windows cannot find '%windir%\system32\mshta.exe'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.

[OK]

This is related to installer.js line 187 and line 193.

It seems the correct syntax is to use double slashes, like ... %windir%\\system32\\mshta.exe ...

Otherwise I'd get a similar error but something weird like %windir\%system32\mshta.exe

Anyways, if I comment out those lines and then uncomment the lines above them lines, everything works as expected.

Link to comment
Share on other sites

Yeah, I made some updates that were complete, started that section, forgot about it, uploaded the new fixes, and well, errors.

Download a new copy or just reverse the commented lines for now. 7.2.2 will be out soon.

Link to comment
Share on other sites

Hello guys,

is there a way to check the registry for a binary (hex) value?

For instance to check if windows start and exit sounds are disabled:

gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\AppEvents\\Schemes\\Apps\\.Default\\SystemStart\\.Current")=="0"'];

Above code tests for a string value, while it should test entries like the following:

Windows Registry Editor Version 5.00
; removed start and exit sounds
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]
@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Default]
@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]
@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Default]
@=hex(2):00,00

Link to comment
Share on other sites

Everything I have always gotten as a return/check value is binary. You could try RegKeyValue(...)=="0x00000019" which is 25 binary. The binary equivilant is in parenthesis (25) next to the hex value.

Don't use quotes when checking a number.

Link to comment
Share on other sites

Hi!

I updated WPI to 7.2.0 from the previous version (I have 148 items).

When I add or remove an item in the Config window and press Save button, the Selected item and the Item's config do not match.

Exaple:

I added a new app: CCleaner then pressed Save button

Now If I select the CCleaner from the list I get an another program's name, desc, etc. (Usually I get the last program's settings) I have to reopen the config windows, then it's working.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...