Hello,
In my project I am using Surface theme. I want to skip VerifyRemoveDlg, so after the MaintenanceTypeDlg installer should go straight to ProgressDlg in remove mode.
I tried to move all events from Remove button in VerifyRemoveDlg to MaintenanceTypeDlg but after that Installer goes to ProgressDlg with freezed progress bar at the beginning.
My events on button on MaintenanceTypeDlg, which should load ProgressDlg and unistall the product:
Set installer property value: AI_INSTALL_MODE with argument: Remove
Set installer property value: InstallMode with argument: Remove
Uninstall one or more features with argument ALL
Close the current dialog with argument Return
What I am missing?