<Condition> <![CDATA[Installed OR (VersionNT = 501)]]> </Condition>

will install only on Windows XP 32-bit.


Any one, please help me to set the condition for the below OS which will
install only on that particular OS
1. Windows Server 2008
2 .Windows Server 2012.


Anyone Help me?



On Tue, Aug 27, 2013 at 4:20 PM, dileep s <dileep.sanamp...@gmail.com>wrote:

> Hi Blair,
>
> Thank you for the information.
>
> I am checking windows version to install the MSI/EXE file.
>
> Ex: In my code, I have used for Windows XP 32 bit,
>     <Condition> <![CDATA[Installed OR (VersionNT = 501)]]> </Condition>
>
> So, installer will installs only Windows XP 32 bit machine.
>
> Same like, I have to create windows Installer for Windows Server 2008 and
> Windows Server 2012.
>
> How can I differentiate Windows server 2008 and Windows Vista as they have
> same VersionNT values.
>
> Regards,
> Dileep
>
>
>
> On Tue, Aug 27, 2013 at 3:19 PM, Blair Murri <os...@live.com> wrote:
>
> > I'm not understanding your request. VersionNT is a property indicating
> the
> > platform "version" of windows, expressed (in the case of MSI) as an
> integer.
> > If you tell us what you are trying to do with VersionNT and what you want
> > your package to do between different platforms, we could help more. An
> > example of your current non-working code would help as well.
> >
> > > Date: Tue, 27 Aug 2013 12:49:10 +0530
> > > From: dileep.sanamp...@gmail.com
> > > To: wix-users@lists.sourceforge.net
> > > Subject: [WiX-users] [Wix]: Conditional installation for Windows Server
> > 2008/Windows Server 2012
> > >
> > > Hi All,
> > >
> > > I have created MSI/EXE using Wix based on OS (Operating System).
> > >
> > > Used VersionNT property values for creating MSI/EXE.
> > >
> > > Installation is not working for Windows Server 2008/Windows Server
> 2012.
> > >
> > > How can I check the conditional installation for Windows Server
> > > 2008/Windows Server 2012.
> > >
> > > Please help me to solve this...
> > >
> >
> ------------------------------------------------------------------------------
> > > Introducing Performance Central, a new site from SourceForge and
> > > AppDynamics. Performance Central is your source for news, insights,
> > > analysis and resources for efficient Application Performance
> Management.
> > > Visit us today!
> > >
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > > _______________________________________________
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> ------------------------------------------------------------------------------
> > Introducing Performance Central, a new site from SourceForge and
> > AppDynamics. Performance Central is your source for news, insights,
> > analysis and resources for efficient Application Performance Management.
> > Visit us today!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> ------------------------------------------------------------------------------
> Introducing Performance Central, a new site from SourceForge and
> AppDynamics. Performance Central is your source for news, insights,
> analysis and resources for efficient Application Performance Management.
> Visit us today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to