cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
david_kiellar
Level 3

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?
0 Kudos
(1) Reply
chiranjeevi
Level 7 Flexeran
Level 7 Flexeran

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
0 Kudos