bonedaddy Posted December 30, 2004 Share Posted December 30, 2004 Well that wasn't the problem, even changed to sleep instead of wait, stillget popup.......I'm using v3.12, I'll back track to earlier ver to see when theproblem started..........BD Link to comment Share on other sites More sharing options...
Astalavista Posted December 30, 2004 Author Share Posted December 30, 2004 bonedaddycheck to see if u dont install media player 10 if u still get the pop up Link to comment Share on other sites More sharing options...
ankap Posted December 30, 2004 Share Posted December 30, 2004 I have the same problem with 15 apps per window and some MSI-s dont install at all.If I change to one RunOnceEx window for all apps will it solve the problem? Link to comment Share on other sites More sharing options...
hasi001 Posted December 30, 2004 Share Posted December 30, 2004 For me as developer there's now 3 possibilities to fix this prob:1. Leave WPI as it ts and ignore he prob.2. Remove the functionality of WPI to wait for RunOnceEx's end and display all apps in a single RunOnceEx Window. (As it was in early Versions of WPI) --> problems with cleanup scripts.3. Include a new option to let the user choose his way of how tho let WPI wait. --> Nice your you, very bad for me (so much work) To wait, or not to wait .... Link to comment Share on other sites More sharing options...
hasi001 Posted December 30, 2004 Share Posted December 30, 2004 Read Knowledge base article Nr. 175500. It's not WPI's fault. There's a solution in this article. I'll incorporate this into WPI if possible. Link to comment Share on other sites More sharing options...
hasi001 Posted December 30, 2004 Share Posted December 30, 2004 And now please try the WPI ersion in the attachment and post your result. In this version WPI sets the registry's timeout-value to 900.000.000 instructions on start. the value is deleted from registry when WPI finishes (either automatically after installs or by clicking on exit)wpi.zip Link to comment Share on other sites More sharing options...
Astalavista Posted December 30, 2004 Author Share Posted December 30, 2004 SetScriptWaitTimeout(900000000)can i increase this ???ok i found something when i shifted from 3.1.1a to 3.2my config.js looks like this//tooltip style//Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]Style[0]=["black","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,1,0,"",""]//---------------------------------------------------------------------------------------------// End of programs list.//---------------------------------------------------------------------------------------------//for (k=pn; k<100; k++) { prog[pn]=['Program ' + pn]; pn++; }it appears that the 3.2 version no longer uses this code in config.js.LOL did i miss a notice somewhere? Link to comment Share on other sites More sharing options...
ankap Posted December 30, 2004 Share Posted December 30, 2004 SetScriptWaitTimeout(900000000)can i increase this ???ok i found something when i shifted from 3.1.1a to 3.2my config.js looks like this//tooltip style//Style[...]=[TitleColor,TextColor,TitleBgColor,TextBgColor,TitleBgImag,TextBgImag,TitleTextAlign,TextTextAlign, TitleFontFace, TextFontFace, TipPosition, StickyStyle, TitleFontSize, TextFontSize, Width, Height, BorderSize, PadTextArea, CoordinateX , CoordinateY, TransitionNumber, TransitionDuration, TransparencyLevel ,ShadowType, ShadowColor]Style[0]=["black","black","#FFb200","#FFD980","","","","","","","","","","",200,"",2,2,10,10,51,1,0,"",""]//---------------------------------------------------------------------------------------------// End of programs list.//---------------------------------------------------------------------------------------------//for (k=pn; k<100; k++) { prog[pn]=['Program ' + pn]; pn++; }it appears that the 3.2 version no longer uses this code in config.js.LOL did i miss a notice somewhere? Astalavista this is commented out so it is not active //for (k=pn; k<100; k++) { prog[pn]=['Program ' + pn]; pn++; } Link to comment Share on other sites More sharing options...
prathapml Posted December 30, 2004 Share Posted December 30, 2004 @AstalavistaDo not attach images or files to the forum post. Use EazyShare.com instead and use the IMG/URL tag in posts.No further warnings will be given - I will simply remove files found attached to posts. If you have any questions, PM me. Link to comment Share on other sites More sharing options...
ankap Posted December 30, 2004 Share Posted December 30, 2004 hasiI have a suggestion. You can add a command at the end of programs that is not visible in UI or simply add an option to the program that will not make a checkbox for it. It will be executed last and no need for WPI to wait it can exit after writing registry entries in runonceex. Will you try that way?And one more thing when installing 15 apps at once some MSI-s dont install is it from the hang of script? Link to comment Share on other sites More sharing options...
Astalavista Posted December 31, 2004 Author Share Posted December 31, 2004 Hasi I am sorry your fix is not working for me.Warning If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.To change this timeout value in Internet Explorer 4.0, 5.0, or 6.0 versions, follow these steps:1. Using a Registry Editor such as Regedt32.exe, open this key:HKEY_CURRENT_USER\Software\Microsoft\InternetExplorer\StylesNote If the Styles key is not present, create a new key that is called Styles.2. Create a new DWORD value called "MaxScriptStatements" under this key and set the value to the desired number of script statements.By default the key doesn't exist. If the key has not been added, Internet Explorer 4 defaults to 5,000,000 statements executed as the trigger for the timeout dialog box.Because the Internet Explorer 4.0, 5.0, and 6.0 timeout is based on the number of script statements executed, the timeout dialog box will not display during ActiveX control or database-access delays. Endless loops in script will still be detected.I am going to manual set the timeout during my regtweaks during command.txthasi pls checkout http://www.codecomments.com/message206767.html Link to comment Share on other sites More sharing options...
Astalavista Posted December 31, 2004 Author Share Posted December 31, 2004 Ok I give up. I hv tried everything and i still get the error.I modified the registry I remove the wait autoit. i dont know what is going on here.can someone give me an older build to work with Link to comment Share on other sites More sharing options...
bonedaddy Posted December 31, 2004 Share Posted December 31, 2004 the version in the above post "try this" seems to have fixed my popupproblem...........the increased time-out has worked, as every one heresays "at least for me"BDEDITand before you say anything Asta, I left in all programs and wait.exe......... Link to comment Share on other sites More sharing options...
Astalavista Posted December 31, 2004 Author Share Posted December 31, 2004 ok, what i did was to "SetScriptWaitTimeout(4294967295)no luck still getting that error.i think it has something to do with all the autoit scripts i am using.i will try to not install anything with autoit and see Link to comment Share on other sites More sharing options...
Astalavista Posted December 31, 2004 Author Share Posted December 31, 2004 ok hasi,i hv no problems install all my 40 apps as long as i dont install RyanvVM net frame work sp1microsoft office 2003microsoft frontpage 2003i am installing the apps from a DVD +RW. I suspect that the process is taking to long. However, it does not explain why it was working perfectly before 3.0 version. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now