Re: [WiX-users] XmlFile or XmlConfig in patch .msp ?

2014-12-16 Thread roberthyang
I tried this, and also '-ext "%WIX%\WixUtilExtension.dll"', and while torch/pyro didn't complain, I also didn't see an XmlFile table added by the .msp. The XML file was not modified when I ran the resulting patch, though the log did indicate that the enclosing component was installed. Same result

Re: [WiX-users] XmlFile or XmlConfig in patch .msp ?

2014-12-16 Thread Nick Ramirez
Does /-ext WixUtilExtension/ work? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/XmlFile-or-XmlConfig-in-patch-msp-tp7598517p7598616.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] XmlFile or XmlConfig in patch .msp ?

2014-12-16 Thread Phill Hogland
-ext "%WIX%\WixUtilExtension.dll" -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/XmlFile-or-XmlConfig-in-patch-msp-tp7598517p7598615.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] XmlFile or XmlConfig in patch .msp ?

2014-12-16 Thread roberthyang
Thanks for the hint Nick. Here is my torch cmdline : "%WIX%\torch" -ax %PATCH_ADMIN_INSTALL% -p -xo %BASE_ADMIN_INSTALL%\setup%BASE%.msi %PATCH_ADMIN_INSTALL%\setup.msi -out %PATCHDIR%\diff.wixmst I tried both "-ext UtilExtension" and "-ext Microsoft.Tools.WindowsInstallerXml.Extensions.UtilExte

Re: [WiX-users] XmlFile or XmlConfig in patch .msp ?

2014-12-12 Thread Nick Ramirez
What do your calls to torch.exe and pryo.exe look like? Do they include the -ext flag for the UtilExtension? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/XmlFile-or-XmlConfig-in-patch-msp-tp7598517p7598549.html Sent from the wix-users mailing li

[WiX-users] XmlFile or XmlConfig in patch .msp ?

2014-12-10 Thread roberthyang
Hi all -- we are using Wix 3.8 in both our released product and service pack 1, created via torch/pyro as a .msp. We need to be able to conditionally modify an XML file installed with the released product. I was able to get the patch bootstrapper to show a couple of radiobuttons using a custom

Re: [WiX-users] XmlFile fail to write on network folder file

2014-11-26 Thread Marco Tognacci
o the network and can modify the file, as I have tried the same code inside a sample application and in this application works, can access and modify the file. > Date: Wed, 26 Nov 2014 10:39:50 -0700 > From: robert_y...@agilent.com > To: wix-users@lists.sourceforge.net > Subject: Re: [W

Re: [WiX-users] XmlFile fail to write on network folder file

2014-11-26 Thread roberthyang
om: > mark222@ >> Date: Tue, 25 Nov 2014 10:31:55 +0100 >> Subject: [WiX-users] XmlFile fail to write on network folder file >> >> I have used XmlFile element to modify an xml file located under the user >> document folder, it fails if the user document folder

Re: [WiX-users] XmlFile fail to write on network folder file

2014-11-25 Thread Marco Tognacci
:55 +0100 > Subject: [WiX-users] XmlFile fail to write on network folder file > > I have used XmlFile element to modify an xml file located under the user > document folder, it fails if the user document folder is mapped on a network > folder. How to male this work? IS there any

[WiX-users] XmlFile fail to write on network folder file

2014-11-25 Thread Marco Tognacci
I have used XmlFile element to modify an xml file located under the user document folder, it fails if the user document folder is mapped on a network folder. How to male this work? IS there any way to modify a file on a network directory? Inviata dal mio Windows Phone -

Re: [WiX-users] XmlFile Failed to find node

2014-02-01 Thread Rob Mensching
There is a bug open about the lack of namespace handling. Be awesome if someone was to fix it. -Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: Saturday, February 1, 2014 11:49 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users

Re: [WiX-users] XmlFile Failed to find node

2014-02-01 Thread Nicolás Alvarez
2014-01-31 Jeremy : > For the record and anyone curious, It seems to be XmlFile not liking > something about the xmlns in the nlog tag, somehow that's preventing it > from parsing the other elements. > > i.e. with a plain in the app.config, those Util:XmlFile's work > great. But these in app.confi

Re: [WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
For the record and anyone curious, It seems to be XmlFile not liking something about the xmlns in the nlog tag, somehow that's preventing it from parsing the other elements. i.e. with a plain in the app.config, those Util:XmlFile's work great. But these in app.config, XmlFile errors: http://www.

Re: [WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
On Fri, Jan 31, 2014 at 2:42 PM, John Cooper wrote: > Change your ElementPath to have the XPath without the /@value and add a > Name attribute to util:XmlFile with the value "value". It should work. > Thanks for the tip! I tried that change with just the APIURL Util:XmlFile (which was working

Re: [WiX-users] XmlFile Failed to find node

2014-01-31 Thread John Cooper
3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Jeremy [mailto:s6a9d6...@gmail.com] Sent: Friday, January 31, 2014 2:34 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] XmlFile Failed to find node Hello! I am trying to use a couple XmlFile defi

[WiX-users] XmlFile Failed to find node

2014-01-31 Thread Jeremy
Hello! I am trying to use a couple XmlFile definitions to edit an app.config file using the WiX 3.8 toolset. I got one XmlFile working perfectly, but am getting a "Failed to find node" node error (-2147020584) with the others, but am a bit stumped as to why. I am not an XPath pro but the failing X

Re: [WiX-users] XmlFile supports /parent::* Xpath syntax ?

2013-03-18 Thread Bala K
Thanks a lot Rob, that did it Bala > From: r...@robmensching.com > Date: Mon, 18 Mar 2013 14:38:11 -0700 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] XmlFile supports /parent::* Xpath syntax ? > > When using XPath advanced features, be sure to

Re: [WiX-users] XmlFile supports /parent::* Xpath syntax ?

2013-03-18 Thread Rob Mensching
When using XPath advanced features, be sure to set the XmlFile/@SelectionLanguage='XPath'. The default is 'XSLPattern' which doesn't have many features of full blown XPath (but XSLPatter works with older MSXML versions). On Mon, Mar 18, 2013 at 11:31 AM, Bala K wrote: > > Hi am using trying to

[WiX-users] XmlFile supports /parent::* Xpath syntax ?

2013-03-18 Thread Bala K
Hi am using trying to use util:XmlFile to change an xml file but it fails when i use a specific XPath, saying it couldnt find the path. ExecXmlFile: Error 0x80004005: failed to find node: //Name/parent::Application in XML file: C:\Program Files\*\foobar.xml I have tested my xpath query on onl

Re: [WiX-users] XmlFile can't create a child element

2012-05-31 Thread Kjartan Þór Kjartansson
Thank you, this solved the problem, I just did not see the space there Regards, Kjartan Þór -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 31. maí 2012 12:26 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile can&#

Re: [WiX-users] XmlFile can't create a child element

2012-05-31 Thread Peter Shirtcliffe
eforge.net Subject: [WiX-users] XmlFile can't create a child element Hi, I'm having a problem with using XmlFile to make changes to a configuration file. I'm trying to build the database appender configuration for log4net and I always get this error: ExecXmlFile: Error 0x8000400

[WiX-users] XmlFile can't create a child element

2012-05-31 Thread Kjartan Þór Kjartansson
Hi, I'm having a problem with using XmlFile to make changes to a configuration file. I'm trying to build the database appender configuration for log4net and I always get this error: ExecXmlFile: Error 0x80004005: failed to create child element: conversionPattern The source for generating thi

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-19 Thread Blair
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

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-17 Thread Dan Gough
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

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-13 Thread Blair
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

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-11 Thread Rob Mensching
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

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-11 Thread Dan Gough
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

[WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-11 Thread Dan Gough
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

Re: [WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-28 Thread Castro, Edwin G. (Hillsboro)
; From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Saturday, June 26, 2010 4:15 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] XmlFile Getting Scheduled During Uninstall > > On 6/25/2010 3:48 PM, Castro, Edwin G. (Hillsboro) wrote: > > Does anybody kn

Re: [WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-26 Thread Bob Arnson
On 6/25/2010 3:48 PM, Castro, Edwin G. (Hillsboro) wrote: > Does anybody know under what circumstances SchedXmlFile would schedule > ExecXmlFile during uninstall? > Pretty much always. In general, use XmlFile with Permanent="yes" for files you're installing and XmlConfig when you need to mod

Re: [WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-25 Thread Castro, Edwin G. (Hillsboro)
gt; -Original Message- > From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] > Sent: Friday, June 25, 2010 1:39 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] XmlFile Getting Scheduled During Uninstall > > I had n

Re: [WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-25 Thread Castro, Edwin G. (Hillsboro)
nvironment before printing this e-mail > -Original Message- > From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] > Sent: Friday, June 25, 2010 12:48 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] XmlFile Getting Scheduled D

[WiX-users] XmlFile Getting Scheduled During Uninstall

2010-06-25 Thread Castro, Edwin G. (Hillsboro)
I'm using WiX 3.0.5419.0. I have a couple of installers that fail during uninstall because the XmlFile modifications are getting applied at uninstall time (that was unexpected) and the file to modify is no longer on the system (I see appropriate FileRemove in the log file prior to the failing E

Re: [WiX-users] XMLFile

2010-06-21 Thread Carolina Zuqueto Amaral
Now, the configurations are working. Thanks! Carolina Zuqueto. -Original Message- From: Alexander Shevchuk (Volt) [mailto:a-ale...@microsoft.com] Sent: quinta-feira, 17 de junho de 2010 20:40 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile Add

Re: [WiX-users] XMLFile

2010-06-17 Thread Alexander Shevchuk (Volt)
Add SelectionLanguage attribute to your element: -Original Message- From: Carolina Zuqueto Amaral [mailto:carolina.ama...@conv.com.br] Sent: Thursday, June 17, 2010 3:20 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile This is my xml

Re: [WiX-users] XMLFile

2010-06-17 Thread Carolina Zuqueto Amaral
. Subject: Re: [WiX-users] XMLFile Hi Carolina, Your XPath looks fine. You need to show your XML. Include element and its parents in the xml file. Do you have something like: ... ... ... -Original Message- From: Carolina Zuqueto Amaral [mailto:carolina.ama

Re: [WiX-users] XMLFile

2010-06-17 Thread Alexander Shevchuk (Volt)
, 2010 11:28 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile Log: ... ExecXmlFile: Error 0x800710d8: failed to find node: /DTSConfiguration/Configuration.Properties']/ConfiguredValue in XML file: c:\Convergencia\WitDataFarm\Source\C

Re: [WiX-users] XMLFile

2010-06-17 Thread Carolina Zuqueto Amaral
ion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile The error says that it can't find the node specified by the XmlFile/@XPath. The syntax looks correct. I wonder if there are XML namespaces involved here. Edwin G. Castro Software Developer - Staff Electronic Banking S

Re: [WiX-users] XMLFile

2010-06-15 Thread Alexander Shevchuk (Volt)
Sent: Tuesday, June 15, 2010 7:13 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] XMLFile Hi, I have the following node (file.dtsConfig): \\convs07\Historical Integration\DataFarm\WIT\Files\ Wix code: ... ... When I installed, the following error occured: Fail

Re: [WiX-users] XMLFile

2010-06-15 Thread Castro, Edwin G. (Hillsboro)
lease consider the environment before printing this e-mail > -Original Message- > From: Carolina Zuqueto Amaral [mailto:carolina.ama...@conv.com.br] > Sent: Tuesday, June 15, 2010 7:13 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] XMLFile > > Hi, &

[WiX-users] XMLFile

2010-06-15 Thread Carolina Zuqueto Amaral
Hi, I have the following node (file.dtsConfig): \\convs07\Historical Integration\DataFarm\WIT\Files\ Wix code: ... ... When I installed, the following error occured: Failied to find node: /DTSConfiguration/configurati...@path='\Package.Variables[User::path].Properties[Valu

[WiX-users] XmlFile

2010-06-14 Thread Carolina Zuqueto Amaral
I have the following node (file.dtsConfig): \\convs07\Historical Integration\DataFarm\WIT\Files\ Wix code: … ... When I installed, the following error occured: Failied to find node: /DTSConfiguration/configurati...@path=’\package.variables[user::path].Properties[Value]’]/Co

Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread John Cooper (Volt)
or Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There Is the file you're trying to modify valid XML? I'd really avoid writing your own CA, if at all possible. They're notorious for inadvertently ruining your M

Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread Mike Carlson (DEV DIV)
(Volt) [mailto:a-jc...@microsoft.com] Sent: Thursday, May 06, 2010 3:32 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There Using the boxed File Id's helped a lot. It appears Default.aspx is a

Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread John Cooper (Volt)
al Message- From: Matt Johnson [mailto:ma...@timeamerica.com] Sent: Thursday, May 06, 2010 3:01 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There Also, you should make sure the file you're edit

Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread Matt Johnson
CSD, MCDBA Director of Application Development Time America, Inc. ma...@timeamerica.com | www.timeamerica.com -Original Message- From: Matt Johnson Sent: Thursday, May 06, 2010 2:57 PM To: General discussion for Windows Installer XML toolset. Subject: RE: [WiX-users] XMLFile not Finding fi

Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread John Cooper (Volt)
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There Yes, it is definitely possible. The Default.aspx file in an ASP.NET configuration file. The two Web.config files are both for IIS7. I'll

Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread Matt Johnson
a...@timeamerica.com | www.timeamerica.com -Original Message- From: John Cooper (Volt) [mailto:a-jc...@microsoft.com] Sent: Thursday, May 06, 2010 2:32 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verifi

Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread John Cooper (Volt)
ay 06, 2010 2:15 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There Is it possible your XML file has an inaccurate header? I've seen people before with an XML header like this: But their

