Hi,
I need anybody help.
Does selection tree is only can be used in install case only in Basic MSI? How about in uninstall case. Is it possible to use in uninstall condition?
Please help me.
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.

Selection Tree control
Started by
anastasia
, Nov 08 2011 10:55
1 reply to this topic
Posted 11 November 2011 - 19:15
By default, the selection tree dialog is displayed during first time install and in maintenance mode if user selects the Modify option. You could also insert it in the dialog sequece for the Remove option, however:
- it doesn't make much sense to select features when your setup is performing a complete uninstall (all features will be removed, so why select?)
- it would only be displayed if user selects Modify from control panel and then the Remove option. If they select the Remove button in control panel, the uninstall will run in Basic UI mode and therefore won't display your authored UI dialogs.
- it doesn't make much sense to select features when your setup is performing a complete uninstall (all features will be removed, so why select?)
- it would only be displayed if user selects Modify from control panel and then the Remove option. If they select the Remove button in control panel, the uninstall will run in Basic UI mode and therefore won't display your authored UI dialogs.
Stefan Krüger
InstallSite.org twitter facebook