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

Uninstallation completion prompt

Hi,

(I am new to installshied)
I have created shortcut for uninstalling my application with command line parameters as msiexec.exe /x {Productcode}.
While executing this command, progress bar is displayed and it uninstalled my application but it didn't display any prompt/dialog saying that application is successfully uninstalled.
So Is there any way to display this prompt after finishing uninstallation?

Is this the right way of doing uninstall through shortcut?

I am using Installsheild 2012 professional version.

Any hints would be of a great help.

Thanks
Labels (1)
0 Kudos
(1) Reply
nmsams
Level 7

If you type msiexec.exe /help into the run dialog...you get all the command options associatiate with msiexec.exe.

There are quite a few display options:
/quiet
/passive
/qn (no UI)
/qb (basic UI)
/qr (Reduced UI)
/qf (Full UI)

Try the /qf and see if that will display the message you're looking for.
0 Kudos