Create User Interface using WIX for the installation purposes.
Questions tagged [wix-gui]
8 questions
6
votes
2 answers
Wix - Custom installation directory
I'm using Wix 3.x and the user should be able to choose the target directory. My Setup.wxs is currently like here: http://pastebin.com/uH1EjbDQ
What is the simplest way to ask the user for a custom target directory? (INSTALLDIR/TARGETDIR?!) I have…

Philip
- 3,470
- 7
- 29
- 42
5
votes
3 answers
How can I make the background of an checkbox transparent in wix?
How can I make the background of the checkbox transparent or white?

Simon
- 4,157
- 2
- 46
- 87
4
votes
1 answer
Adding first custom Dialog Box to WIX in VisualStudio environment
I'm using Visual Studio to build my wix file. So far I have one file Product.wxs and it's working for a simple install.
Now I want to add some custom dialogs. I think from the two articles below, I understand how to do it - after I get my…

NealWalters
- 17,197
- 42
- 141
- 251
4
votes
2 answers
How to skip the features select screen in WIX-generated installer program?
I want the installer to skip showing setup type screen (where you can choose Typical, Custom, Complete features), How can I do this?
I provided only one feature set named product.
And I also want the user be able to change the installation…

deerchao
- 10,454
- 9
- 55
- 60
1
vote
1 answer
Wix installation, server, client or both
I want create Wix installer to install, Client, Server or Both based on User selection.
My question is How can I restrict installing client when user selects Server (it gets installed as it has Level=1). I have customizied WixUI_Mondo.
I tried using…

Keshavdas M
- 674
- 2
- 7
- 25
0
votes
2 answers
How can I add an optional UI to WiX toolset
I have already made a quiet installer (without the need to click any buttons but some progress bar is shown while installation is in progress) for a project deployment. This time I wish to add an optional graphical user interface.
By default, the…

hlx98007
- 241
- 5
- 15
0
votes
1 answer
Wix - Choice of UI based on property
In my Wix application, I want to have 2 different UI. During execution, I want the choice of UI to be done depending of the value of a property. Is it possible to achieve this and how ?

Brainless
- 1,522
- 1
- 16
- 30
0
votes
1 answer
Add creation of shortcut menus option to the default WixUI_Mondo template
I have the following (default) markup for my WiX installer project:
windows
wix
windows-installer
wix-gui

c00000fd
- 20,994
- 29
- 177
- 400