Re: [WiX-users] Caching external language file with burn variable

2014-02-11 Thread tom
Great ,working! thanks. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Caching-external-language-file-with-burn-variable-tp7592498p7592576.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Caching external language file with burn variable

2014-02-10 Thread Phill Hogland
As a child to your BootstrapperApplicationRef elelment, use a Payload element (or a PayloadGroup or PayloadGroupRef element) to define the depend files that need to be cached and extracted to the temp folder with your mba. The name attribute defines the subfolder tree relative to where your mba is

Re: [WiX-users] Caching external language file with burn variable

2014-02-10 Thread Rob Mensching
1. Really just memory. 2. Yes, Mark the variable persisted. 3. No. -Original Message- From: tom [mailto:tomer.d...@intergraph.com] Sent: Monday, February 10, 2014 10:35 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Caching external language file with burn variable Hi In

[WiX-users] Caching external language file with burn variable

2014-02-10 Thread tom
Hi In my MBA I have an external resource only dll And I need to cache it for the modify sequence 1.Is there any size limitation for burn variable? 2.can I cache binary data,if not I assume I can cache xml file? if not,from MBA,can I find the cache folder? Thanks in advance -- View this me