I'm trying to add a CustomAction to collect installation data in my Office Add-Ins installer. The installer works fine on its own.
Problem is, I'm not able to add the predefined UI Custom Action "Send install information to your web server" (or for that matter, any UI Custom Action) to InstallUISequence.
The 'Limit to basic user interface' is unchecked in Install Parameters
The UI Level is 'Full UI' in Bootstrapper UI setting
How else can I add this custom action?
Thanks.
~ MUTHU