That value comes from Windows - the MSI property - so there's nothing you can 
do about except raise an issue with Microsoft. Why can't you just change the 
condition? 
Phil Wilson 


-----Original Message-----
From: Hukumchand Shah [mailto:hukum.s...@gmail.com] 
Sent: Wednesday, March 18, 2009 9:47 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Ram size checking

Hi,

Thank you for the reply.
I tested this on windows 2008,2003 and XP, on all of these machine actual
ram size is 2048MB
But in wix it shows PhysicalMemory = 2005.
So it's causing problem for me.
I can't put  PhysicalMemory >= 2048 condition.

so what's the solution?

Please help. Thank you in advance.

Regards,
Hukum

On Tue, Mar 17, 2009 at 7:24 PM, Holmgren Mathias
<mathias.holmg...@six.se>wrote:

> > I want to check Ram size before i start actual installation same as
> free
> > disk space checking.
>
> Check out launch conditions. Like this
>
> <Condition Message="Installing $(var.ApplicationFullName) requires at
> least 512 Mb primary memory.">
>      PhysicalMemory >= 512
> </Condition>
>
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to