cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anu_Budhiraja
Level 2

How to uninstall the product Silently

Hi,
I have install my product that is using installanywhere.
now i have ti uninstall my product silently.
Can anyone help me out how can i do it?

Any kond of help/suggestion is most welcomed.

Thanks ,
Anu 🙂
Labels (1)
0 Kudos
(2) Replies
SunnyBoy
Level 6

In the project file, have you enabled UI Mode as 'Silent' under Installer UI > Look & Feel > General UI Settings? If yes, then under Project > Platforms > Windows (Corresponding operating system) > Default UI mode > Uninstaller UI Mode > select 'Silent' in the drop down list.

Now, your uninstaller by default will run in silent.

Or, Goto command prompt run the installer with -i silent command.

Cheers
SunnyBoy
0 Kudos
datamagnet
Level 5

Hre is how it is done in a VB 6 code snip

WinExec "MsiExec.exe /x {841F2B91-CA38-4C65-93BF-0AFD45435FA} /quiet /qn", 1

That bgi number 841F2B91-CA38-4C65-93BF-0AFD45435FA is the Installshield ID
0 Kudos