After installation of the setup, when the user again clicks on the setup to open it in the maintenance mode, I want that only the ‘Repair’ and ‘Remove’ options are shown and the ‘Change’ option is not shown.
I can disable the ‘Change’ button using but I want to remove it and don’t want to display it to the user.
Please suggest if this is possible.
You can include the Wix dialog set (.wxs) in your installer project (they can be downloaded from git). Edit
MaintenanceTypeDlg.wxsfile and remove the repair button and label.