Re: [WiX-users] Overridden install path is ignored

2014-06-26 Thread Kai Peters
Thanks for your pointer! I did - what I failed to do was uppercase it... K On Thu, 26 Jun 2014 15:02:59 -0500, Carter Young wrote: > Did you specify the Property ID for WIXUI_INSTALLDIR? > > See Here: > http://wixtoolset.org/documentation/manual/v3/wixui/dialog_reference/wixui_installdir.htm

Re: [WiX-users] Wix Burn -> Error 0x80070570: Failed to extract all files from container, erf: 1:4:0

2014-06-26 Thread Bob Arnson
On 6/25/2014 10:01 AM, Anton Iermolenko wrote: > Does Wix Bootstrapper extract something into the directory where Setup.exe > is located? No but you can use Process Monitor from SysInternals to watch everything it does. It'll pinpoint when the error occurs. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Overridden install path is ignored

2014-06-26 Thread Carter Young
Did you specify the Property ID for WIXUI_INSTALLDIR? See Here: http://wixtoolset.org/documentation/manual/v3/wixui/dialog_reference/wixui_installdir.html and here: http://stackoverflow.com/questions/3296277/wixdefault-directory-in-wixui-installdir Carter Quoting Kai Peters : > Hi, > > i have

[WiX-users] Overridden install path is ignored

2014-06-26 Thread Kai Peters
Hi, i have built an MSI with WIX (WixUI_INSTALLDIR) which installs just fine except for one thing: If a user overrides the default install path, the install still goes to the default directory. I have no clue where to even begin looking... What could be going on? Thanks for any help, K ---

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-06-26 Thread Phill Hogland
I concur with John's post. I make sure all projects can be built using scripts that call MSBuild and VS. I avoid using VS events (PostBuild) in favour of BeforeBuild and AfterBuild nearly every project. There are other helpful MSBuild targets which can be reviewed by enabling a verbose build lo

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-06-26 Thread John Cooper
It shouldn't, especially if the target is properly annotated with Inputs and Outputs attributes. I use it extensively both in wixproj's and generally in "ordinary" *proj's including sqlproj. And I always verify I can build both from VS and from the command line. "If you can't build from the co

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-06-26 Thread Tony
Interesting, I wonder if BeforeBuild has the same (apparent, yet to be confirmed) issue a PreBuild? I'll go read upon the two actions. On Thu, Jun 26, 2014 at 10:42 AM, John Cooper wrote: > In my experience, using the BeforeBuild/AfterBuild targets explicitly is > always a better choice than P

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-06-26 Thread John Cooper
In my experience, using the BeforeBuild/AfterBuild targets explicitly is always a better choice than PreBuild or PostBuild. The only advantage of PreBuild/PostBuild is you don't need to know any MSBuild syntax. That's also the main disadvantage. -- John Merryweather Cooper Build & Install Eng

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-06-26 Thread Tony
I know this conversation is a bit old, but I figured out the real issue. And it is worth sharing in case others run into a similar problem. It appeared as though we had a build order issue with our wix projects as described elsewhere in this thread (works in VS, but fails with MSBuild). I "fixed"

Re: [WiX-users] Quick WiX/Dutil query

2014-06-26 Thread Hoover, Jacob
3.9. It uses the atom feed with the existing extensions defined by WiX (but the spec hasn't been released) to locate the updates, and the Update element of the bundle to identify the feed. If Update/@Location is specified, the engine will now try to parse it if OnDetectUpdateBegin returns IDOK

Re: [WiX-users] Quick WiX/Dutil query

2014-06-26 Thread Sean Farrow
Hi Jacob, What branch is this in, 3.90 or 4? Kind regards Sean. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: 25 June 2014 20:14 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Quick WiX/Dutil query Another option would be to uti