[WiX-users] Conditional Install

2014-09-12 Thread newuser2014
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

[WiX-users] conditional install based on contents of SQL table

2011-06-15 Thread Stu
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

Re: [WiX-users] Conditional install question

2009-01-06 Thread Scott Sam
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

Re: [WiX-users] Conditional install question

2009-01-06 Thread Kamil Mierzejewski
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

Re: [WiX-users] Conditional install question

2009-01-06 Thread Rob Mensching
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

[WiX-users] Conditional install question

2009-01-06 Thread Scott Sam
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

Re: [WiX-users] Conditional install of feature

2008-08-14 Thread Wilson, Phil
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

Re: [WiX-users] Conditional install of feature

2008-08-14 Thread Eitan Behar
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

Re: [WiX-users] Conditional install of feature

2008-08-13 Thread Jeff Eldridge
. 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

Re: [WiX-users] Conditional install of feature

2008-08-13 Thread Wilson, Phil
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

Re: [WiX-users] Conditional install of feature

2008-08-12 Thread Jeff Eldridge
. 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

Re: [WiX-users] Conditional install of feature

2008-08-12 Thread Wilson, Phil
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

Re: [WiX-users] Conditional install of feature

2008-08-12 Thread Jeff Eldridge
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

Re: [WiX-users] Conditional install of feature

2008-08-11 Thread Wilson, Phil
: 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

[WiX-users] Conditional install of feature

2008-08-11 Thread Jeff Eldridge
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

Re: [WiX-users] Conditional Install based on another Product existing

2007-06-06 Thread Rob Mensching
: [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

[WiX-users] Conditional Install based on another Product existing

2007-06-05 Thread Magus
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

Re: [WiX-users] Conditional Install of the Office 2003 PIAs

2007-03-30 Thread Wilson, Phil
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

Re: [WiX-users] Conditional Install of the Office 2003 PIAs

2007-03-30 Thread Chris Bardon
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

Re: [WiX-users] Conditional Install of the Office 2003 PIAs

2007-03-29 Thread Wilson, Phil
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

[WiX-users] Conditional Install of the Office 2003 PIAs

2007-03-29 Thread Chris Bardon
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

Re: [WiX-users] Conditional Install

2006-12-13 Thread Alexander Biryukov
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

Re: [WiX-users] Conditional Install

2006-12-13 Thread André Pönitz
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

[WiX-users] Conditional Install

2006-12-13 Thread Jonas Abrams
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

Re: [WiX-users] conditional install

2006-12-13 Thread Thomas Svare
-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

Re: [WiX-users] conditional install

2006-12-13 Thread Bob Arnson
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

Re: [WiX-users] conditional install

2006-12-13 Thread Thomas Svare
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

Re: [WiX-users] conditional install

2006-12-09 Thread Bob Arnson
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

[WiX-users] conditional install

2006-12-09 Thread Thomas Svare
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

[WiX-users] Conditional Install, change feature level

2006-08-31 Thread Filippov Anton
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