WPI 7.7.0 Buglist
#21
Posted 18 November 2009 - 08:14 AM
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
Posted 18 November 2009 - 09:30 AM
\\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
Posted 18 November 2009 - 11:20 AM
I see. Thanks for the info :-)
Then I am happy :-)
#24
Posted 25 November 2009 - 03:43 AM
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
Posted 17 December 2009 - 08:15 AM
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
Posted 17 December 2009 - 04:26 PM
Wait I think I know what you are getting at...
This post has been edited by Kelsenellenelvian: 17 December 2009 - 04:32 PM
#27
Posted 18 December 2009 - 10:56 AM
Kelsenellenelvian, on Dec 17 2009, 04:26 PM, said:
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
Posted 06 January 2010 - 05:10 AM
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)
-
config.js (2.29K)
Number of downloads: 2
This post has been edited by colornokia: 06 January 2010 - 05:12 AM
#29
Posted 06 January 2010 - 08:28 AM
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
Posted 06 January 2010 - 10:09 AM
#31
Posted 24 March 2010 - 08:55 AM
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..
#33
Posted 29 March 2010 - 04:28 AM
zozoz2000, on 24 March 2010 - 08:55 AM, said:
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
Posted 03 April 2010 - 03:21 PM
ssjoco, on 25 November 2009 - 03:43 AM, said:
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
Posted 03 April 2010 - 03:29 PM
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.
- ← Is there a manual on how to use multiple config files?
- Windows Post-Install Wizard (WPI)
- Command's conditions →



Help


Back to top









