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
- :
- InstallShield 2016 UseDLL
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
Nov 15, 2016
02:47 AM
InstallShield 2016 UseDLL
Hi,
I have a InstallScript project (in Installshield 2016) which has a 32 bit custom C++ DLL that is accessed via InstallScript code using
UseDLL(SUPPORTDIR ^ "DLLName.dll" );
But UseDLL() is returning a value < 0 which means it is not able to load the DLL/ exception in DLL.
When I tried building same with IS2013, it is working as expected.
Is there anything to do with the IS version and the installscript ?
Thanks
KS
I have a InstallScript project (in Installshield 2016) which has a 32 bit custom C++ DLL that is accessed via InstallScript code using
UseDLL(SUPPORTDIR ^ "DLLName.dll" );
But UseDLL() is returning a value < 0 which means it is not able to load the DLL/ exception in DLL.
When I tried building same with IS2013, it is working as expected.
Is there anything to do with the IS version and the installscript ?
Thanks
KS
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 15, 2016
04:31 AM
The search path behavior has changed. Check that the full path to the dll is correct.
For further info see here:
https://flexeracommunity.force.com/customer/articles/en_US/INFO/Best-Practices-to-Avoid-Windows-Setup-Launcher-Executable-Issues
regards
Markus
For further info see here:
https://flexeracommunity.force.com/customer/articles/en_US/INFO/Best-Practices-to-Avoid-Windows-Setup-Launcher-Executable-Issues
regards
Markus
