Appliction Error once Installation is completed.

installanywhereExpert created the topic: Appliction Error once Installation is completed.
We have Installer created in Wise Script.
Once the installer is over then it gives application error i.e Setup.exe stopped working.
I checked the event viewer it say it is an application error and contens of log are following:

Faulting application Setup.exe, version 1.0.0.0, faulting module ntdll.dll, version 5.1.2600.5755, fault address 0x00010a19.

It is only giving error when i am executing some SQL Scripts once database of application is attached.
I am using Wise Installation System 9.0 , Windows XP SP3 and SQL Express 2005.
Does any one can point me what could be the cause of the error?

applicationPackaging replied the topic: Re: Appliction Error once Installation is completed.
Memory leak or stack fault

It looks like the execution of the SQL scripts is not completing “cleanly” and is leaving stuff in heap space or the stack which is then causing ntdll.dll in the windows operating system to throw an error.

My suggestion would be to test with a wisescript that only runs your SQL scripts and see if the same error occurs (ie remove any other installation content). If you still get the same error, then try and establish exactly which script is causing the issue.

In the SQL scripts, make sure you close any open handles and drop any variables you use – in other words, make sure you tidy up each SQL script before returning control to the wisescript.

Rajesh Kumar
Follow me
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x