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 after launching your bundle. This way you
can copy it somewhere to see the structure. (HINT: The WixPackageProperties
elements contain the info you need.)

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Burn-MBA-Getting-PackageName-from-tp7021126p7021616.html
Sent from the wix-users mailing list archive at Nabble.com.

--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2011-11-22 Thread Keuth Nikolaus AVL/GRZ
--
--
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> 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 Mensching 
Subject: Re: [WiX-users] Burn & MBA & Getting PackageName from
PackageID
To: "General discussion for Windows Installer XML toolset."

Message-ID:


Content-Type: text/plain; charset=UTF-8

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 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 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 solution currently.
>
>
>
> Best regards
> Nikolaus Keuth
>
>
>
> ---
>
> DR. NIKOLAUS KEUTH
>
> Skill team leader ICF & Product Manager fOX
>
> Calibration Technologies
>
<http://www.avl.com/wo/webobsession.servlet.go/encoded/YXBwPWJjbXMmcGFnZ
>
T12aWV3JiZub2RlaWQ9NDAwMDU5MDMx.html<http://www.avl.com/wo/webobsession.
servlet.go/encoded/YXBwPWJjbXMmcGFnZT12aWV3JiZub2RlaWQ9NDAwMDU5MDMx.html
>
> >
>
> Business Unit Measurement & Instrumentation,
>
> Instrumentation & Test Systems
>
>
>
> mailto:nikolaus.ke...@avl.com <mailto:nikolaus.ke...@avl.com>
>
> Phone: +43 316 787 3869, Fax: +43 316 787 6780,
>
> Mobile: +43 664 85 09 069, Office: +43 316 787 648
>
>
>
> AVL LIST GMBH
>
> A-8020 Graz, Hans-List-Platz 1
>
> www.avl.com
>
>
>
>
>

_
> AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M,
> Landesgericht fuer ZRS Graz
>
>
>
>

> _
> AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M,
> Landesgericht fuer ZRS Graz
>
>
>
>

--
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> 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: 4
Date: Tue, 22 Nov 2011 08:40:54 -0800
From: Rob Mensching 
Subject: Re: [WiX-users]
IBootstrapperApplication::OnExecuteMsiMessage() callback
suppressed?
To: "General discussion for Windows Installer XML toolset."

Message-ID:


Content-Type: text/plain; charset=UTF-8

It should still be sent. If not, that'd be a bug.

On Mon, Nov 14, 2011 at 3:07 AM, Timo Viitaniemi <
timo.viitani...@crosscontrol.com> wrote:

> Hello!
>
> I have been using OnExecuteMsiMessage() IBootstrapperApplication
interface
> in my boostrapper application while using WiX release 3.6.2214.
However,
> now it seems that this function callback is not called after updating
to
> 3.6.2221 release. Is it suppressed by purpose and if so, how can I
retrieve
> the msi information now?
>
> Best Regards,
> Timo Viitaniemi
>
>
>

--
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listin

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 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 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 solution currently.
>
>
>
> Best regards
> Nikolaus Keuth
>
>
>
> ---
>
> DR. NIKOLAUS KEUTH
>
> Skill team leader ICF & Product Manager fOX
>
> Calibration Technologies
>  T12aWV3JiZub2RlaWQ9NDAwMDU5MDMx.html
> >
>
> Business Unit Measurement & Instrumentation,
>
> Instrumentation & Test Systems
>
>
>
> mailto:nikolaus.ke...@avl.com 
>
> Phone: +43 316 787 3869, Fax: +43 316 787 6780,
>
> Mobile: +43 664 85 09 069, Office: +43 316 787 648
>
>
>
> AVL LIST GMBH
>
> A-8020 Graz, Hans-List-Platz 1
>
> www.avl.com
>
>
>
>
> _
> AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M,
> Landesgericht fuer ZRS Graz
>
>
>
> 
> _
> AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M,
> Landesgericht fuer ZRS Graz
>
>
>
> --
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 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 solution currently.

 

Best regards
Nikolaus Keuth

 

---

DR. NIKOLAUS KEUTH  

Skill team leader ICF & Product Manager fOX

Calibration Technologies
  

Business Unit Measurement & Instrumentation, 

Instrumentation & Test Systems

 

mailto:nikolaus.ke...@avl.com  

Phone: +43 316 787 3869, Fax: +43 316 787 6780, 

Mobile: +43 664 85 09 069, Office: +43 316 787 648

 

AVL LIST GMBH

A-8020 Graz, Hans-List-Platz 1

www.avl.com

 

_
AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M, Landesgericht 
fuer ZRS Graz


 

_
AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M,
Landesgericht fuer ZRS Graz


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 solution currently.

 

Best regards
Nikolaus Keuth

 

---

DR. NIKOLAUS KEUTH  

Skill team leader ICF & Product Manager fOX

Calibration Technologies
  

Business Unit Measurement & Instrumentation, 

Instrumentation & Test Systems

 

mailto:nikolaus.ke...@avl.com  

Phone: +43 316 787 3869, Fax: +43 316 787 6780, 

Mobile: +43 664 85 09 069, Office: +43 316 787 648

 

AVL LIST GMBH

A-8020 Graz, Hans-List-Platz 1

www.avl.com

 

_
AVL List GmbH, Firmensitz: Graz, Firmenbuchnummer: FN 53507M, Landesgericht 
fuer ZRS Graz


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users