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 Dialog
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
‎Jan 17, 2017
03:07 AM
Custom Dialog
Hi,
Is it possible to design the custom dialog in the following manner.
All the steps in left side and process for each step in right side ( similar as SQL Server Installation Step, Attached the image)
Please give your suggestions.
Thanks in Advance.
Best Regards,
Suguna
Is it possible to design the custom dialog in the following manner.
All the steps in left side and process for each step in right side ( similar as SQL Server Installation Step, Attached the image)
Please give your suggestions.
Thanks in Advance.
Best Regards,
Suguna
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 18, 2017
05:45 PM
That likely isn't a custom dialog - that is likely an external UI. The external UI can watch for the messages and update the UI accordingly.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa370384(v=vs.85).aspx
Most of the Microsoft products these days are not using InstallShield, but are using their own freeware product called WiX. Have you looked into it?
http://wixtoolset.org/
In there you can find a tool called Burn that lets a person author a bootstrapper or Bundle as they call it.
http://wixtoolset.org/documentation/manual/v3/bundle/
Since an MSI is just a Database at heart, XML works great for an authoring language for MSI.
Chad
.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 19, 2017
11:03 PM
Thanks for the Information Chad
