+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Adjust Hardware Checking

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Adjust Hardware Checking

    Can the hardware checking be changed from 512MB to 1024MB?

    Can the hardware dialoag boxes be edited? - Changed the Title bar

    Can the ran as Administrator warning box be edited? - Change the Title bar

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Adjust Hardware Checking

    Hello,

    1+2) See attached screenshot. Just do it from the script and you have full control over it.

    3) The elevation prompt comes from the Windows operating system, NOT from your installer.

    Does this help?

    Friedrich
    Attached Images Attached Images  

  3. #3
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Adjust Hardware Checking

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

    Friedrich
    Attached Images Attached Images  

  4. #4

    Default Re: Adjust Hardware Checking

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

    Thank you.

  5. #5
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Adjust Hardware Checking

    Great. You are welcome!

    Friedrich

  6. #6

    Default 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.
    Attached Images Attached Images   

  7. #7
    Join Date
    Mar 2004
    Posts
    4,307

    Default 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
    Attached Images Attached Images    

  8. #8

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

  9. #9
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Adjust Hardware Checking

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

    Does this help?

    Friedrich

  10. #10
    Join Date
    Mar 2004
    Posts
    4,307

    Default 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
    Attached Images Attached Images  

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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