If I do this:

<MsiProperty Name='TRANSFORMS' Value=''/>

I get a build error that says that the Value attribute cannot be empty. .

<MsiProperty Name='TRANSFORMS' Value='""'/>  

The bundle compiles but the package rolls back.

The MSI packages command shows TRANSFORMS=""""""  

What I really want to do is 
<MsiProperty Name='TRANSFORMS' Value='[LCID]'/>
where for Japanese it evaluates to "TRANSFORMS=":1041.mst"
and for English or other unsupported LCIDs it is??  (I am not sure what it
should be if a transform should not be used.  Do I need to embed a 'dummy'
.mst file.  I was planning to use a BAFunction.dll to validate the user's
LCID and set the above variable to whatever it should be, but I am not sure
what it should be for no transform.

Thanks for the suggestions.  Still searching.
Phill



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bundle-How-to-conditionally-pass-MsiProperty-tp7587888p7587904.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&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