Re: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread Mike Carlson (DEV DIV)
ion for Windows Installer XML toolset. Subject: [WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There Here's the portion of the WiX: Here's a portion of the error log: Action start 11:42:22: SchedXmlFile. Action st

[WiX-users] XMLFile not Finding file to Edit Even Though File is Verified There

2010-05-06 Thread John Cooper (Volt)
Here's the portion of the WiX: Here's a portion of the error log: Action start 11:42:22: SchedXmlFile. Action start 11:42:22: ExecXmlFile. Action ended 11:42:22: ExecXmlFile. Return value 1. Action ended 11:42:22: SchedXmlFile. Return value 1. Acti

Re: [WiX-users] XmlFile breaks SqlDatabase?

2010-04-24 Thread dB .
@lists.sourceforge.net Subject: [WiX-users] XmlFile breaks SqlDatabase? Finally FINALLY narrowed down my issue, which is well described here: http://stackoverflow.com/questions/2602950/wix-xmlfile-is-keeping-sqldatabase-from-creating-databases "When I include the XmlFile element to manipulate a file, the data

Re: [WiX-users] XmlFile & FirewallException

2010-04-24 Thread Rob Mensching
oes! > > -Original Message- > From: Will Sullivan [mailto:wsulli...@softdocs.com] > Sent: Thursday, April 22, 2010 1:54 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] XmlFile & FirewallException > > Strike that. > > Figured it o

