ProjectTako / kparser

Automatically exported from code.google.com/p/kparser
1 stars 3 forks source link

SSCERuntime-ENU-x64.msi does not setup on Windows 7 Ultimate #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download SSCERuntime-ENU-x64.msi as specified under the system
requirements in the readme file
2. double click the SSCERuntime-ENU-x64.msi to begin setup
3. click "Run"

What is the expected output? What do you see instead?

expected output is for setup to run (as it did for the
SSCERuntime-ENU-x86.msi) and it installs the program. instead, i see an
error message saying the following:  This installation package is not
supported by this processor type. Contact your product vendor.

What version of the product are you using? On what operating system?

attempting to run KParser 1.3.9 on Windows 7 Ultimate

Please provide any additional information below.

the processor type is an AMD A64 X2 7850 dual core processor, if my
processor actually has anything to do with this problem

Original issue reported on code.google.com by Kode...@aol.com on 18 Jul 2009 at 6:20

GoogleCodeExporter commented 8 years ago
The problem is that the OS itself has 32-bit and 64-bit versions.  That error 
message
indicates that you have the 32-bit version of the OS installed, which is 
independent
of the physical processor capability.  In that case you don't need to install 
the
64-bit version of SQLCE.

Updating the installation notes to be clearer.  Marking this bug as invalid.

Original comment by Kinemati...@gmail.com on 5 Aug 2009 at 8:46