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

How to do ComAdmin programming


1 reply to this topic

Mitesh

Mitesh
  • Members
  • 4 posts

Posted 14 March 2006 - 13:26

Hi,
Can anyone help me by providing some link or sample code on how to do some ComAdmin Catalog programming( like start/shutdown Com+ packages,applications) in InstallShield 6 scripts (without VC++/VB dll). Thanks in advance

samsquared

samsquared
  • Full Members
  • 18 posts

Posted 20 March 2006 - 16:21

I have code that can do these COMADMIN functions: add a server or library component, determine if a component exists, shutdown a component, and remove a component.

I've attached a file that contains a modified version of the code.

** PLEASE NOTE **

1. I have removed some code that was extraneous to the COM functionality (like error handling)
2. There are references to global variables not included with this code; therefore...
3. This code will not compile!

Attached Files