Uninstall Bizagi Studio

<< Click to Display Table of Contents >>

Navigation:  Bizagi Studio > Bizagi Studio installation >

Uninstall Bizagi Studio

Overview

When you are planning to uninstall Bizagi Studio, there are two approaches that you can follow.

 

You can either look for any of the following ways to uninstall Bizagi Studio:

Default Uninstalling: when you want to uninstall Bizagi Studio from your local machine.

Silent Uninstalling: this alternative is usually done by an IT admin wanting to uninstall Bizagi Studio for the users in the whole corporation (i.e, via specialized System Management Software).

 

Default Uninstalling

Open your Control Panel and click the Programs and Features option. From the list, select Bizagi Studio and then click Uninstall:

 

silent_12

 

Silent Uninstalling

Depending on whether you use a .msi or .iss file, you can execute the following commands to uninstall Bizagi Studio

 

Using the .msi file

1. Use a command prompt to create Bizagi Studio.msi

Use the following options to create the .msi file, keep in mind that you must have admin rights:

 

[Bizagi_Installer] -a

 

Consider:

[Bizagi_Installer]: Should be replaced by the location of Bizagi Studio .exe installer, including the full path to this file.

The name of the installer should be Bizagi Studio Setup.exe inside quotation marks.

 

This command starts an assisted procedure to unpack the installer's content into a .msi, and so you should specify a network location while carrying out the assisted steps. When done, you will be able to locate Bizagi Studio.msi at the network path as specified during the assisted steps:

 

2. Deploy the uninstall relying on the .msi file

Use msiexec and its commands to run Bizagi Studio.msi from the network path, while using ISSETUPDRIVEN=1 to avoid pop-ups, as follows:

 

"[Network_location]\Bizagi Studio.msi"

 

Consider:

[Network_location]: should be replaced by the network path as specified during the assisted steps (where Bizagi Studio.msi is at)

 

3. Use a command prompt to uninstall Bizagi Studio

 

Use the following command:

msiexec.exe /x "[Network_location]\BizagiStudio.msi" /qn to uninstall the program

 

Using the .iss file

Similarly and for uninstall options as provided by InstallShield switches, you may use the following:

First generate an .ISS file for uninstalling.

[Bizagi_Installer] /uninst /r /f1"[Output_ISS]" /verbose"[Output_Log]"

 

silent_13

 

Consider:

[Bizagi_Installer]: should be replaced by the location of the BizagiStudio .exe installer, including the full path to this file (ideally a shared drive). The name of the installer should be Bizagi Studio Setup.exe inside quotation marks.

[Output_ISS]: should be replaced by the location where you want to create the ISS configuration file, including how you want to name this file.  Usually, when this option is left unspecified, the ISS file will be created as C:\Windows\setup.iss.  Make sure that you define the .ISS extension.

[Output_Log]: should be replaced by the location where you want to store a verbose log, including how you want to name this file.

 

 

Click Yes to remove all Bizagi Studio features:

 

silent_14

 

This generates the .iss file to uninstall Bizagi Studio.

 

Then, run the uninstaller using the .iss file.

 

[Bizagi_Installer] /uninst /s /f1"[ISS_file]" /verbose"[Output_Log]"

 

Consider

[Bizagi_Installer]: should be replaced by the location of the Bizagi Studio .exe installer, including the full path to this file (ideally a shared drive). The name of the installer should be Bizagi Studio Setup.exe inside quotation marks.

[ISS_file]: should be replaced by the location where you created the ISS configuration file as in a previous step.

[Output_Log]: should be replaced by the location where you want to store a verbose log, including how you want to name this file.