How to disable arp remove button?
When i set the property arporemove=1 also it is is enable.Please reply me how to solve this issue.
Answers (2)
ARPNOREMOVE=1
Verify if the property is spelled correctly, it should be ARPNOREMOVE=1, with capital letters. If is corect, then you have to check if you have in the package some other Uninstall registry entries. Remove all registry entrys related to Uninstall and add the Add/Remove entry again. You should have only one registry entry related to uninstall.
Not sure how this equates to 'Virtualization' that you've tagged this post for...
ARPNOREMOVE=1 is the Public Property you're looking for to add to the Property Table of an MSI or MST to disable the remove button in ARP - note the spelling, and the capitalisation of the letters - they are important.
Its cousins, ARPNOMODIFY and ARPNOREPAIR are also useful.
Dunnpy