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

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
Labels (1)
0 Kudos
(2) Replies
chad_petersen
Level 9

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






.

0 Kudos
Suguna
Level 3

Thanks for the Information Chad
0 Kudos