Thanks Christopher, that is very helpful. I will certainly look into Feature
and Components conditions...
Since I posted this I have for the first time turned on verbose logging, and
that is giving me a much better feel for these execution sequences. I mention
that here because with verbose lo
I've built a custom UI based on WixUI_Mondo [WiX v3.5.2519.0] ... following
the pattern outlined in the WiX Tutorial
[http://www.tramontana.co.hu/wix/index.php] and by Neil Sleightholm
[http://neilsleightholm.blogspot.com/2008/08/customised-uis-for-wix.html]
... but I'm experiencing some weirdness
Yes, it's still the same installation ui / execute sequence. It's just the UI
will be different because conditional expressions on dialogs evaluate
differently. For example you might get a MaintenanceWelcome dialog install of
an InstallWelcome dialog.
It's also important to understand the c
As I understand it, the sequence in which actions are executed is determined by
the rows in the InstallExecuteSequence installer database table and will
proceed in ascending order based on the value of the Sequence column, of course
depending on whether or not the Boolean expression in the Condi
I'm trying to set permissions on a file like this, using WiX 3.5:
And after install I don't see any explicit permissions for [IUSR_USERNAME],
(which should resolve to NT_AUTHORITY/IUSR on my Windows 7 box, I think).
Netw
Hello,
After several missed opportunities I've finally got a crash dump and was able
to run a quick analysis. Using Wix 3.6.1706.0 light crashes intermittently on
our build machines. This crash was also observed with 3.5 release. I'm
continuing to look into this but was wondering if those fa
Related to my post yesterday, it is clear i'm getting the keyset does not
exist exception due to the permissions set by wix. So my question is, is
there a way to set a certificate with predefined permissions somewhere in
.wxs file somewhere? (or elsewhere)
-
According to http://msdn.microsoft.com/en-us/library/ms525353.aspx, it
appears there's a space between "D," and the hex number.
On Wed, May 25, 2011 at 3:24 AM, Kiseleva Elena wrote:
> Hi!
>
> I want to define the content expiration for some folder on IIS7 during
> installation. When I define it
Thanks to all who have Liked the page so far. We have been able to claim
http://www.facebook.com/wixtoolset now, though the link below should still
work (albeit not as memorable).
For the time being, we'll continue to publish toolset updates through the
Facebook page.
On Tue, May 24, 2011 at 11:13
Hi!
I want to define the content expiration for some folder on IIS7 during
installation. When I define it like:
|
|
but it doesn't work. In this case when I open my directory (for which I
defined HttpExpires) in IIS manager, click "HTTP Response Headers" in
the center of window, click "Set Co
WiX.chm has walk through for some basics.
On Wed, May 4, 2011 at 1:36 AM, Christoph Goetz wrote:
> Hello,
>
> do you know if there is a tutorial for Burn
> Just some examples for all the commands.
>
> Thanks in advance,
>
> Christoph
>
>
>
>
> -
Not yet.
On Mon, May 2, 2011 at 11:38 PM, Sean Farrow
wrote:
> Hi:
> I know there was some discussion about the ability to run an msi (for the
> ui portion of an installation) rather than letting burn deal with this?
> Is this doable as yet?
> Any help appreciated.
> Regards
> Sean.
>
> -
Yes, the wixstdba needs a lot of UI work to make it prettier and behave
better. If you look at the bugs open on Burn, you'll find the grand majority
of them are on Engine behavior. When there are fewer bugs in the Engine,
we'll start focusing on the BA.
On Fri, May 6, 2011 at 1:09 AM, Timo Viitan
We don't add numbers because the Ids need to stay consistent for patching
reasons and incrementing a number would not guarantee that the Ids would
remain stable.
On Fri, May 13, 2011 at 2:40 AM, Pally Sandher wrote:
> >From the manual page at
> http://wix.sourceforge.net/manual-wix3/wix_xsd_file.
Depending on what of that path can vary from system to system, you could use
[SystemFolder]config\systemprofile\appdata\roaming, but 1) why roaming for a
system (local) service, and 2) can it be some other directory?
If it can be a locked down but shared directory, you might instead use
[CommonApD
You can set it as a public property (all caps). In your dialog events, call
the SetProperty control event to set it as needed.
On Tue, May 24, 2011 at 10:16 PM, Sergey wrote:
> Hello,
>
> I have installation with a lot of features. CustomizeDlg allows to
> select what features to install.
> If u
I usually just use a condition of "REINSTALL OR NOT Installed", as my actions
aren't tied to a
specific feature.
Rob
On 24/05/2011 17:00, Bradley Ward wrote:
> Hi Rob,
>
> I've just been focusing on the basic install/uninstall right now, but I would
> like to use a few of these actions in a re
How to write this custom action, which sum filesize values for all
features, marked for installation? What language can i use for it? How
to find out, if feature marked for installation?
filesize for each feature i can hard write into code (it is known at
design time).
25.05.2011 9:15, Blair
18 matches
Mail list logo