Re: [WiX-users] Condition for files

2012-11-09 Thread Nick Ramirez
If I understand, the new MSI will have a single file that can be used on any OS? And the other OS-specific files will be removed/replaced? A major upgrade should work well. It will uninstall the old files and then install the new files. (Not necessarily in that order). So you'll essentially be wo

[WiX-users] Condition for files

2012-11-09 Thread Subbiah Ganesan
Hi all, I have a driver component which has 3 different cat files for different oses os1, os2, os3. I want the installer to install the correct file on the particular os. I know i can use 3 different component ids and conditions for each of them. In future, i am trying to have a single cat file f