Re: [WiX-users] Detecting Server 2008 Core

2009-03-11 Thread Alex Ivanoff
Adding it to InstallUISequence fixed it. Thanks. -Original Message- From: Don Benson [mailto:dbenso...@gmail.com] Sent: Wednesday, March 11, 2009 14:36 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Detecting Server 2008 Core Look at the CustomAction

Re: [WiX-users] Detecting Server 2008 Core

2009-03-11 Thread Don Benson
NOT REMOVE > > > > But my DetectServerCore never gets called. What am I doing wrong? > > > -Original Message- > From: Don Benson [mailto:dbenso...@gmail.com] > Sent: Wednesday, March 11, 2009 13:04 > To: General discussion for Windows Installer XML toolset.

Re: [WiX-users] Detecting Server 2008 Core

2009-03-11 Thread Alex Ivanoff
toolset. Subject: Re: [WiX-users] Detecting Server 2008 Core Where to schedule the CA depends on how you intend to use the results. If you want to use it to prevent installation, you should schedule it before LaunchConditions as an immediate CA and use a Condition element based on the property set

Re: [WiX-users] Detecting Server 2008 Core

2009-03-11 Thread Don Benson
possible using WiX or WiX extensions. > > > -Original Message- > From: Jeremy Farrell [mailto:jfarr...@pillardata.com] > Sent: Sunday, March 08, 2009 20:17 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-use

Re: [WiX-users] Detecting Server 2008 Core

2009-03-11 Thread Alex Ivanoff
If I write custom action to detect Server 2008 Core installation where should I schedule it? -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabil

Re: [WiX-users] Detecting Server 2008 Core

2009-03-10 Thread Alex Ivanoff
Would it be a good addition to WiX extensions? -Original Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Tuesday, March 10, 2009 15:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Detecting Server 2008 Core Well, I didn&#

Re: [WiX-users] Detecting Server 2008 Core

2009-03-10 Thread Chad Petersen
m: Alex Ivanoff [mailto:alex.ivan...@shavlik.com] Sent: Tuesday, March 10, 2009 1:27 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Detecting Server 2008 Core I would not use the suggested "explorer.exe" trick. What if Windows Server team decides to add expl

Re: [WiX-users] Detecting Server 2008 Core

2009-03-10 Thread Alex Ivanoff
ussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Detecting Server 2008 Core This looked interesting http://blog.deploymentengineering.com/2008/04/detecting-windows-server-2 008-installed.html -Original Message- From: Alex Ivanoff [mailto:alex.ivan...@shavlik.com] Se

Re: [WiX-users] Detecting Server 2008 Core

2009-03-10 Thread Chad Petersen
. Subject: Re: [WiX-users] Detecting Server 2008 Core MsiNTProductType only tells whether it is a workstation, server or domain controller. It does not tell whether it is a Core installation. -Original Message- From: Wilson, Phil [mailto:phil.wil...@wonderware.com] Sent: Monday, March 09

Re: [WiX-users] Detecting Server 2008 Core

2009-03-09 Thread Alex Ivanoff
Installer XML toolset. Subject: Re: [WiX-users] Detecting Server 2008 Core It's basically the same as the Vista check (the values in VersionNT and WindowsBuild are identical to the Server 2008 values in some cases) then add a check for the value of the MsiNTProductType property. Server 2008 retu

Re: [WiX-users] Detecting Server 2008 Core

2009-03-09 Thread Wilson, Phil
It's basically the same as the Vista check (the values in VersionNT and WindowsBuild are identical to the Server 2008 values in some cases) then add a check for the value of the MsiNTProductType property. Server 2008 returns 3, Vista returns 1. Phil Wilson -Original Message- From:

Re: [WiX-users] Detecting Server 2008 Core

2009-03-08 Thread Olex
.com] > Sent: Sunday, March 08, 2009 20:17 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Detecting Server 2008 Core > > http://www.letmegooglethatforyou.com/?q=Detecting+Server+2008+Core > > > -Original Message- > > Fr

Re: [WiX-users] Detecting Server 2008 Core

2009-03-08 Thread Alex Ivanoff
. -Original Message- From: Jeremy Farrell [mailto:jfarr...@pillardata.com] Sent: Sunday, March 08, 2009 20:17 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Detecting Server 2008 Core http://www.letmegooglethatforyou.com/?q=Detecting+Server+2008+Core

Re: [WiX-users] Detecting Server 2008 Core

2009-03-08 Thread Jeremy Farrell
http://www.letmegooglethatforyou.com/?q=Detecting+Server+2008+Core > -Original Message- > From: Alex Ivanoff [mailto:alex.ivan...@shavlik.com] > Sent: Saturday, March 07, 2009 7:10 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Detecting Server 2008