vote up 0 vote down star

Is there anyway to disable the repair option so that if a user runs the msi again it automatically uninstalls without prompting for Repair/Remove options?

Edit: This is for a controlled corporate environment and has been passed down as a requirement.

flag

71% accept rate

2 Answers

vote up 2 vote down check

After reading your edit, I'll try to give a guess, though I don't really know if it's possible just with an msi file. A tool "orca" can be downloaded from Microsoft (unrelated to "orcas" which was code name for a Visual Studio version). "Orca" can edit some properties of msi files, so that would be one place I'd look for a possibility of disabling a repair option.

Another guess is that you might be able to insert a custom action early enough.

link|flag
vote up 1 vote down

Isn't that really an unfriendly thing to do? Shouldn't the user get to decide whether they want a repair or an uninstall? Write a separate uninstall program if you want to provide an uninstaller with one less click.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.