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

abort statement is failing to exit the installer.


1 reply to this topic

gmpk82

gmpk82
  • Full Members
  • 40 posts

Posted 27 July 2017 - 11:45

hi all,
I wrote a simple function in basic msi IS2016 to abort the installer. It is working fine if I call this function from another function FunA as SimpleAbort(hMSI); , but if I call SimpleAbort from any other custom actions after install welcome dialog nothing is happening, installer continuing further.

how to abort the installer, target OS is WIN2012 and above

thanks in advance.



gmpk82

gmpk82
  • Full Members
  • 40 posts

Posted 30 July 2017 - 17:54

I resolved it by setting a condition to an event which leads to End dialog.