How to Disable Repair in VisualStudio2008 Setup Project?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, in my Visual Studio2008 Setup and Deployment Project am trying to disable the repair radiobutton from the installation package. for that am using ocra to edit the msi tables. in 'RadioButton' table i deleted 1. MaintenanceForm_Action 2. AdminMaintenanceForm_Action but at the time of unistallation it is giving error 'The installer has encounteres an unexpected error installing this package. This may indicate a problem with this package. The error code is 2855' what more things i need to do?? please suggest me i dont want Repair button finally in my installation package. please help me out Thanks In Advance --Naren