Translate

Thursday, June 13, 2013

msi force install

Save the following text with a .bat extension and execute it to force a re install (update the text in red)


@echo off

WMIC product where name="productNameAsItAppearsInAddRemovePrograms" call uninstall
         
MyMsiName.msi REINSTALLMODE=amus          

pause

No comments:

Post a Comment

Comments will appear once they have been approved by the moderator