Mikhail Golovnykh
2004-01-22 03:01:06 UTC
Hi
I created an installer project in VS.NET2003. It generates setup.exe and setup.msi file
I need to disable "Repair" feature in my installer. It is impossible to do that in Visual Studio (as far as I know). So, I use ORCA.exe to modify the contents of .msi file. SDK Documentation says that i am supposed to create a property ARPNOREPAIR
So, I created a property ARPNOREPAIR in "Property" table with value=yes. But it did not effect anything - repair feature still exists. I used different values for value column - it did not help
What should I do
Thank you
Mikhail Golovnykh
I created an installer project in VS.NET2003. It generates setup.exe and setup.msi file
I need to disable "Repair" feature in my installer. It is impossible to do that in Visual Studio (as far as I know). So, I use ORCA.exe to modify the contents of .msi file. SDK Documentation says that i am supposed to create a property ARPNOREPAIR
So, I created a property ARPNOREPAIR in "Property" table with value=yes. But it did not effect anything - repair feature still exists. I used different values for value column - it did not help
What should I do
Thank you
Mikhail Golovnykh