ComPlusAdmin plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 17: Line 17:


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.
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.
paul.lab 17 may 2007
There is an updated version that allows modification of application's properties as well as Username/pwd uploaded as complusadminex.zip (ro have a look in the forum)

Revision as of 10:13, 17 May 2007

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.


paul.lab 17 may 2007

There is an updated version that allows modification of application's properties as well as Username/pwd uploaded as complusadminex.zip (ro have a look in the forum)