PlayOnline Registry Paths by OS
PlayOnline Registry Paths by OS
Hey guys, I'm working on an install project for PlayOnline/FFXI and realized I couldn't find all of the registry path info for the PlayOnlineUS version. I thought it would be nice to just create a new thread in which we log this information for everyone to see/use. So far I have the information for Windows 7 64bit and Windows 10 64bit. I believe I have the correct info for Win XP as well but correct me if I'm wrong. The piece I'm missing is what the registry path for PlayOnlineUS is on Windows 7,8,8.1 or 10 32bit so if someone has PlayOnline US version installed on that OS if they could share their registry path that would be awesome! Thanks!
Windows 7/10 64bit PlayOnlineUS Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PlayOnlineUS
Windows XP (32bit) PlayOnlineUS Path :
HKEY_LOCAL_MACHINE\SOFTWARE\PlayOnlineUS
Windows 7/10 64bit PlayOnlineUS Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PlayOnlineUS
Windows XP (32bit) PlayOnlineUS Path :
HKEY_LOCAL_MACHINE\SOFTWARE\PlayOnlineUS
Re: PlayOnline Registry Paths by OS
Yea, the information in those hives is the same as far as I have figured out so far. I just want to log what the root path to PlayOnlineUS is in each OS because this is required information in order to create the registry keys for a custom install.
The path for Windows 7-10 32bit may actually just be the same as the Windows XP path but I'd like to confirm.
The path for Windows 7-10 32bit may actually just be the same as the Windows XP path but I'd like to confirm.
- buddysievers
- Posts: 97
- Joined: Thu Dec 06, 2012 12:10 pm
- Location: Germany
Re: PlayOnline Registry Paths by OS
I once created a setup which installs ffxi with the latest update files but the problem is that the original setup sets some unique keys in your registry without them it wont work!
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PlayOnlineEU\Interface]
"1000"="0153a318"
"0002"="0153a431"
"0001"="01051f09"
On each system there are unique hash's generated so if you dont know how to generate them it wont work.
Also even when i used the regsvr32 to register all dll's from the game it crashed at startup.
And then there is the another problem, the game wont show up in your PlayOnline viewer with the version number.
So you need to do a file check with Pol because there is a weird mechanic on how the client recognize's it.
My guess was that there is also an unique system id salt used in the hash's inside the filetable.
I wish you good luck with your project but its not that easy to just have the registry path and registering the dll's thats for sure.
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PlayOnlineEU\Interface]
"1000"="0153a318"
"0002"="0153a431"
"0001"="01051f09"
On each system there are unique hash's generated so if you dont know how to generate them it wont work.
Also even when i used the regsvr32 to register all dll's from the game it crashed at startup.
And then there is the another problem, the game wont show up in your PlayOnline viewer with the version number.
So you need to do a file check with Pol because there is a weird mechanic on how the client recognize's it.
My guess was that there is also an unique system id salt used in the hash's inside the filetable.
I wish you good luck with your project but its not that easy to just have the registry path and registering the dll's thats for sure.
Re: PlayOnline Registry Paths by OS
Thanks for the feedback buddy. I do see that the interface values on each PC I have here are different. So perhaps even with a completely custom install you still need to run a quick check files on FFXI to update the registry then re-copy your custom files... good to know! I'm hoping the custom install allows me to lock the game version. Sure does make the install process much quicker.
- buddysievers
- Posts: 97
- Joined: Thu Dec 06, 2012 12:10 pm
- Location: Germany
Re: PlayOnline Registry Paths by OS
You are welcome and i would like to see a custom installer so keep up the work maybe you have more luck then i had.
Re: PlayOnline Registry Paths by OS
We will need it once FFXI goes end-of-life and they shut down their update server..
-- Whasf
- buddysievers
- Posts: 97
- Joined: Thu Dec 06, 2012 12:10 pm
- Location: Germany
Re: PlayOnline Registry Paths by OS
Isnt there a way to record what the real setup and the pol filecheck avtually does?
With a debuggervor something like that?
With a debuggervor something like that?
- buddysievers
- Posts: 97
- Joined: Thu Dec 06, 2012 12:10 pm
- Location: Germany
Re: PlayOnline Registry Paths by OS
Also for your question about the registry paths, its actually
Windows XP/7/8/10 64bit
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PlayOnlineUS
Windows XP/7/8/10 32bit
HKEY_LOCAL_MACHINE\SOFTWARE\PlayOnlineUS
like you allready thought i can confirm that!
But all msi or other install routine creator tools set them in the right path without need to do a check or such.
I used Advanced Installer and tried Install Shield both do it automatic you just need to give what comes after
HKEY_LOCAL_MACHINE\SOFTWARE\
and it will set the values depending on your OS!
Windows XP/7/8/10 64bit
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PlayOnlineUS
Windows XP/7/8/10 32bit
HKEY_LOCAL_MACHINE\SOFTWARE\PlayOnlineUS
like you allready thought i can confirm that!
But all msi or other install routine creator tools set them in the right path without need to do a check or such.
I used Advanced Installer and tried Install Shield both do it automatic you just need to give what comes after
HKEY_LOCAL_MACHINE\SOFTWARE\
and it will set the values depending on your OS!
Re: PlayOnline Registry Paths by OS
Unfortunately could not get this working on Win 7 64bit without running checkfiles. FFXI process simply won't start for me despite all my efforts. May look into this again if I ever have free dev time...