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
- :
- Custom Dialogs/UI designer
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
‎Jun 12, 2017
10:03 AM
Custom Dialogs/UI designer
Hello,
I've been trying to learn this software for a week already with no success and I feel pretty confused when thinking in custom views.
My scenario is:
I have a piece of software (a plugin) I need to install.
This contains:
- a few dll's,
- a database file
- 7 plugins (for 7 version of the software where it should be installed), so only one will be actually installed, depending what version of the software the user have.
- 4 plugins for another software (same idea, only one will be installed depending on which of the second applications the user have installed)
Also the user should have a license file to activate this plugins.
Now I need to create a custom dialog that will display a dropdown list with all the software versions the user have installed and let the user decides which one will be using the plugin.
It will also have another dropdown list for the other plugin if the user have also the other software.
Finally I need to have another custom dialog that will let the user choose if they want to use a trial period or if they have a license file to register the plugin.
I have been able to create a dialog like that, it just seem imposible for me to add controls to a dialog and to write the scripts.
I probably need a whole training on this but since I have to let my boss know if we should buy this software or not I need to know first if this is going to take too much time in learning.
Thanks in advance for any help.
I've been trying to learn this software for a week already with no success and I feel pretty confused when thinking in custom views.
My scenario is:
I have a piece of software (a plugin) I need to install.
This contains:
- a few dll's,
- a database file
- 7 plugins (for 7 version of the software where it should be installed), so only one will be actually installed, depending what version of the software the user have.
- 4 plugins for another software (same idea, only one will be installed depending on which of the second applications the user have installed)
Also the user should have a license file to activate this plugins.
Now I need to create a custom dialog that will display a dropdown list with all the software versions the user have installed and let the user decides which one will be using the plugin.
It will also have another dropdown list for the other plugin if the user have also the other software.
Finally I need to have another custom dialog that will let the user choose if they want to use a trial period or if they have a license file to register the plugin.
I have been able to create a dialog like that, it just seem imposible for me to add controls to a dialog and to write the scripts.
I probably need a whole training on this but since I have to let my boss know if we should buy this software or not I need to know first if this is going to take too much time in learning.
Thanks in advance for any help.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 21, 2017
09:57 AM
Populating a listbox control dymanically at runtime is one of the trickier things to do using MSI.
http://helpnet.installshield.com/installshield19helplib/helplibrary/IHelpEUDialogsListBox.htm
https://stackoverflow.com/questions/14649833/wix-populate-listbox
Good luck!
Chad
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 25, 2018
03:03 AM
aramosvizcarra wrote:
Hello,
I've been trying to learn this software for a week already with no success and I feel pretty confused when thinking in custom views.
My scenario is:
I have a piece of software (a plugin) I need to install.
This contains:
- a few dll's,
- a database file
- 7 plugins (for 7 version of the software where it should be installed), so only one will be actually installed, depending what version of the software the user have.
- 4 plugins for another software (same idea, only one will be installed depending on which of the second applications the user have installed)
Also the user should have a license file to activate this plugins.
Now I need to create a custom dialog that will display a dropdown list with all the software versions the user have installed and let the user decides which one will be using the plugin.
It will also have another dropdown list for the other plugin if the user have also the other software.
Finally I need to have another custom dialog that will let the user choose if they want to use a trial period or if they have a license file to register the plugin.
I have been able to create a dialog like that, it just seem imposible for me to add controls to a dialog and to write the scripts.
I probably need a whole training on this but since I have to let my boss know if we should buy this software or not I need to know first if this is going to take too much time in learning.
Thanks in advance for any help.
I am at the same stage. Did you get the answer? how did resolve it? if you got the answer to suggest me so that I can dig out the issue.
