Jump to content

WPI 7.7.0 Buglist


Recommended Posts

Hi all!

I found a bug in the "configwizard_createshortcut.js".

When I use the CreateShortcut() function with SubFolder option(folder doesn't exist yet) it doesn't create new SubFolder folder.

So i changed the js script to me:

	if (SpecialFolder=="Favorites" || SpecialFolder=="MyDocuments" || SpecialFolder=="StartMenu" || SpecialFolder=="Programs" || SpecialFolder=="AllUsersStartMenu" || SpecialFolder=="AllUsersPrograms")
{
if(!(fso.FolderExists(strSpecialFolders+"\\"+SubFolder)) && SubFolder.length != 0)
{
fso.CreateFolder(strSpecialFolders+"\\"+SubFolder);
}
txt +=SubFolder+"\\";
}

Sorry for my bad english..

Link to comment
Share on other sites


Hi all!

I found a bug in the "configwizard_createshortcut.js".

When I use the CreateShortcut() function with SubFolder option(folder doesn't exist yet) it doesn't create new SubFolder folder.

So i changed the js script to me:

	if (SpecialFolder=="Favorites" || SpecialFolder=="MyDocuments" || SpecialFolder=="StartMenu" || SpecialFolder=="Programs" || SpecialFolder=="AllUsersStartMenu" || SpecialFolder=="AllUsersPrograms")
{
if(!(fso.FolderExists(strSpecialFolders+"\\"+SubFolder)) && SubFolder.length != 0)
{
fso.CreateFolder(strSpecialFolders+"\\"+SubFolder);
}
txt +=SubFolder+"\\";
}

Sorry for my bad english..

Hi

i also need for the configwizard_createshortcut.js command to create the subfolders.

where in the configwizard_createshortcut.js do i insert this code ? or could someone please upload an updated version

thank you.

Link to comment
Share on other sites

Hi!

WPI always skip one command after reboot under Win 7. I have the following commands: install SPTD driver (exe), reboot then run daemontools script (exe). I tested on several machines and none of them run the daemon script, after rebott WPI just jumped to the next app. I can't find in the log either.

It works in Win XP.

<snip>

Has anyone figured out a fix for this issue yet?

Thank you.

Link to comment
Share on other sites

I've discovered another bug on Windows 7 x64.

Steps to reproduce:

1. Download and unzip WPI

2. Double-click WPI.hta

3. Click Exit

4. Double-click WPI.hta again

[script Error]

/!\ An error has occurred in the script on this page.

Line: 1

Char: 1

Error: Invalid character

Code: 0

URL: file://C:/WPI-test/WPIScripts/windowoptions.js

Do you want to continue running scripts on this page?

[Yes] [No]

The error dialog gets displayed again but for useroptions.js.

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...