How to Reinstall Vomus
The "vomus" option is a part of the "msiexec" command line utility for installing small updates to user software. You typically use the msiexec utility to install software on several network computers when you log in to a Windows machine. The "vomus" option is a part of the "reinstallmode" option in the msiexec command line switch. "Vomus" tells the installer to install the patch only if you don't already have the patch installed on the computer.
Instructions
-
-
1
Click the Windows "Start" button and type "cmd" in the search text box. Press "Enter" to open the command line utility.
-
2
Type the following msiexec command using the "vomus" option:
msiexec /I msifile reinstall REINSTALLMODE=vomus
Replace "msifile" with the name of your MSI package.
-
-
3
Press "Enter" to execute the command. The software package in the MSI file installs only if you don't already have it installed on the computer.
-
1