This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- PhysicalMemory Property off
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 08, 2009
04:27 PM
PhysicalMemory Property off
PhysicalMemory property reports 511 MB of memory
Windows says 512....
Installer is looking for anything 512 and higher..
is there anyway to override the physicalmemory property at runtime?
Windows says 512....
Installer is looking for anything 512 and higher..
is there anyway to override the physicalmemory property at runtime?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 08, 2009
05:21 PM
This property is set by the Windows Installer service (likely from the results from a call to GetPhysicallyInstalledSystemMemory or GlobalMemoryStatusEx APIs). Because this is a private property, it cannot be changed (more specifically, any changes to this property will not be passed from the UI to execute sequence).