Re: [WiX-users] Best way to invoke Wix from a TFS build workflow?

2011-09-22 Thread David Rickard (USA)
bit more work on the msbuild side ( build parameters and preprocessor definitions in the wixproj and wixs ) but it doesn't require any workflow changes. -------- From: "David Rickard (USA)" Sent: Tuesday, September 20, 2011 5:11 PM To: "wi

Re: [WiX-users] Best way to invoke Wix from a TFS build workflow?

2011-09-21 Thread David Rickard (USA)
[mailto:chr...@iswix.com] Sent: Wednesday, September 21, 2011 10:48 AM To: David Rickard (USA); General discussion for Windows Installer XML toolset. Subject: RE: [WiX-users] Best way to invoke Wix from a TFS build workflow? Open the solution up and click properties on the merge module project. Go to

Re: [WiX-users] Best way to invoke Wix from a TFS build workflow?

2011-09-21 Thread David Rickard (USA)
build parameters and preprocessor definitions in the wixproj and wixs ) but it doesn't require any workflow changes. ---- From: "David Rickard (USA)" Sent: Tuesday, September 20, 2011 5:11 PM To: "wix-users@lists.sourceforge.net" Su

Re: [WiX-users] Best way to invoke Wix from a TFS build workflow?

2011-09-21 Thread David Rickard (USA)
MergeModules from several places, including some of our own. For that separate solution, we used relative pathing to the .MSM files. John -Original Message- From: David Rickard (USA) [mailto:davri...@microsoft.com] Sent: Tuesday, September 20, 2011 5:09 PM To: wix-users@lists.sourceforge.net

[WiX-users] Best way to invoke Wix from a TFS build workflow?

2011-09-20 Thread David Rickard (USA)
I need to build some MSIs with Wix during our TFS build. Our current TFS build is using the Windows Workflow XAML files to declare the build logic. What's the best way to invoke Wix from there? Directly invoking the process from an activity? Going down to a powershell script and calling it from

Re: [WiX-users] Patch install failing on Server 2003 - Error 2920

2011-04-18 Thread David Rickard (USA)
e 4608, which is different from all the other files, which are 512. Could that be the issue? -----Original Message- From: David Rickard (USA) [mailto:davri...@microsoft.com] Sent: Monday, April 18, 2011 3:21 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-use

Re: [WiX-users] Patch install failing on Server 2003 - Error 2920

2011-04-18 Thread David Rickard (USA)
Okay well it's failing with the same error even when I generate a correct Sequence number for the intermediary patch. -Original Message- From: David Rickard (USA) [mailto:davri...@microsoft.com] Sent: Monday, April 18, 2011 2:21 PM To: General discussion for Windows Installe

Re: [WiX-users] Patch install failing on Server 2003 - Error 2920

2011-04-18 Thread David Rickard (USA)
To make it clear, this is in reference to a file that's present in the original MSI (Sequence 13), patched maybe improperly with Sequence 2 and now a second patch is trying to update it and failing. -Original Message- From: David Rickard (USA) [mailto:davri...@microsoft.com]

[WiX-users] Patch install failing on Server 2003 - Error 2920

2011-04-18 Thread David Rickard (USA)
I'm getting this error when trying to apply a patch on a Windows Server 2003 box: MSI (s) (D8:EC) [15:46:34:054]: Transforming table Error. MSI (s) (D8:EC) [15:46:34:054]: Transforming table Error. MSI (s) (D8:EC) [15:46:34:054]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (D8:EC) [15:46:34:054

Re: [WiX-users] XmlConfig action not running on patch rollback?

2011-01-19 Thread David Rickard (USA)
nd after the transform so they can properly remove data. On Mon, Jan 17, 2011 at 3:37 PM, David Rickard (USA) wrote: > Just tried with WIX 3.6.1314. Same behavior. > > -Original Message- > From: David Rickard (USA) [mailto:davri...@microsoft.com] > Sent: Monday, January 17

Re: [WiX-users] XmlConfig action not running on patch rollback?

2011-01-17 Thread David Rickard (USA)
Just tried with WIX 3.6.1314. Same behavior. -Original Message- From: David Rickard (USA) [mailto:davri...@microsoft.com] Sent: Monday, January 17, 2011 11:35 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] XmlConfig action not running on patch rollback? I've go

[WiX-users] XmlConfig action not running on patch rollback?

2011-01-17 Thread David Rickard (USA)
I've got the following component: I want to add an attribute on install of the component and remove it on uninstall. Now this works just fine when the component is part of a full install and uninstall, but does not work as part of a patch. When I apply the patc