I have switched to WiX version 3.5 for my installer. I have seen that for adding a file we need to define a <Component> entry for each file. This is OK for me.
My application is localized and have defined resource string entries for French and English. The build creates a satellite structure in the /bin folder.
Do I have to add that structure to WiX in a similar way as any other file or is there a more straight way?