ComPlusAdmin plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 13: Line 13:
[[Category:Plugins]]
[[Category:Plugins]]


I discovered some bugs in this plugin back in January.  I also noticed that the case of the COM+ package name had to exactly match the call in the installer.  I relaxed this requirement by implementing a case insensitive match.  I hope this is useful, as this plugin helped me out very much!
-- Carl Waldbieser 18 may 2006
I discovered some bugs in this plugin back in January.  I also noticed that the case of the COM+ package name had to exactly match the call in the installer.  I relaxed this requirement by implementing a case insensitive match.  I hope this is useful, as this plugin helped me out very much! I have uploaded the edited project as ComPlusAdmin-2.zip.

Revision as of 23:35, 18 May 2006

Author: CoffeeMug (talk, contrib)


Links

ComPlusAdmin.zip (26 KB)

ComPlusAdmin-2.zip (11 KB)

Description

Version: 16/Apr/2004.

This dll is a plugin for NSIS installation system and is designed to provide simple COM+ administration functions. The dll only allows creating and deleting applications and adding and removing components. It does not allow modification of application's properties as I didn't need this functionality for my installer. If anyone extends this dll with more functionality please email me at vakhmechet@intellectconsulting.com. I'd love to hear of your extensions and/or improvements.

-- Carl Waldbieser 18 may 2006 I discovered some bugs in this plugin back in January. I also noticed that the case of the COM+ package name had to exactly match the call in the installer. I relaxed this requirement by implementing a case insensitive match. I hope this is useful, as this plugin helped me out very much! I have uploaded the edited project as ComPlusAdmin-2.zip.