Reply to Thread

Post a reply to the thread: Adjust Hardware Checking

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 05-18-2012, 10:51 AM
    linder

    Re: Adjust Hardware Checking

    Perfect! Thanks for the update

    Friedrich
  • 05-18-2012, 10:50 AM
    linder

    Re: Adjust Hardware Checking

    See my other post There is a bug in your code.

    Does this help?

    Friedrich
  • 05-18-2012, 10:50 AM
    ender

    Re: Adjust Hardware Checking

    THANK YOU! I got figured out after I opened your variable...I was using "Set Variable" NOT "Get System Info" like your example.

    Was about to repost that your example showed did it....but you all ready replied....

    Again thank you
  • 05-18-2012, 10:42 AM
    ender

    Re: Adjust Hardware Checking

    The issue is the installer will NOT run. It will exit\kill the installtion. The test machines ALL have more than 1024 MBs of RAM.
  • 05-18-2012, 10:41 AM
    linder

    Re: Adjust Hardware Checking

    BTW, see your second line. $MEM_AVAILPHYS$ is a constant. But you are using $MEM_AVAILPHYS$" -- note the additional quote ("). Remove that and it should work okay.

    Friedrich
  • 05-18-2012, 10:29 AM
    linder

    Re: Adjust Hardware Checking

    Hello,

    It's very simple. If the available memory is less than 1024 (MB) then your code will terminate the application. So in your case, the available memory is less than 1024 ;-) Just display the value of the %AVAILABLE_MEMORY% variable and you'll find that it is < 1024.

    I have developed and uploaded a test for you:

    http://www.lindersoft.com/projects/memorycheck.zip

    See attached screenshots.

    Does this help?

    Friedrich
  • 05-18-2012, 09:28 AM
    ender

    Re: Adjust Hardware Checking

    Using the same code provided, the installer will exit with error on first run. I have tested on machine with variations from 1 GIG to 4 GIG. Also, the extra parentheses were added automatically. Please attached images below; the second image was taken off Win7 machine with 2048 MBs.
  • 05-17-2012, 08:24 AM
    linder

    Re: Adjust Hardware Checking

    Great. You are welcome!

    Friedrich
  • 05-17-2012, 08:19 AM
    ender

    Re: Adjust Hardware Checking

    Thats what I was looking for; a way to adjust the RAM req.

    Thank you.
  • 05-17-2012, 07:57 AM
    linder

    Re: Adjust Hardware Checking

    Or the attached if you check for administrator privileges on XP and below.

    Friedrich
This thread has more than 10 replies. Click here to review the whole thread.

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •