This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Uninstallation completion prompt
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 12, 2012
07:20 AM
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
(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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 19, 2012
11:02 AM
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.
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.
