I'm considering a jump from Wise, but I can't figure out the InstallAware-equivalent of hidden features.
In the .msi Feature table, an individual feature can be visible or hidden. Wise supports this option, and in our project we have some features that are visible (and user-selectable), and some features that are hidden. The install states of the hidden features are manipulated by our private .dll code.
What is the equivalent structure in InstallAware?
Thanks!
Hidden features?
-
- Posts: 904
- Joined: Thu Dec 22, 2005 7:03 pm
- Contact:
You can conditionally call (using If checks) Define Component and Delete Component commands. And when installing, you can again use If commands to determine which file, registry, and other installation actions happen based on component selections. Evaluate Expression is also a useful command to evaluate complex expressions.
Candice Jones
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Who is online
Users browsing this forum: No registered users and 61 guests