Re: [WiX-users] How to access BootstrapperApplicationdata.xml from wix extension

2014-02-25 Thread tom
Ha sorry I solve other issue my problem is that I need to get the Directory name out of the MSI if the directory is a configurable directory the manifest only contain the directory ID I need the name to be able to show the default path for a feature the problem is that the path for the MSI may

Re: [WiX-users] How to access BootstrapperApplicationdata.xml from wix extension

2014-02-25 Thread tom
Ok , I use a preprocessor extension and looks like it is working -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-access-BootstrapperApplicationdata-xml-from-wix-extension-tp7592877p7592907.html Sent from the wix-users mailing list archive

Re: [WiX-users] How to access BootstrapperApplicationdata.xml from wix extension

2014-02-24 Thread Rob Mensching
totally not helpful. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: tom [mailto:tomer.d...@intergraph.com] Sent: Sunday, February 23, 2014 11:17 AM To: wix-users@lists.sourceforge.net Subject: [WiX-

[WiX-users] How to access BootstrapperApplicationdata.xml from wix extension

2014-02-23 Thread tom
Hi, for the MBA I need to add a variable node under if a feature has a configurable directory, this info is only exist in the BootstrapperApplicationdata.xml using compiler extension is to late as far as I understand But how can I access BootstrapperApplicationdata.xml from a preprocessor ext