All Questions
Tagged with repair installation
8 questions
0
votes
3
answers
222
views
Visual Studio 2017 Error while trying to Repair
I am getting the error the form specified for the subject is not one supported or known by the specified trust provider VS 2017 while trying to Repair the Visual studio in my Windows 10 system. Even, ...
0
votes
1
answer
2k
views
Disable MSI auto-repair on installed program
I've seen tons of people post about this issue but have yet to find a solution. I have a program that every once and a while will have an issue where the windows installer tries to repair the program, ...
0
votes
0
answers
38
views
Each time I load my application, it attempts to repair the existing install. It is an issue with the vs2008 setup and deployment project
I have created a win forms application that is installed using a setup and deployment project. During a recent update to the setup and deployment project, I've caused a problem that I can not find ...
3
votes
1
answer
2k
views
Repair installation and Service Packs
What happens if:
I install VS2010.
I install VS2010 SP1.
I run VS2010's Repair installation because of some problem in VS2010.
At this point, do I need to install SP1 again? In simple words, is the ...
0
votes
1
answer
386
views
Visual studio conversion error [duplicate]
Possible Duplicate:
unable to load Assembly
When ever i try to create a new project. I get the following error.
Is there a way to solve this without reinstalling.
Could not load file or ...
2
votes
3
answers
2k
views
How to Create a Patch in WiX that is not a "Repair"
I have an existing large WiX install that has already been released. I need to create a small install for just a couple of files that have changed. I have created a patch (.MSP file) in WiX for ...
1
vote
2
answers
9k
views
How to launch Maintenance mode--"Change, Repair, or Remove installation" dialog in WIX
I have changed the wix tutorial codes from here http://www.tramontana.co.hu/wix/ to make my own installer.
There is no problem when I run the installer to setup my application. But when I run the ...
1
vote
2
answers
424
views
Installer automatic repair feature
Applications I install with a VS 2k8 Installer Project MSI file check to make sure that no installed files have been deleted before the app launches and run the installer to fix this if they do. How ...