http://bugs.winehq.org/show_bug.cgi?id=4802
------- Additional Comments From truiken@gmail.com 2006-07-06 19:00 ------- The original CreateService bug has been fixed, but there is one last bug keeping the Oracle Client installer from working (on some machines). In msi, we set the property 'PhysicalMemory' by calling GlobalMemoryStatusEx and wsprintf'ing the total memory reported into a string. On a machine with enough ram, >2gb, the integer value is overflowing into the negatives and when the installer checks if we have at least 256mb of ram, it bails out because we're reporting a negative amount. I have a patch for this that I'll send shortly.