Hello,
I need to be able to allow users to modify the product serial number, without having to un-install or re-install the product. My understanding is that this can be done by displaying UserRegistrationDlg in Maintenance mode.
So far I ran into two issues:
1. I have tried adding the AI_INSTALL OR AI_MAINT condition to Licensing page, but this didn't cause UserRegistrationDlg to be displayed in maintenance mode.
2. On another demo project, I was able to create a copy of UserRegistrationDlg, and display it in Maintenance mode. However, the values entered for product key, user name and company name did not end up written to registry, even though the custom action to validate the product key was triggered.
—Bernard