[WiX-users] Manage Upgrades of ExePackage in Burn

2014-03-02 Thread Marco Tognacci
I have an ExePackage added to the seup made with Burn.To make upgrading of the Burn package working with the ExePackage I think I need to add the right version for the package using Provides Element (in Dependency Extension).How can I set the file versione to the versione of the exe package auto

Re: [WiX-users] if(language==en-US) logic?

2014-03-02 Thread John Ludlow
http://stackoverflow.com/questions/1805405/find-vista-language-using-wix This SO question might be helpful On 1 Mar 2014 10:15, "Bin Yin" wrote: > is there any logic in WiX as: > > if (OSLanguage==en-US) > { > copy file1 to dir1 > } > else if(OSLanguage==zh-CN) > { > copy file2 to dir2 >