Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Uninstallation Problem


3 replies to this topic

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 29 January 2007 - 11:08

Hi,

I am using InstallShield 10.50 Professional - AdminStudio Edition. I do not have any problem while installation but the problem is while UnInstallation. I want to Uninstall the product without any user interaction.

msiexec.exe /x{E5C51A92-A701-4F6A-9D60-0D7F92FB5BE5}

when i run this command, it's displaying one dialog box saying that "Are you sure you want to unstall this product". I do not want to give any option to the user while uninstallation. I mean while uninstallation i should not give any option to the user.

Is there anyway to uninstall the product without user interacation?

Thanks in advance,
Reddy

Attached Images

  • Resized_Uninstallation.jpg

Edited by reddy611, 29 January 2007 - 11:16.


reddy611

reddy611
  • Full Members
  • 117 posts

Posted 29 January 2007 - 12:01

Hi All,

I have found the solution.

Thanks

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 30 January 2007 - 02:46

For the record, the solution for a basic MSI project is to pass the /q option to msiexec.exe along with the /x for uninstall. You need to specify /qn to have a completely silent uninstall (there are 4 different GUI levels in MSI: silent, basic GUI, reduced GUI or full GUI).
Regards
-Stein Åsmul

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 30 January 2007 - 08:41

Many thanks Glytzhkof.

Edited by reddy611, 30 January 2007 - 08:41.