Author Topic: RadioButtonGroup of install directories in the Wix Installing Wizard  (Read 1568 times)

0 Members and 1 Guest are viewing this topic.

Andrey Bushman

  • Swamp Rat
  • Posts: 864
I write an Installing Wizard for my plugin (through WiX Tools). It is to be installed into one of the predefined folders:
  • %ProgramFiles%\Autodesk\ApplicationPlugins\<MyPluginName>.bundle\
  • %AppData%\Autodesk\ApplicationPlugins\<MyPluginName>.bundle\
  • %ProgramData%\Autodesk\ApplicationPlugins\<MyPluginName>.bundle\
I want to provide the target directory in the Installing Wizard through the RadioButtonGroup (with that three variants) for user could select the variant which is necessary to him (instead of using the WixUI_InstallDir interface with button for manually changin the target directory).

How can I do it?
« Last Edit: May 24, 2016, 07:53:43 AM by Andrey Bushman »