I have a custom MSI file that was created with Repackager. It works great but I've been asked to update one file, add one file, and make a one registry change. I did this and recompiled. How do I force a reinstall without having to uninstall of the app from all my machines? This is the command line for the install via SMS 2003:
[FONT="Arial Narrow"]msiexec /i "PsychConsult Provider.msi" ALLUSERS=1 /qn[/FONT]
I think this is right for the reinstall:
msiexec /i "PsychConsult Provider.msi" ALLUSERS=1 REINSTALLMODE=vamus REINSTALL=ALL /qn
I created a new SMS program with that command line and have scheduled a test for this evening.
Thanks,
Patrick