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

Win Installer 2.0.3 - Sequence halts Process


1 reply to this topic

Victorz

Victorz
  • Members
  • 32 posts

Posted 18 June 2001 - 07:28

My Installation has a very long sequence - when I try to access the sequence of the Dialogs in the Sequence menu - the iside.exe process receives 100% CPU and gets stuck ,
the only remedy I found so far is to manually end the process , while loosing all the unsaved changes.
anyone has an idea what else can be done ?

Irina

Irina
  • Members
  • 227 posts

Posted 18 June 2001 - 18:29

Hi Victor
I think you can include in your sequence several custom actions to report where is your installation now, for example, after your custom actions.Use Custom Action Wizard and create something like this:
Type                            Run VBscript code
Location                     Stored directly in the custom action
Enter code...              MsgBox  "After MyCustomAction"
In-script execution    Deffered execution

Try this and you can figure the wrong place in the installation out.

Good luck!