Re: [WiX-users] Burn & MBA & Getting PackageName from

2011-11-22 Thread jhennessey
The BootstrapperApplicationData.xml file gets extracted to the same directory as your BA. So, you could just get the directory of the current executing assembly (your BA assembly) and then load/parse the XML file. I recommend searching the %temp% directory for BootstrapperApplicationData.xml afte

Re: [WiX-users] Burn & MBA & Getting PackageName from

2011-11-22 Thread Keuth Nikolaus AVL/GRZ
___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- virtually, Rob Mensching - http://RobMensching.com LLC -- Message: 3 Date: Tue, 22 Nov 2011 08:40:07 -0800 From: Rob Mensch

Re: [WiX-users] Burn & MBA & Getting PackageName from PackageID

2011-11-22 Thread Rob Mensching
The BootstrapperApplicationData.xml file (included with your BA) should contain the mapping. On Wed, Nov 16, 2011 at 9:10 AM, Keuth Nikolaus AVL/GRZ < nikolaus.ke...@avl.com> wrote: > Hello! > > Do you have any hints for me, how a can get the package names from my > custom bootstrapper, to show a

Re: [WiX-users] Burn & MBA & Getting PackageName from PackageID

2011-11-16 Thread Keuth Nikolaus AVL/GRZ
Hello! Do you have any hints for me, how a can get the package names from my custom bootstrapper, to show a package list to the user? Best regards Nikolaus Keuth -- Hello! I'm currently writing my own MBA with wix3.6. I have a very simple question: How can I

[WiX-users] Burn & MBA & Getting PackageName from PackageID

2011-11-14 Thread Keuth Nikolaus AVL/GRZ
Hello! I'm currently writing my own MBA with wix3.6. I have a very simple question: How can I get the full name of a package by the use of the packageid, which I get with nearly every event of the engine, during the Installation process. Should be straight forward, but I cannot find a