Uninstalling Report Builder 2.0

You can uninstall Report Builder 2.0 from the Windows Control panel or the command line. Depending on the version of Windows installed, the option in the Control panel has a different name. For example, if the computer uses Windows XP, the option is named Add or Remove Programs; if it uses Vista, the option is named Programs and Features.

Uninstall From the Control Panel

The following two procedures provide the steps for uninstalling Report Builder 2.0 from the Control Panel.

To uninstall Report Builder 2.0 on a computer running Windows XP

  1. On the Start menu, click Control Panel.

  2. In the Control Panel, click Add or Remove Programs.

  3. In the Add or Remove Programs dialog box, click Change or Remove Programs.

  4. Locate Microsoft Report Builder 2.0 in the Currently installed programs list and click it.

  5. Click Remove.

To uninstall Report Builder 2.0 on a computer running Vista

  1. On the Start menu, click Control Panel.

  2. In the Control Panel, click Programs and Features.

  3. Locate Microsoft Report Builder 2.0 in the Name list and click it.

  4. Click Uninstall.

Uninstall Using the Command Line

You can uninstall Report Builder 2.0 from the command line. The syntax is identical to the syntax you use to install Report Builder 2.0, except you use the /x option instead of the /i option. Command lines for uninstalling can also include the /quiet option and other standard options. If the Report Builder MSI (ReportBuilder.msi) has been removed, you cannot use the command line easily to uninstall Report Builder 2.0. To learn more about how you might be able to remove Report Builder 2.0 by using its GUID, see the documentation for the msiexec program.

If folders include custom files, the folders and the files are preserved when Report Builder 2.0 is removed. Only the Report Builder 2.0 files are removed.

Syntax

msiexec /x ReportBuilder.msi /option [value] [/option [value]]

Examples

The following examples show command lines for uninstalling Report Builder 2.0.

Basic command line for uninstalling Report Builder 2.0.

msiexec /x ReportBuilder.msi /quiet /l*v install.log

Command line that includes logging.

msiexec /x ReportBuilder.msi /quiet /l*v c:\junk\install.log