The XML file is extracted to the same folder as your BA/UX.
string fileName = "BootstrapperApplicationData.xml";
string path =
Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location),
fileName);
using (FileStream stream = new FileStream(path, FileMode.Open))
{
...
}
This file isn't one you deploy, it's what the framework uses to store the
result of the information provided in your project.
-----Original Message-----
From: Alexander Krivács Schrøder [mailto:[email protected]]
Sent: Wednesday, October 10, 2012 5:28 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] [SPAM] Re: Getting at the DisplayName of a package in
a custom bootstrapper
Hello? Anyone know how to get at that file? I've never seen it anywhere,
neither in my wixproj project nor in any output folder. I'm setting these
DisplayName values in a wxs file, within MsiPackage elements...
-----Original Message-----
From: Alexander Krivács Schrøder [mailto:[email protected]]
Sent: 30. September 2012 11:54
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] [SPAM] Re: Getting at the DisplayName of a package in
a custom bootstrapper
Okay, thanks. Next (and obvious) question then is how do I get at that file
(wherever it is) from inside the bootstrapper?
-----Original Message-----
From: Rob Mensching [mailto:[email protected]]
Sent: 26. September 2012 16:30
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] [SPAM] Re: Getting at the DisplayName of a package in
a custom bootstrapper
That's the correct way.
On Wed, Sep 26, 2012 at 1:59 AM, Miss Parker <[email protected]>wrote:
> Hey,
>
> The info is available in BootstrapperApplicationData.xml. I don't know
> if there's an easier way, but if all else fails.... :)
>
> //Caisa
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Getting-
> at-the-DisplayName-of-a-package-in-a-custom-bootstrapper-tp7580838p758
> 0840.html Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ----------------------------------------------------------------------
> --------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond.
> Discussions will include endpoint security, mobile security and the
> latest in malware threats.
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> WiX-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
virtually,
Rob Mensching
http://RobMensching.com LLC
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will include
endpoint security, mobile security and the latest in malware threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free
today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM Deploy
New Relic app performance management and know exactly what is happening inside
your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and
get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users