Running Advanced Installer 10.9.1
I followed the steps below to force a REBOOT, during uninstallation. But when I do Set Property REBOOT=Force, before and after the Finish Execution step it does not take effect. Meaning I do not see a Reboot Prompt. I know that it set it properly because I print out the REBOOT property out after I set it and it shows it properly as Force. And my Reboot Behavior is Prompt for Reboot if Required.
http://www.advancedinstaller.com/forums ... =5&t=26197
In the “Custom Actions” page you add a Set installer property predefined custom action with sequence. You should add it before “Install Execution Stage” >> “Finish Execution” stage. You can also disable the “Install” option from the “Execution Stage Condition” label.
You can edit its event options like that:
Property: field: REBOOT
Argument: field: Force
Condition: field: AI_MAINT AND ( (Installed AND ( REMOVE = "ALL" OR AI_INSTALL_MODE = "Remove" )) )