Page 1 of 1

[Solved] 64 bit Standalone install DIR

Posted: Fri Sep 07, 2018 11:15 pm
by OzBrickie
Why does the 64 bit standalone install to c:\Program Files(x86) by default?

Cheers and Beers
Oz

Re: 64 bit Standalone install DIR

Posted: Fri Sep 07, 2018 11:29 pm
by valib
Because the 64-bit standalone version is primarily about the 64-bit Java wich is included in it. The UMS itself is compiled always as 32-bit.

Re: 64 bit Standalone install DIR

Posted: Sat Sep 08, 2018 1:34 am
by Nadahar
@valib That's incorrect. Java code is bitness agnostic. This is just because of a lazy installer implementation.

Re: 64 bit Standalone install DIR

Posted: Mon Oct 01, 2018 9:51 am
by OzBrickie
Well there ya go.

I won't be lazy then and I will install to /Program Files then

Cheers

Re: 64 bit Standalone install DIR

Posted: Mon Oct 01, 2018 10:18 am
by SubJunk
Our 64-bit build is a hybrid of 64 and 32 so it is put in the (x86) for now. When we remove our 32-bit dependencies eventually that can change. It doesn't actually make a difference though - the 64-bit parts of the app will run in 64-bit mode no matter where they are

Re: 64 bit Standalone install DIR

Posted: Sun Oct 07, 2018 11:02 pm
by OzBrickie
Thanks for clarifying that man!

Cheers and Beers
Oz