Disabling Repair option from installer
November 5, 2009 by saim · Leave a Comment
I was facing problem to disable “Repair” option from msi installer. I found the solution in little time.
- If you haven’t install MSI ORCA then install it.
- Open the msi file in MSI ORCA editor.
- Select “Property” from left pane (Table pane), and Right click and ‘Add Row’ with property name ‘ARPNOREPAIR’ and value ’1′ .
- Save it and its done