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
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/
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
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
---
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
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
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
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
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"
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
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
11 matches
Mail list logo