Remove repair option screen from MSI installer -
I used P & amp; D has created a standard MSI installer that is using the following components:
- A WCF service is hosted as a Windows service.
- A GUI application that contacts that service.
- One Shell Extension Dll
The installer is working very well and without any issue, the problem occurs when the user tries to install the application again on an existing application using the MSI installer. Currently, this screen has 2 options "Repair" & amp; "remove". Both of these options do not work and corrupt the wrong application.
I want to leave this screen and show something like a message box that the application has already been installed because it is not mandatory to provide repair options for the user. And at least hide me Must be enabled or should not provide repair options in some way.
Any help or suggestions for me? So, I have tried to do so many things like adding the norrepear property to ORCA. But none of them work
Comments
Post a Comment