Re: [WiX-users] How to install difference registery according to property

2009-03-27 Thread Bob Arnson
Frank Li wrote: > wix always install C__SSHCLIENT_PLINK. Seem SSHRadio always is Plink > althongh I choose OpenSSH at radio group. > See http://www.joyofsetup.com/2007/05/30/feature-conditions-and-ui/. -- sig://boB http://joyofsetup.com/ ---

[WiX-users] How to install difference registery according to property

2009-03-26 Thread Frank Li
I add UI let user choose default SSH client like: I define protery "SSHRadio" Plink Component Id="C__SSHCLIENT_PLINK" Guid="$(var.RegSSHPLINK)" Win64="$(var.Win64YesNo)"> SSHRadio = "Plink"