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
I'm very confused. This FireGiant KB article (https://support.firegiant.com/entries/24024258-The-four-phases-of-build-time-in-the-WiX-toolset-) talks about preprocessing before compiling. The BootstrapperApplicationData file is generated during the binding phase. Your BA can access the Bootstra