Installshield 2014 - show form optional by errorcode of batch script -


how can display form in installshield sequence optional evaluating error code of batchscript?

windows installer offers no direct way this. have create msi .dll custom action runs batch file, captures error code, , stores windows installer property (e.g. using msisetproperty). can edit events on relevant next button conditionally go selected optional panel. (don't forget edit button events accordingly wizard remains consistent.)


Comments

Popular posts from this blog

Android volley - avoid multiple requests of the same kind to the server? -

magento2 - Magento 2 admin grid add filter to collection -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -