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

Windows Installer Guide on MSDN for these two properties: / P>

  • Comments

    Popular posts from this blog

    python - Overriding the save method in Django ModelForm -

    html - CSS autoheight, but fit content to height of div -

    qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -