January 17, 2012 6:44 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] XmlFile element issues - any XPath experts out
there?
Thanks, although I have it working now without setting the
SelectionLanguage, I did try that out when debugging. I assume they are
very s
2012 7:43 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] XmlFile element issues - any XPath experts out there?
>
> Hi,
>
> I've successfully set up a few xml file configuration items using the
> XmlFile element, but I have an instance
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] XmlFile element issues - any XPath experts out there?
Hi,
I've successfully set up a few xml file configuration items using the
XmlFile element, but I have an instance that is not working as expected,
hopefully som
Yeah, XPath is horrid in those attributes given the escaping necessary to
pass through to MSI. Sadly, two "languages" designed in completely
different silos whose special characters collided really badly.
On Wed, Jan 11, 2012 at 8:20 AM, Dan Gough wrote:
> D'oh - solved. I was incorrectly esca
D'oh - solved. I was incorrectly escaping the square brackets, using a
forward slash instead of a backslash! All working great now.
Dan
On Wed, Jan 11, 2012 at 3:43 PM, Dan Gough wrote:
> Hi,
>
> I've successfully set up a few xml file configuration items using the
> XmlFile element, but I ha
Hi,
I've successfully set up a few xml file configuration items using the
XmlFile element, but I have an instance that is not working as expected,
hopefully somebody out there can help!
This is a cut down sample of my xml file:
UPDATEME
U
Probably need to make the Property Secure so it moves from the client to the
server during the install process.
-Original Message-
From: ajay [mailto:[EMAIL PROTECTED]
Sent: Friday, November 28, 2008 06:03
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] XmlFile element not using
Hi Everybody,
I have property to select "Locale" which is then used to update the config file.
In the UI for my setup program, I have a dialog that asks the user to update
the value of this property from combo box.
When the user selects an updated valu
Joseph Barkley wrote:
> I need to parse an xml file that is being installed with my current
> project. I'd like to keep the code for the parsing inside of the
> component for the xml file, but it simply will not use the [#fileId]
> properly. It compiles and runs, but it errors out because it doe
I need to parse an xml file that is being installed with my current project. I'd like to keep the code for the parsing inside of the component for the xml file, but it simply will not use the [#fileId] properly. It compiles and runs, but it errors out because it doesn't resolve [#fileId] during the
10 matches
Mail list logo