Tuesday, May 22, 2012

Disabling Repair option from installer

November 5, 2009 by · 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′ [...]

Disabling “Change” option from installer

November 5, 2009 by · Leave a Comment 

I was facing problem to disable “Change” 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 ‘ARPNOMODIFY’ and value ’1′ [...]