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