Ye

<Condition Message="Installing $(var.ApplicationFullName) requires at
> least 512 Mb primary memory.">
>      PhysicalMemory >= (desiredMemoryValue*0.9)
> </Condition>

live isn't usually perfect... and this doesn't look bad, I guess unless in 5 
years u needed 16Gb and u put 14.6Gb and windows tells PhysicalMemory == 
14.5Gb. ok maybe I coded a little to much today lol. By the way

using Microsoft.Deployment.WindowsInstaller;
[CustomAction]
Rulled my day I didn't found in wix manual 3.0 but put it there because I could 
had a day work saved ehehe, guess in the updates I did to wix toolset I never 
realized I had a new template, great work to the wix development team.


-----Original Message-----
From: Wilson, Phil [mailto:phil.wil...@wonderware.com]
Sent: quarta-feira, 18 de Março de 2009 17:15
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Ram size checking

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


______________________________________________________________________

Esta mensagem e ficheiros anexos incluem matéria privada, confidencial e 
legalmente protegida, 
exclusivamente destinada a quem nela conste como destinatário. Se recebeu esta 
mensagem por 
engano, agradecemos que informe de imediato o remetente e que elimine a 
mensagem e os 
ficheiros sem os utilizar, divulgar ou reproduzir.

This message and attached files contain private, confidential and legally 
privileged information, 
exclusively intended for the named addressees. If you have received this 
message in error, 
please contact the sender immediately and delete the message and files without 
utilization, 
circulation or reproduction.


------------------------------------------------------------------------------
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