[WiX-users] Combobox with SQL scripts

2006-09-03 Thread Petrut Andrei
Hi. I have a combobox where the user has to choose a language. After he chooses, when I install all the files, I have to execute also a .sql script according to his choice. Can you show me how to do that? To be more explicit: I have 3 .sql scripts in 3 languages. After the user chooses one from

[WiX-users] Checkbox and SQL scripts

2006-09-03 Thread Petrut Andrei
Hi. I have a checkbox control in an UI page and I want to set its behaviour like this: if it is selected, then it executes some scripts. If it is deselected then I want those scripts not to be executed. Can you give me some idea, please? Thanks in advance. _

[WiX-users] XML file

2006-09-03 Thread Petrut Andrei
Hi. I want to modify a XML file, but i get this error: Unable to open file. The code is right here: The web.config file is in the same directory with the main file and with others UIs. Shall I put the file in another place? __ Do You Y