R
RMZ
By default a VS.NET 2005 generated setup and deployment MSI will
prompt the user to "remove or repair" if they attempt to run the MSI
after already installing the application.
I would like to change this behavior so that instead the user is
prompted to "remove or reinstall". Is this possible? Do I need to user
a custom action to perform this? My understanding is custom actions
execute at the end of the install process... If I were able to do this
with a custom action it seems I would be manually going to the
registry and removing the key so the installer could overwrite, that
process seems like a hack to me and I would like to do this the proper
way.
My client is persistent about the installer UI prompting for "remove
or reinstall".
prompt the user to "remove or repair" if they attempt to run the MSI
after already installing the application.
I would like to change this behavior so that instead the user is
prompted to "remove or reinstall". Is this possible? Do I need to user
a custom action to perform this? My understanding is custom actions
execute at the end of the install process... If I were able to do this
with a custom action it seems I would be manually going to the
registry and removing the key so the installer could overwrite, that
process seems like a hack to me and I would like to do this the proper
way.
My client is persistent about the installer UI prompting for "remove
or reinstall".