How to Reinstall ReinstallMode

"ReinstallMode" is a command line option when you set up an installation using the "msiexec.exe" utility. This utility installs software packaged in the Microsoft Installer (MSI) file format. Using the ReinstallMode option, you can install software based on certain triggers. For instance, you can set the software to install only if critical files are missing. This is beneficial if you want to reinstall software, only if errors are detected in the software's file structure.

Instructions

    • 1

      Click the Windows "Start" button and type "cmd" into the text box. Press "Enter" to open your Windows command line.

    • 2

      Type "msiexec packagename /f" where "packagename" is the name of the MSI file you want to reinstall. The "/f" switch indicates that you want to use the ReinstallMode options.

    • 3

      Add the ReinstallMode options to the end of your statement. (See Resources.) Several options are available. For instance, if you want to only reinstall if a file is missing, use the following command:

      msiexec packagename /f p

    • 4

      Press "Enter" The msiexec package reinstalls on your system based on the options you set for ReinstallMode.

Related Searches:

References

Resources

Comments

You May Also Like

  • 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...

  • How to Fix Trayapp.msi

    A Trayapp.msi error can occur at start up or when you attempt to open HP Photosmart Digital Imaging software. The error message...

  • How to Repair Microsoft Net Framework

    Type the following into the command window: D:\dotnetframework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /i c:\temp\netfx.msi REINSTALL=ALL ReinstallMODE=vomus

  • How to Reinstall ODBC

    Open Database Connectivity (ODBC) drivers and components are installed automatically as part of your Microsoft Excel installation. Microsoft does not have an...

  • How to Reinstall the Google Toolbar

    The Google Toolbar for browsers adds several features for Web users. It checks the spelling of data you enter, automatically fills forms,...

  • How to Reinstall MSN Messenger

    MSN Messenger, one of the more popular instant messaging programs, allows users to instantly chat, conference, and share video and files instantly...

  • How to Uninstall Programs With Msiexec

    The msiexec command is one method of managing the installation of programs packaged in MSI files--files in the Windows Installer package. The...

  • How to Reinstall Iexplore.exe

    Iexplore.exe is essentially the executable file of Internet Explorer. When you open Microsoft Internet Explorer you will notice the iexplore.exe process running...

  • MSI Install Commands

    MSI Install Commands. Microsoft provides the Windows Installer program as a pre-installed part of the Windows operating system. The installer unpacks and...

  • How to Reinstall Windows Installer XP

    The Windows XP Installer Service oversees and controls the installation of programs on your computer. If this service becomes damaged, the computer...

Related Ads

Featured