Hi all,
I'm working on an installer project, and one of my Components requires:
The former is doable with Check calls (after suitable caching), but the latter seems to be only doable with CurStepChanged, is this correct?
Would it be possible to add support for this use case to [Tasks] or [Run]?
Thanks in advance,
Amyspark
-- amyspark 🌸 https://www.amyspark.me
I'm working on an installer project, and one of my Components requires:
- find if Visual Studio is installed, and if found, make it installable
- if selected, the Component has to call an executable from the package's install path at postinstall time.
The former is doable with Check calls (after suitable caching), but the latter seems to be only doable with CurStepChanged, is this correct?