Questions tagged [msi-gui]

6 questions
2
votes
1 answer

Strange double frame for password text box in Wix UI

When I use in my custom dialog Control Edit with attribute password set to "yes" the text box have double frame in Windows Server 2012.In other versions of Windows Server…
Nick B
  • 141
  • 1
  • 7
1
vote
1 answer

WiX write user input into file not working with utf-8 symbols

I have the following problem: In my installer I have a dialog that asks the user to specify a directory and one more folder. The second folder is being written in a property and after that the property is being saved in a file via IniFile element.…
malkoto1
  • 417
  • 8
  • 19
1
vote
1 answer

how to skip dialog based on selected feature

I want to add a custom dialog in the UI sequence after the Feature selection (Customize) dialog. The feature selection is done through a Feature tree. How can I figure out if a particular feature was selected and launch the custom dialog? Right now…
user4657208
  • 95
  • 1
  • 4
  • 12
0
votes
2 answers

Using DTF to install msi package

We are trying to use Microsoft.Deployment.WindowsInstaller dll (C#) and install the MSI package. I couldn't find much examples regarding this. The installation is successfull. In case of error I want to display the error message in specific language…
Sanketh P B
  • 394
  • 2
  • 16
0
votes
1 answer

Wix installer- Change Combobox Value Based on radio button change

In the Below Code i tried to change Combo box value when we selecting Radiobutton , but it is not changing
PonVimal
  • 223
  • 1
  • 4
  • 16
0
votes
2 answers

Installshield: uninstall does not work

I created an installer using Installshield 2011. I can install the software with it and am able to uninstall too from the "Programs and Features" interface. But if the application is already installed and I click on the installer again, it brings up…