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

Changing from program-endprogram to event-driven


1 reply to this topic

BlauBärchen

BlauBärchen
  • Members
  • 12 posts

Posted 18 March 2005 - 15:11

Hello,

I have an old InstallScript-project and want to get it up-to-date. I use InstallShield 10.5 Premier and would like to make the project work as an event-driven setup.

I thought, all I would have to do was to put the contents of my program...endprogram-block into the OnFirstUIBefore()-function. But in my debugger I see that InstallShield does not execute this event handler function.
What do I have to do to make an event-driven project of my old project?


Thanks
Peter

BlauBärchen

BlauBärchen
  • Members
  • 12 posts

Posted 18 March 2005 - 15:35

OK, I got it:
I had to rebuild the entire media after removing the program...endprogram-block;
it is not enough to compile the script after that but it works after re-building.