Hi there,
I need a little bit of help...
What I would like to accomplish is that when our installer upgrades an existing version, it will conditionally not show the Setup Type dialog and instead, automatically choose either "Full" or "Typical" based on what's already installed. Here is how I plan to accomplish this:
- Write a custom action that will detect what is installed and set a variable to prevent the Setup Type dialog from appearing.
- Condition the Setup Type dialog to use this variable as per http://www.advancedinstaller.com/user-g ... ialog.html.
- Configure the relevant installer parameter to install full or typical, as appropriate.
Does this sound like a workable plan? I can certainly work on the first two steps but where I am uncertain is which installer parameter(s) I need to set to specify the installation type.
Any help gratefully received!
Ben