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
- :
- How to load c++ Dll in Basic MSI project
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
Aug 15, 2011
08:29 AM
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.
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.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 15, 2011
12:29 PM
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.
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.