PDA

View Full Version : SUF 7.0.3.0 Displaying the Finished screen


jcuster
07-11-2005, 02:13 PM
Now in two projects I have been attempting to display the finished screen with code in the actions to execute an external script to make a folder read only.

Every time the setup is ran the finished successfully screen is not displayed with or with out commnds.

I have been using the top banner, but tried the side banner too.

If anyone wants to see my scripting they're more then welcome but I don't think that is the problem.

csd214
07-12-2005, 03:04 AM
Hard to say why you have this problem. Naturally, this is not a common problem in SUF70; there must be something wrong in your code.

What does the log tell you?
Have you tried the debug facilities?
What do you mean by "an external script"?
How do you call the external script?
The files you want to be read only, are they installed by the SUF70 project?

HMMurdock
07-12-2005, 08:16 AM
If you never see the final screen, one of two things is likely happening. 1) Before the final screen is displayed, your code is executing an Application.Exit() and shutting down, or 2) the code is waiting on something that never happens, is caught in a loop, or otherwise stops responding. If you can open taskmanager and still see you application running (or see the irsetup.exe process) then option 2) is most likely your problem.

Good luck tracking the problem down.