Dear All,
I'm trying to create an msi that would, base on user selection during the
installation process, install either the admin or regular user of the
application. This access right is controlled by an element
ApplicationName.exe.config file (this is not an ideal solution, but for the
interest
Hello,
I'd like to place a check in an install that confirms the version of the
application's database. This info is stored in a versions table.
The rationale is I'd only like install to go ahead once the database has been
updated, but I want to keep this process separate from the installation
Thanks that worked.
-Original Message-
From: Kamil Mierzejewski [mailto:kamil.mierzejew...@techland.pl]
Sent: Tuesday, January 06, 2009 12:17 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Conditional install question
Conditionally set feature
Conditionally set feature conditions to 0 (exlusivelly).
Use Condition element under Feature element with Level="0" and
appropriate condition.
W dniu 2009-01-06 18:06, Scott Sam pisze:
> I have Office plugins that can be installed. One for office 2007 and one
> for Office 2003. Each plugin has i
Yes, Feature/Condition.
-Original Message-
From: Scott Sam [mailto:s...@clearviewecm.com]
Sent: Tuesday, January 06, 2009 09:07
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Conditional install question
I have Office plugins that can be installed. One for
I have Office plugins that can be installed. One for office 2007 and one
for Office 2003. Each plugin has its own feature. I currently have to
registry searches set up to check if either of the two office versions
are installed or not. Is it possible to make the feature's visible in
the feature tr
2:58 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Conditional install of feature
The original install is InstallScript based (and was called out as such in the
original email).
The search
ECTED] [
> [EMAIL PROTECTED] On Behalf Of Wilson, Phil [
> [EMAIL PROTECTED]
> Sent: 13 August 2008 22:31
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Conditional install of feature
>
> What about whether the very old InstallShield is a
.
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Wilson, Phil [EMAIL
PROTECTED]
Sent: 13 August 2008 22:31
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Conditional install of feature
What about whether the very old InstallShield is an MSI-based install
s Installer XML toolset.
Subject: Re: [WiX-users] Conditional install of feature
Ok, all valid points and need to be looked at. But, what about my original
question?
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Wilson, Phil [EMAIL
PROTECTED]
Sent: 12
.
Subject: Re: [WiX-users] Conditional install of feature
That sounds a bit odd if I understand correctly. There's already an installed
product and you're installing on top of it, but it's apparently not an upgrade.
Don't you end up with two entries in Add/Remove Programs
Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Eldridge
Sent: Tuesday, August 12, 2008 12:14 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Conditional install of feature
Hi Phil,
Neither. Because the original install
Jeff
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Wilson, Phil [EMAIL
PROTECTED]
Sent: 11 August 2008 17:43
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Conditional install of feature
What kind of upgrade are we looking at he
: Monday, August 11, 2008 6:36 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Conditional install of feature
Hi All,
I have a Wix2 setup that is designed to "upgrade" a product installation to a
known level. The original installation was InstallShield/Ins
Hi All,
I have a Wix2 setup that is designed to "upgrade" a product installation to a
known level. The original installation was InstallShield/InstallScript based.
The product is essentially made up of a Client component and a Server
component. The install has a couple of FileSearch-es to set p
: [WiX-users] Conditional Install based on another Product existing
I have an application that I only want to install if they have another
product installed. Is there anyway to do this?
--
View this message in context:
http://www.nabble.com/Conditional-Install-based-on-another-Product-existing
I have an application that I only want to install if they have another
product installed. Is there anyway to do this?
--
View this message in context:
http://www.nabble.com/Conditional-Install-based-on-another-Product-existing-tf3875077.html#a10980182
Sent from the wix-users mailing list archi
rt.microsoft.com/kb/908002
Phil Wilson
From: Chris Bardon [mailto:[EMAIL PROTECTED]
Sent: Friday, March 30, 2007 5:37 AM
To: Wilson, Phil; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Conditional Install of the Office 2003 PIAs
I might just try that, but th
ursday, March 29, 2007 2:15 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Conditional Install of the Office 2003 PIAs
I don't think it's worth the added complication. Just install the PIAs
in the bootstrapper.
Phil Wilson
eforge.net
Subject: [WiX-users] Conditional Install of the Office 2003 PIAs
I have an installer for a product with an optional Office 2003 Addin
that requires the Office 2003 PIAs, and I'm trying to figure out how I
can install the assemblies only if the component is selected in the
f
I have an installer for a product with an optional Office 2003 Addin
that requires the Office 2003 PIAs, and I'm trying to figure out how I
can install the assemblies only if the component is selected in the
feature tree. A bootstrapper will launch the PIA MSI beforehand,
wouldn't it?
I'm curr
Feature conditions are evaluated during the CostFinalize action, which
comes before WelcomeDlg action.
Modify your code :
And modify condition code to valid syntax :
--
Alexander Biryukov
On Thu, 14 Dec 2006 09:10:54 +0300, Jonas Abrams
<[EMAIL PROTECTED]> wrote:
> Hey everyone,
>
> I am
Jonas Abrams wrote:
> Hey everyone,
Hi.
> I am trying to base the installation of a feature in my
> install on a property that gets set through a custom action
> and have been unable to get it to work correctly. These are
> the steps that I am following:
>
>
>
> I first set up my property
Hey everyone,
I am trying to base the installation of a feature in my install on a
property that gets set through a custom action and have been unable to get
it to work correctly. These are the steps that I am following:
I first set up my property:
Now I have my feature information (I h
-users] conditional install
Thomas Svare wrote:
The new problem I'm running into is MsiNtProductType is not defined when
the action InstallFiles runs so MsiNtProductType acts as a logical false
when my components' condition is evaluated. I know this is more of a
Windows Installer ques
Thomas Svare wrote:
The new problem I'm running into is MsiNtProductType is not defined
when the action InstallFiles runs so MsiNtProductType acts as a
logical false when my components' condition is evaluated. I know this
is more of a Windows Installer question but I was wondering if anyone
cember 09, 2006 4:47 PM
To: Thomas Svare
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] conditional install
Thomas Svare wrote:
I've got to install a component on Windows 2000 and greater with the
exception of Vista. The component needs to install on Longhorn. I know
Long
Thomas Svare wrote:
I've got to install a component on Windows 2000 and greater with the
exception of Vista. The component needs to install on Longhorn. I
know Longhorn isn't completed yet and is subject to change but I have
to try to make it work with what's available today. The following
Hello,
I've got to install a component on Windows 2000 and greater with the
exception of Vista. The component needs to install on Longhorn. I know
Longhorn isn't completed yet and is subject to change but I have to try
to make it work with what's available today. The following condition
work
Hi. I'm new to WiX and I have some question.
I have a client-server app, and my install sequence is
---...
allow users to choose "Server Install", "Client Install" or
"Custom Install"
On I've placed buttons which set InstallMode property.
This way is not right, be
30 matches
Mail list logo