Re: [WiX-users] XmlFile & FirewallException

2010-04-23 Thread Will Sullivan
Latest update fixes all my woes! -Original Message- From: Will Sullivan [mailto:wsulli...@softdocs.com] Sent: Thursday, April 22, 2010 1:54 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile & FirewallException Strike that. Figured it

Re: [WiX-users] XmlFile & FirewallException

2010-04-22 Thread Will Sullivan
Installer XML toolset. Subject: Re: [WiX-users] XmlFile & FirewallException Looking again at XmlConfig, I remember why I bailed on it. While XmlFile is easy to parse and works as expected, XmlConfig has some very weird limitations and while I can figure out how to do what I want to do in XmlFil

Re: [WiX-users] XmlFile & FirewallException

2010-04-22 Thread Will Sullivan
9:46 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile & FirewallException Use XMLConfig instead? Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Inn

Re: [WiX-users] XmlFile & FirewallException

2010-04-22 Thread Will Sullivan
me know, k? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Thursday, April 22, 2010 11:26 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile & FirewallException Yes, we will do something about it. The bug is ope

Re: [WiX-users] XmlFile & FirewallException

2010-04-22 Thread Rob Mensching
gt; Email Disclaimer > > -Original Message- > From: Will Sullivan [mailto:wsulli...@softdocs.com] > Sent: 22 April 2010 14:08 > To: WiX-users@lists.sourceforge.net > Subject: [WiX-users] XmlFile & FirewallException > > So, its clear that XmlFile breaks > SqlDatabas

