Re: [WiX-users] Conditional feature installation problem

2006-06-30 Thread Liu Qian
Hi, Erdi: I think you should add a custom action after clicking "Next" button of radio button window to "CostFinalize". Just like this: *1* 1 And I suggest you set "DATABASECHOICE" property default to "NULL" or something you like, but don't set it to "MySQL" or "ORACLE". Becuase whe

Re: [WiX-users] Conditional feature installation problem

2006-06-30 Thread Bob Arnson
erdi wrote: > The situation is oposite when I declare the DATABASECHOICE property this > way: > ORACLE, > then the OracleSupport feature is installed when picked in radio button > group and MySqlSupport isn't installed even if picked. > Generate a verbose log and check out the feature states d