Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

install freezes after OnEnd event


2 replies to this topic

halciber

halciber
  • Full Members
  • 25 posts

Posted 03 December 2006 - 21:08

Hi Everyone,

I'm seeing (infrequently) that my install freezes sometime after the OnEnd event code is executed. I'm not sure why this is. I'm also not sure why this doesn't happen consistently.

The one symptom I'm seeing each time this happens is multiple instances of setupX.tmp (where X is some number, eg setup5.temp) files in the Task Manager when this happens.

Have any of you seen this? Is there some way to fix this?

Thanks,
Mike Goldweber

vishwa

vishwa
  • Full Members
  • 63 posts

Posted 01 February 2007 - 19:19


One of the reasons why this might happen is that if there are any unmatched SdShowMsg() calls in your script.

For every SdShowMsg(szMsg, TRUE), you must have an SdShowMsg with FALSE as the second argument. The first arg doesnt matter, I guess.



halciber

halciber
  • Full Members
  • 25 posts

Posted 21 August 2007 - 17:23

Hi Vishwa,

Thank you very much for this information, this gives me something to look into. I appreciate it.

Sincerely,
Mike Goldweber