[WiX-users] Message Queues

2008-11-05 Thread David Gonzalez
if anyone had a working example lying around that I could use as reference or any type of problems anyone else has experienced. Heres the code for my message queues: Is there anything I'm missing o needs modification. Thank You,

Re: [WiX-users] Writing to an XML Elements Inner Text

2008-10-30 Thread David Gonzalez
Found the problem, I had put all my properties in a separate fragment wix file but it wasn't reading them. It wrote into the inner text when I put the properties inside the main product.wxs. Thanks Again, David -Original Message- From: David Gonzalez [mailto:[EMAIL PROTECTED]

[WiX-users] Writing to an XML Elements Inner Text

2008-10-30 Thread David Gonzalez
Greetings to all, I've been looking for an example of how to write into an XML elements inner text. In this even possible with WiX? The node I'm trying to modify is of this sort.. MSCrmServices/2007/CrmService.asmx I am able to arrive at that node but whe

[WiX-users] MSMQ Error

2008-10-29 Thread David Gonzalez
Greetings to all, I am currently using Wix to install some MSMQueues, I get a successful build but the installer fails. When I look at the log it says this: MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to create message queue MessageQueuingExecuteInstall: Error 0xc00e0005: Failed to c

Re: [WiX-users] Question about WiX

2008-10-23 Thread David Gonzalez
and shouldn't be used. I almost convinced VS to deprecate them... but they are still there. -Original Message- From: David Gonzalez [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 11:02 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Question about WiX Pretty s

[WiX-users] Question about WiX

2008-10-23 Thread David Gonzalez
Pretty simple question but I really don't know the answer so might as well post it. A coworker of mine asked me if WiX uses the .net installer classes ? I imagine he meant if the wix xml elements map to a respective entity or operation in these installer classes? Anyones insight on this would

[WiX-users] User Defined File Sources

2008-08-04 Thread David Gonzalez
al steps of the installation. Is this possible? This is pretty much what I mean... Can I substitute the "MySourceFiles" part with a directory value entered by the user before beginning the installation process... can this