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

Unregistration of DCOM (Urgent)


1 reply to this topic

gkjayashree

gkjayashree
  • Members
  • 4 posts

Posted 10 January 2003 - 08:14

Hi,
 I am using InstallShield for Microsoft Visual C++ 6 (Build 130). I have a problem in uninstallation. While installing a DCOM EXE and an OCX  should be self registered and while unistalling it should be unregistered. The OCX is getting unregistered while uninstalling but not the DCOM EXE. Its getting unregistered with the command line function C:\Program Files\Product Name\DComExeName -unregserver. Is it possible for me to run this command via installshiled.

Thanks & Regards,
Jayashree. G.K.
:)

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 10 January 2003 - 12:32

You may need to create a custom uninstall DLL that IS-Uninstall will call. See help docs in topic UninstallInitialize. However I'm not sure if this is possible in the VC++ Edition