/build/static/layout/Breadcrumb_cap_w.png

How can I write an installer supporting complex UI during the installing process?

I am developing an installer for a Windows application. Currently I am using WIX to generate an MSI installer, and everything looks good.

Now there are new requirements which require the installer must be smart enough to support some customised UI and logic. Basically, the installer must allow users to key in some server address, and it will connect to that server to load some information, do some data processsing, finally generate and install some text files to the machine (on top of the predefined components).

I want to ask if WIX can provide such a extended GUI and logic to its own existing installing flow? From what I research it seems not to be possible. I probably miss something here though.

I wonder if InstallShield can provide such a customised GUI and flow to satisfy my requirements?


0 Comments   [ + ] Show comments

Answers (2)

Posted by: jagadeish 11 years ago
Red Belt
2

Use VBScript InputBox function in custom action

Posted by: piyushnasa 11 years ago
Red Belt
1

Create Public properties of all those entries, ask the user for these entries using VBScript and pass them as a parameter to MSI while installation.

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