Help - Search - Members - Calendar
Full Version: WPI Error - URL: about:blank
MSFN Forums > Member Contributed Projects > Windows Post-Install Wizard (WPI)

   
Google Internet Forums Unattended CD/DVD Guide
AnitaK
Hi,

Has anybody come across following error?

*********** Begin Error ****************

An error has occurred in the script on this page.

Line: 380
Char: 26
Error: Permission denied
Code: 0
URL: about:blank

Do you want to continue running scripts on this page?

*********** End Error ****************

I am using Windows XP Service Pack 3, v.3244 and user is Administrator.

This happens only if I set ReOpenAfterInstall=true; in 'useroptions.js'

If ReOpenAfterInstall=false, it installs and closes successfully

For more info see the attachment.

Thanks,


mritter
I just ran into this problem last night. It is caused by something new in the last few releases because my older "Corpotate" version works fine. I found this because the installer was not setting the reg entry for this option if has to do a reboot.

I am looking in to it. On the surface I see nothing that would be the culprit........probably some tiny little thing...always is.
AnitaK
Thanks for your confirmation. Hope you will be able to fix it in the next release.
mritter
FIXED! .............. in one theme only.

It is something that got carried over from my Corporate version, which is now a regular theme (making my life much easier), that was affecting all the regular themes. Now that I have it narrowed down it should be easier to find.

This also "cures" another bug that is related.
mritter
Finally! Fixed it in ALL themes. It was a leftover call in some, but not all, themes that needed to be removed. I spent 3 hours working on it when I had it right away, just didn't realize the steps I took.

If you want to fix it now yourself, go in your theme folder and edit wpi.htm, change this line:

CODE
onClick="checkInstall('install'); ExitWPI();">


to

CODE
onClick="checkInstall('install');">

AnitaK
Thanks for the fix.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.