your saying this is at compile time? I have a variables.wxi include file that I include with my product.wxs
<?if $(var.Platform) = x64 ?> <?define PlatformProductName = "$(var.ProductName) (64 bit)" ?> <?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?> <?define PlatformCAQuietExecDLLEntry = "CAQuietExec64"?> <?define PlatformQtExecCmdLine = "QtExec64CmdLine"?> <?else ?> <?define PlatformProductName = "$(var.ProductName)" ?> <?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?> <?define PlatformCAQuietExecDLLEntry = "CAQuietExec"?> <?define PlatformQtExecCmdLine = "QtExecCmdLine"?> <?endif ?> -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Need-help-how-to-put-a-condition-on-a-merge-module-in-Product-wxs-tp7587670p7587675.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users