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
- :
- Class Library Inclusion
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
Mar 20, 2013
01:38 PM
Class Library Inclusion
I am new to the installshield in visual studio. I have a solution that has my win form project and a custom class library. My win form project has a dependency on the class library (In my case it is a custom System.Windows.Forms.Calendar).
How do I make sure the dll is registered or whatever in the install. What do I have to do to include it?
How do I make sure the dll is registered or whatever in the install. What do I have to do to include it?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 21, 2013
07:02 AM
Hello,
To register a COM server/Specific file with InstallShield LE:
>In the View list under "Specify Application Data", double click "Files" view.
>Add the required dlls/files in the "destination computer files" pane.
>Right-click the file you want to register and then click Properties. The Properties dialog box opens.
>Click the COM & .NET Settings tab.
>In the Registration Type list, select the type of registration that you want to perform on the file.
>Click OK.
Thanks~
Chiranjeevi
To register a COM server/Specific file with InstallShield LE:
>In the View list under "Specify Application Data", double click "Files" view.
>Add the required dlls/files in the "destination computer files" pane.
>Right-click the file you want to register and then click Properties. The Properties dialog box opens.
>Click the COM & .NET Settings tab.
>In the Registration Type list, select the type of registration that you want to perform on the file.
>Click OK.
Thanks~
Chiranjeevi