A new Flexera Community experience is coming on November 25th, click here for more information.

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

Import Dialogs From Resource DLLs Question

Hi,

I was wondering if anyone could tell me whether it's possible to import a dialog with various controls (e.g. TreeView control), created in VB, into a Basic MSI project. If so how would I access the TreeView controls property values and whether it would be possible to ,for instance, verfiy which node has been clicked or checked.

I'm new to AdminStudio Installshield X -Basic MSI and am struggling to find useful help on Creating dialogs, Importing dialogs and working with dlls. :eek:

Please help 😞
(1) Reply
If you are using a basic MSI project then the only way to call a dll is with a custom action. You would need to author your dll with an entry point and create a custom action to call this entry point. This would show the dialog if the dll is authored correctly.