Re: [WiX-users] XmlFile & FirewallException

2010-04-22 Thread Pally Sandher
fice - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Will Sullivan [mailto:wsulli...@softdocs.com] Sent: 22 April 2010 14:08 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] XmlFile & FirewallException So, its clear that

[WiX-users] XmlFile & FirewallException

2010-04-22 Thread Will Sullivan
So, its clear that XmlFile breaks SqlDatabase (I'm real happy at the way this issue is being ignored, btw). Its also become clear to me that XmlFile also breaks FirewallException. Is there nothing XmlFile can'

[WiX-users] XmlFile breaks SqlDatabase?

2010-04-12 Thread Will Sullivan
Finally FINALLY narrowed down my issue, which is well described here: http://stackoverflow.com/questions/2602950/wix-xmlfile-is-keeping-sqldatabase-from-creating-databases "When I include the XmlFile element to manipulate a file, the databases defined by the SqlDatabase do not get created. If I

Re: [WiX-users] XmlFile being executed when feature condition should fail

2009-09-23 Thread si
Thanks everyone for all your help, it's now working. I found one bug in my code where was referenced in multiple features (one conditioned on upgrade and one not), and once that was cleaned up, I found I could place the NOT UPGRADEFOUND condition back on each component as per Bob's suggestion, an

Re: [WiX-users] XmlFile being executed when feature condition should fail

2009-09-23 Thread Blair
e- From: si [mailto:sshnug...@gmail.com] Sent: Wednesday, September 23, 2009 1:01 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile being executed when feature condition should fail > What does the log say about the WebConfigSqlDbSqlAuthComponent com

Re: [WiX-users] XmlFile being executed when feature condition should fail

2009-09-23 Thread si
> What does the log say about the WebConfigSqlDbSqlAuthComponent component > while running CostFinalize? > > Also, is your upgrade Major or Minor/Small? Hi Blair, All our upgrades are Major. As for the component, the only reference in the log is: New Install: Action ended 16:58:44: CostFinali

Re: [WiX-users] XmlFile being executed when feature condition should fail

2009-09-23 Thread si
> As far as I can tell, what you have there is a component declaration with a > condition about whether it should be installed or not. > > However the issue seems to be that the custom action ' SchedXmlFile' is being > called, so what matters is the condition you have on that custom action call,

Re: [WiX-users] XmlFile being executed when feature condition should fail

2009-09-22 Thread Blair
Installer XML toolset. Subject: Re: [WiX-users] XmlFile being executed when feature condition should fail >> Long story short: XmlFile is being executed during upgrades when I >> only want it executed on new installations. >> > > The owning component controls whether XmlFile i

Re: [WiX-users] XmlFile being executed when feature condition should fail

2009-09-22 Thread Wilson, Phil
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile being executed when feature condition should fail >> Long story short: XmlFile is being executed during upgrades when I >> only want it executed on new installations. >> > > The owni

Re: [WiX-users] XmlFile being executed when feature condition should fail

2009-09-21 Thread si
>> Long story short: XmlFile is being executed during upgrades when I >> only want it executed on new installations. >> > > The owning component controls whether XmlFile is run; conditionalize it > so it doesn't run during upgrade. Thanks for the reply Bob, unfortunately I already tried this with

Re: [WiX-users] XmlFile being executed when feature condition should fail

2009-09-17 Thread Bob Arnson
si wrote: > Long story short: XmlFile is being executed during upgrades when I > only want it executed on new installations. > The owning component controls whether XmlFile is run; conditionalize it so it doesn't run during upgrade. -- sig://boB http://joyofsetup.com/

[WiX-users] XmlFile being executed when feature condition should fail

2009-09-17 Thread si
Greetings, Long story short: XmlFile is being executed during upgrades when I only want it executed on new installations. 2 features are used to determine whether database install or upgrade (both executed by DTF external tool) takes place: UPGRADEFOUND NOT UPG

Re: [WiX-users] XmlFile element not using updated property value

2008-11-28 Thread Rob Mensching
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

[WiX-users] XmlFile element not using updated property value

2008-11-28 Thread ajay
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

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-18 Thread Scott Sharpe
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile does not support default namespaces? I'm not aware of a work around. How would you do this with XslPattern using MSXML 3? -Original Message- From: Scott Sharpe [mailto:[EMAIL PROTECTED] Sent: Monday, N

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-18 Thread Rob Mensching
I'm not aware of a work around. How would you do this with XslPattern using MSXML 3? -Original Message- From: Scott Sharpe [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 17:55 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile doe

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-17 Thread Scott Sharpe
nt: Sunday, November 16, 2008 10:45 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile does not support default namespaces? Sorry about the clarity. If my xml file does not have a default namespace. Then XPath queries work just fine through the XmlFile el

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-16 Thread Scott Sharpe
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile does not support default namespaces? Scott Sharpe wrote: > I'm wanting to update an xml file as part of my install. Works fine as long > as the root node does not have a default namespace. Is this a known is

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-15 Thread Bob Arnson
Scott Sharpe wrote: > I'm wanting to update an xml file as part of my install. Works fine as long > as the root node does not have a default namespace. Is this a known issue? > Um, is what a known issue? What happens if it does have a default namespace? There are definitely some MSXML oddit

[WiX-users] XmlFile does not support default namespaces?

2008-11-13 Thread Scott Sharpe
I'm wanting to update an xml file as part of my install. Works fine as long as the root node does not have a default namespace. Is this a known issue? Xml File 1 Path1 C:\ Path2 C:\Program Files Path3 C:\Program Files\Microsoft

Re: [WiX-users] xmlFile Bug, creating excess attribute's in children

2008-11-05 Thread Rob Mensching
MSXML. -Original Message- From: hegsie [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 04:01 To: wix-users@lists.sourceforge.net Subject: [WiX-users] xmlFile Bug, creating excess attribute's in children Hi, The following

[WiX-users] xmlFile Bug, creating excess attribute's in children

2008-11-05 Thread hegsie
Hi, The following code... generates the following

Re: [WiX-users] XMLFile changes undone on uninstall?

2008-09-25 Thread Rob Mensching
1. No, XmlFile doesn't do that. 2. Yes, that's one of a couple reasons XmlConfig was created. -Original Message- From: Michael Owings [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2008 07:37 To: wix-users@lists.sourceforge.net Subject: [WiX-users] XMLFile changes

[WiX-users] XMLFile changes undone on uninstall?

2008-09-25 Thread Michael Owings
Is XMLFile supposed to back out any changes made to an xml file on uninstall (I'm using wix2)? If not should I be using xmlConfig? -- Teleoperate a roving mobile robot from the web: http://www.swampgas.com/robotics/rover.html --

Re: [WiX-users] XmlFile CreateElement

2008-06-17 Thread Alexander Shevchuk
attribute. Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of md5hans Sent: Tuesday, June 17, 2008 5:25 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] XmlFile CreateElement Thanks, that solved my problem! I have another question related

Re: [WiX-users] XmlFile CreateElement

2008-06-17 Thread md5hans
, June 16, 2008 11:12 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] XmlFile CreateElement > > You could also use XmlConfig. > >>From an xpath point of view you can use something like so in your XmlSetting2 which would get you the 3rd

Re: [WiX-users] XmlFile CreateElement

2008-06-16 Thread Alexander Shevchuk
: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile CreateElement You could also use XmlConfig. >From an xpath point of view you can use something like so in your XmlSetting2 >which would get you the 3rd child element. "//ParentNode/ChildNodes/Chi

Re: [WiX-users] XmlFile CreateElement

2008-06-16 Thread Ryan Perlman
n Behalf Of md5hans Sent: Monday, June 16, 2008 6:54 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] XmlFile CreateElement Hi! I have a question about manipulating XML-files. I want to create a new element inside an existing node, after the element is created I want to set some attri

[WiX-users] XmlFile CreateElement

2008-06-16 Thread md5hans
Hi! I have a question about manipulating XML-files. I want to create a new element inside an existing node, after the element is created I want to set some attributes on it. My problem is that there already exists elements of the kind I want to add, how can I make the setValue action work on th

Re: [WiX-users] XmlFile Question Regarding "Permanent" Setting

2008-04-16 Thread Bob Arnson
Darryl Hnatiuk wrote: > We are currently using WiX version 3.0.4014.0 and have been tring to > get the XmlFile action working, and for the most part have everything > working fine. However, one setting we've been having trouble with is > the "Permanent" setting. From the WiX documentation, my un

Re: [WiX-users] XmlFile Question Regarding "Permanent" Setting

2008-04-15 Thread Chad Petersen
users@lists.sourceforge.net Subject: [WiX-users] XmlFile Question Regarding "Permanent" Setting Hello all, We are currently using WiX version 3.0.4014.0 and have been tring to get the XmlFile action working, and for the most part have everything working fine. However, one setting we've been ha

[WiX-users] XmlFile Question Regarding "Permanent" Setting

2008-04-15 Thread Darryl Hnatiuk
Hello all, We are currently using WiX version 3.0.4014.0 and have been tring to get the XmlFile action working, and for the most part have everything working fine. However, one setting we've been having trouble with is the "Permanent" setting. From the WiX documentation, my understanding is that t

[WiX-users] XmlFile cannot access network drive

2007-12-06 Thread Mendelson, Michael
> I am using Wix 3.0 for an installation to a network drive. During the > install an xml configuration file is put into the install directory, > and then values are pushed in using XmlFile. > > This breaks during XmlFile when installing to a network drive, because > of access issues. > > The f

Re: [WiX-users] XMLFile and XMLConfig

2007-11-28 Thread Julie Campbell
AIL PROTECTED]> Subject: Re: [WiX-users] XMLFile and XMLConfig To: wix-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hi, seems I should open bug/feature request in wix website ? please let me know if the issue b

