.
Subject: Re: [WiX-users] Getting notification of an upgrade
Yeah, whatever you want to do.
On Thu, Sep 29, 2011 at 9:47 AM, Tom Quarendon
wrote:
> And so the point is that I then need to author my own dialog that gets
> displayed based on that property being set?
> Thanks.
>
> -Ori
I can reference a component in two features if I want to make it install if
either one is selected. So that gives me an OR operation. What I want is to
install a component only if two features are selected, that is an AND. Any way
of doing this?
Thanks.
-
.
Subject: Re: [WiX-users] Getting notification of an upgrade
If you use the MajorUpgrade element, it should set the WIX_UPGRADE_DETECTED
property. If you do your own major upgrade authoring, you can create a property
of your own choosing.
On Wed, Sep 28, 2011 at 1:58 PM, Tom Quarendon
wrote:
> I
I've been playing with understanding upgrading in MSI/WiX, but the thing that
I've not yet understood is that the upgrade appears to happen completely
silently.
How do I get some kind of feedback in the user interface to say "we've found
version x already installed, this will upgrade it", and ma
> Heat converts the registry information it gathers into strongly-typed
> WiX authoring. Take a look at
> src\ext\UtilExtension\wixext\UtilFinalizeHarvesterMutator.cs for where
> that particular magic happens.
I found that bit shortly after I posted. Thanks though.
> If they're components you'
It trying to harvest some COM registration information from a couple of
COM servers, one a DLL and one an EXE. I'm trying to use heat, and it
seems to work for the DLL but not completely for the EXE.
For the DLL I get a TypeLib element containing an AppId containing Class
elements, and the TypeL
6 matches
Mail list logo