Re: [WiX-users] Ram size checking

2009-03-18 Thread Holmgren Mathias
> 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.

Re: [WiX-users] Ram size checking

2009-03-18 Thread W. Craig Trader
--Original Message- From: Hukumchand Shah [mailto:hukum.s...@gmail.com] Sent: Wednesday, March 18, 2009 12:47 PM 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 al

Re: [WiX-users] Ram size checking

2009-03-18 Thread Frederico Rico Apostolo
-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 not

Re: [WiX-users] Ram size checking

2009-03-18 Thread Wilson, Phil
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

Re: [WiX-users] Ram size checking

2009-03-18 Thread Hukumchand Shah
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 ad

Re: [WiX-users] Ram size checking

2009-03-17 Thread Holmgren Mathias
> I want to check Ram size before i start actual installation same as free > disk space checking. Check out launch conditions. Like this PhysicalMemory >= 512 -- Apps built with the Adobe(R) Flex(R) framework and

[WiX-users] Ram size checking

2009-03-17 Thread Hukumchand Shah
Hi All, I want to check Ram size before i start actual installation same as free disk space checking. I am new to wix. Does anyone knows, how to do this? Please help it's urgent. Thanks & regards, Hukum -- Apps built wit