<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Deleting COM+ Applications' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Deleting COM+ Applications' posted on the 'COM/DCOM' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 10:53:41 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 10:53:41 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Deleting COM+ Applications</title>
      <link>http://www.programmersheaven.com/mb/com/392997/392997/deleting-com+-applications/</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Is there a way to delete created applications and components from Component Services list?&lt;br /&gt;
&lt;br /&gt;
So far I only know how to do it manually - open dcomcnfg, right-click on the COM+ Application and click delete :) But is there a way I can do it in a program, maybe using command line scripts (ShellExecute function) or maybe there are some other functions for this?&lt;br /&gt;
&lt;br /&gt;
I tried using&lt;br /&gt;
&lt;pre class="sourcecode"&gt;regsvr32 /u mydllfile.dll&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
But that seems to only remove component of my application, not the whole thing.&lt;br /&gt;
&lt;br /&gt;
I also tried&lt;br /&gt;
&lt;pre class="sourcecode"&gt;msiexec -x applicationname.msi&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
But I guess that only works for properly installed applications, not the ones that I've added to the list myself.&lt;br /&gt;
&lt;br /&gt;
Any suggestions?</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/com/392997/392997/deleting-com+-applications/</guid>
      <pubDate>Mon, 29 Jun 2009 05:44:56 -0700</pubDate>
      <category>COM/DCOM</category>
    </item>
    <item>
      <title>Re: Deleting COM+ Applications</title>
      <link>http://www.programmersheaven.com/mb/com/392997/393006/re-deleting-com+-applications/#393006</link>
      <description>Nvm, I figured it out, using:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/ms686842(VS.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms686842(VS.85).aspx&lt;/a&gt;&lt;br /&gt;
and&lt;br /&gt;
&lt;a href="http://www.codeguru.com/cpp/com-tech/complus/article.php/c3943"&gt;http://www.codeguru.com/cpp/com-tech/complus/article.php/c3943&lt;/a&gt;&lt;br /&gt;
as guides</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/com/392997/393006/re-deleting-com+-applications/#393006</guid>
      <pubDate>Mon, 29 Jun 2009 07:41:40 -0700</pubDate>
      <category>COM/DCOM</category>
    </item>
  </channel>
</rss>