I'm using WixSharp
for building a windows service installer
.
I want to disable repair
option.
using those properties remove the option from the Control Panel
ONLY.
"ARPNOREPAIR" , "ARPNOMODIFY"
Is there a way to disable repair from the CMD
and right click on *.msi->repair
?