This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Add a new component to an existing COMPLUS application?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 17, 2008
08:09 AM
Add a new component to an existing COMPLUS application?
I currently have a ComPlus application that is installed on a Windows Server 2003 R2 machine and I need to add one component to it (AppServer.dll). Is there a way to do this without uninstalling and re-installing the entire ComPlus application? Thanks in advance for any help. 🙂
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 17, 2008
09:16 AM
Not that I have come across yet. Even updating seems to effectivly uninstall the old COM+ Applications and installs a new ones.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 17, 2008
11:21 AM
You dont need to uninstall the entire application just remove the components and add then call InstallComponent with your DLL
You can use a custom table if you need to list which of the components need to be removed first( a dll can contains some com+ components as you know)
You can use a custom table if you need to list which of the components need to be removed first( a dll can contains some com+ components as you know)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 17, 2008
11:25 AM
You just add one?!!? so why do you think you need to uninstall the application first?