MSFN Forum: WPI 7.7.0 Buglist - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

WPI 7.7.0 Buglist Rate Topic: -----

#21 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 18 November 2009 - 08:14 AM

Hi !

Two problems I found:

1. Commandline parameters seem to get ignored with the wpi.exe. They do work with the wpi.hta

2. Please donīt get rid of wpi.hta in favour of wpi.exe. I am starting WPI through a script that maps a drive using pushd, then starts wpi and stays open while wpi is installing apps. Then, when WPI closes, the script deletes the network drive using the popd command.

This works great with wpi.hta but with wpi.exe the script starts WPI and instantly continues and therefore deletes the network drive. Thats probably because WPI.exe only starts wpi.hta and then closes.

So for me this is no real solution. At least tell us what wpi.exe does so we can do that manually before starting wpi.hta or keep wpi.exe open or something :-)

Thanks !
Alex


#22 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 18 November 2009 - 09:30 AM

1) Works just fine locally, but with UNC paths they are not. Will get fixed.
\\ws29\c\wpi\wpi.exe theme=Windows
does not work

2) WPI.exe staying open was a topic from the start. Keeping it open is no problem.

#23 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 18 November 2009 - 11:20 AM

Hi !

I see. Thanks for the info :-)
Then I am happy :-)

#24 User is offline   ssjoco 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 15-April 07

Posted 25 November 2009 - 03:43 AM

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.

I still have a jumping page problem in the app selection page. Sometimes I can't acces the second page, because it's jump back to the first one. Usually I run WPI on a clean Windows XP or Seven. If I change the desktop resolution, then it's working.

#25 User is offline   xure 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 17-December 09

Posted 17 December 2009 - 08:15 AM

This is probably not a new bug, nontheless...

When having two entries that both have each other as excludes and one of them has a grayed condition that evaluates to true, that entry will have the name (correctly) set to the disabled color but the checkbox will not be disabled.

#26 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,754
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 December 2009 - 04:26 PM

Greyed condition does NOT disable the checkbox. It just tells you that the condition was met by changing the color....

Wait I think I know what you are getting at...

This post has been edited by Kelsenellenelvian: 17 December 2009 - 04:32 PM


#27 User is offline   xure 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 17-December 09

Posted 18 December 2009 - 10:56 AM

View PostKelsenellenelvian, on Dec 17 2009, 04:26 PM, said:

Greyed condition does NOT disable the checkbox. It just tells you that the condition was met by changing the color....

Wait I think I know what you are getting at...


Probably shouldn't have used the word 'disabled' as that could be taken as 'not visible'. What I meant was that the checkbox will not be grayed out under those conditions.

#28 User is offline   colornokia 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 30-July 04

Posted 06 January 2010 - 05:10 AM

I think I found a bug. I'll explain it with an example. I have 3 programs:
1) Comodo Internet Security - if it's selected, avast! is excluded. Also there is a check if the system is 32-bit. So if the system is 64-bit this entry is hidden.
2) Comodo Internet Security x64 - if it's selected, avast! is excluded. Also there is a check if the system is 64-bit. So if the system is 32-bit this entry is hidden.
3) avast! - if it's selected avast! Comodo Internet Security x64 and Comodo Internet Security are excluded

However there is an error with this configuration - Could not find UID and it lists all of the UID which have connection with the hidden one. I've attached the config file for this 3 applications

Attached File(s)


This post has been edited by colornokia: 06 January 2010 - 05:12 AM


#29 User is offline   ICANIT 

  • WPI Advanced user
  • Group: Members
  • Posts: 42
  • Joined: 24-September 04

Posted 06 January 2010 - 08:28 AM

Colornokia:
Your Avast is set to Exclude an hidden entry. you can't do that, only exclude shown entries.

Its not a bug. :-)

This post has been edited by ICANIT: 06 January 2010 - 08:29 AM


#30 User is offline   colornokia 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 30-July 04

Posted 06 January 2010 - 10:09 AM

Yes I know that :/ Obviously I need some suggestion how to do that. I need on 32-bit OS 64-bit programs to be disabled and via-versa. But some programs are not compatible with either versions. Probably I'll have to write a program which will be executed before WPI, determinate if the OS is 32/64 bits and select the correct config file. Thanks anyway :)

#31 User is offline   zozoz2000 

  • Group: Members
  • Posts: 1
  • Joined: 22-March 10
  • OS:none specified
  • Country: Country Flag

Posted 24 March 2010 - 08:55 AM

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

#32 User is offline   mritter 

  • WPI Co-Developer
  • Group: Developers
  • Posts: 1,088
  • Joined: 13-November 05

Posted 24 March 2010 - 03:06 PM

Thanks. Code updated.

#33 User is offline   sT0n3r 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 11-July 07

Posted 29 March 2010 - 04:28 AM

View Postzozoz2000, on 24 March 2010 - 08:55 AM, said:

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.

#34 User is offline   icnocop 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 10-June 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 April 2010 - 03:21 PM

View Postssjoco, on 25 November 2009 - 03:43 AM, said:

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.

#35 User is offline   icnocop 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 10-June 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 April 2010 - 03:29 PM

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.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy