is there any logic in WiX as:

if (OSLanguage==en-US)
{
    copy file1 to dir1
}
else if(OSLanguage==zh-CN)
{
    copy file2 to dir2
}
else if(OSLanguage==de-DE)
{
    copy file3 to dir3
}
else
{
    copy file4 to dir4
}
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to