cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
harid38
Level 5

How to load c++ Dll in Basic MSI project

Hello,

I am having a c++ dll with two functions exported and i wanted to use it in my basic msi installshield project. Can somebody help how can i achieve this or some steps how to implement this.
Labels (1)
0 Kudos
(1) Reply
Tonytones
Level 3

You can create a CA, with "New Standard DLL".

Then you can choose one of the 3 options:
1. Stored in Binary Table
2. Installed with Product
3. Located in search path

It's up to you to decide which option you choose.

After that, you need to fill in the properties. For Function Signature, if you click the little box with "...", you'll be able to define arguments.

Finally, just sequence it.
0 Kudos