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
- :
- Loading dialog from DLL in Installscript
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Anonymous
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 04, 2015
02:07 AM
Loading dialog from DLL in Installscript
Hi,
I have a newbie question.
I need to implement a complicated dialog box in C++ with resource script file and finally load it from installscript.
Any ideas how it is done?
Thanks,
Liora
I have a newbie question.
I need to implement a complicated dialog box in C++ with resource script file and finally load it from installscript.
Any ideas how it is done?
Thanks,
Liora
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 04, 2015
05:17 AM
I would begin by looking at the Help for DLL functions, calling. This goes through some of the requirements, prototyping, setting your def file, and how to use the dll.
I also came across this article on code project: http://www.codeproject.com/Articles/162933/Programming-User-Interface-in-InstallScript
Maybe this will help as well.
I also came across this article on code project: http://www.codeproject.com/Articles/162933/Programming-User-Interface-in-InstallScript
Maybe this will help as well.
Anonymous
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 15, 2015
04:57 PM
DLee65 wrote:
I would begin by looking at the Help for DLL functions, calling. This goes through some of the requirements, prototyping, setting your def file, and how to use the dll.
I also came across this article on code project: http://www.codeproject.com/Articles/162933/Programming-User-Interface-in-InstallScript
Maybe this will help as well.
Dan, great article. Thanks.
Still didn't figure out how to change the dialog background color using external DLL.
I have a StaticProc which handles WM_CTLCOLORSTATIC message. I would like all the other messages to be processed by the InstallShield dialog function. How do I return the control
from the StaticProc (external C++ DLL) to the Dialog Function in InstallShield?
Thanks,
Liora