How customize the installation dialog of WIX? -


How do I customize the text in the WIX installation dialog?

Necessity should be communicated during installation, like the following:

  + ------------------- ----------------- ----------------------------- + | Catoo ABC Products | + ------------------------------------------------- ---------------- + | | | ABC's XXXX version is configured, please wait. | | | | Cancel | + ------------------------------------------------- ---------------- +  

The title bar contains "Quoteso ABC Product", which is the name of company and product. Dialog content is a format "Please wait while {productname} has {XXXX version} configured".

How to complete it in WIX?

, and you can change the title.
Why add a popup?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -