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

2011-09-25 Thread Christopher Painter
I know what you mean. I've been trying to drink the kool-aid but so far I don't see any strategic or tactical advantage in going from msbuild to workflow. My msbuild automation worked really well and was elegant to boot. Workflow feels like treating build automation as if it's front page.

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

2011-09-25 Thread John Robbins
Sorry! That I don't know. I try to avoid messing with TFS 2010 Build work flow. John Wintellect http://www.wintellect.com +1-877-968-5528 -Original Message- From: John Bergman [mailto:john.berg...@xpedienttechnologies.com] Sent: Friday, September 23, 2011 10:11 PM To: John Robbins; Gener

Re: [WiX-users] WiX SQL Module - Help Please

2011-09-25 Thread Rob Mensching
The SQL custom actions use the OLE DB provider, so I expect the answer is "No". It'd be great if we had it though. On Sat, Sep 24, 2011 at 7:41 PM, Matthew wrote: > Hi All, > > > > This may not be the correct list to ask this on, so sorry in advance if > this > is the case. > > > > Can the SQL m

Re: [WiX-users] Dependency warnings I don't quite get...

2011-09-25 Thread Mark Modrall
Okay, I double-checked with Orca, and the msi has PTCoreModule with Language=1033, Version=1.0.0.0 in the ModuleSignature table, and all the references to it in the ModuleDependency table have RequiredLanguage=1033, RequiredVersion=1.0.0.0. So I'm still not understanding why I'm getting the war

Re: [WiX-users] How does order of controls in dialog XML affect dialog behavior?

2011-09-25 Thread Gary Gocek
Yes, in my opinion, it's a bug. I had a dialog with no selectable controls (only Text controls) except for the Back-Next-Cancel button strip. The Next button was the only one marked as default, but the Back button (incorrectly) came up as default. If I added an Edit control, the Next button worked