Hi Tim,

You have to add some debug functionality to that program. SetupBuilder can only provide installation debugging and logging, but this issue is not related to the setup task at all. There is some kind of malfunction in the application -- I would suggest to use the "OutputDebugString" Windows API in combination with the "DebugView" program to monitor the system. This should help to find out where it "hangs".

Friedrich