Re: [WiX-users] XMLFile and XMLConfig

2007-11-28 Thread Fadi Haik
Hi, seems I should open bug/feature request in wix website ? please let me know if the issue bellow not working for me since I dont know how to use or it just missing feature ? Thanks in advance, Fadi On Nov 25, 2007 10:44 PM, Fadi Haik <[EMAIL PROTECTED]> wrote: > Hi > > > > I am trying to updat

Re: [WiX-users] XmlFile From Property

2007-11-27 Thread Rob Mensching
The Xml custom actions are configured to run after files are installed for exactly the case you list below. -Original Message- From: James Renton [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 13:14 To: Rob Mensching Subject: RE: [WiX-users] XmlFile From Property That's

[WiX-users] XMLFile and XMLConfig

2007-11-25 Thread Fadi Haik
Hi I am trying to update on setup XML file in this format ( I use wix 3.0.3509.0) - - temp1 - temp1val - - temp2 - temp2val I don't know how many entries already inside that file therefore I need to use XPath function last() but it does not work for me, I have read the

Re: [WiX-users] XmlFile From Property

2007-11-04 Thread Rob Mensching
No, the columns for data in XmlFile and XmlConfig should all be Formatted. That means you can use the syntax "[PropertyName]" to get the value of a Property. The MSI SDK has more info. James Renton wrote: > > I was looking at using the XmlFile custom action. > > > > I wanted to store the val

[WiX-users] XmlFile From Property

2007-11-02 Thread James Renton
I was looking at using the XmlFile custom action. I wanted to store the values in the Property table; and issue various installs with setting customized (by me) using Orca. However, it appears as if you have to hard code the value attribute of the xml tag; and that it therefore cannot referenc

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread John Hancock (HSG)
failing to load. I'm cc'ing wix-devs so that it can be flagged as a bug if need be. John -Original Message- From: John Hancock (HSG) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 1:30 PM To: Alexei; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] XmlFile faili

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread John Hancock (HSG)
, August 22, 2007 12:09 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] XmlFile failing to open installed file Is the xml file part of the same install that tries to modify it? If so you will probably need some sort of of deferred custom action, as the file will probably not have

Re: [WiX-users] XmlFile failing to open installed file

2007-08-22 Thread Alexei
ednesday, August 22, 2007 11:42 AM > To: wix-users@lists.sourceforge.net; John Hancock (HSG) > Subject: RE: [WiX-users] XmlFile failing to open installed file > > John, > > Why the double slashes at the beginning of your element names? Just one > slash... > >

  1   2   >