There's several posts on windower.net forums, here's a decent one i found http://forums.windower.net/index.php...opic=10392&hl=
Code:
Prepare:
1. Start->Run, type "regedit"
2. Find HKEY_LOCAL_MACHINE\SOFTWARE\PlayOnlineUS
3. Right click the folder and select "Export"
Move:
4. Copy all files to new PC
5. copy the registration file you exported
Install:
6. run the registration file to import the registration data
7. Do a search under playonline folder
Start -> Run -> cmd
cd program files\playonline (if you install in this directory)
dir /s *.dll
8. For each .dll file, type regsvr32 xxx.dll
(For example, regsvr32 FFXi.dll)
9. Enjoy the game
What Force-Attuned Krogoth is talking about, is step 7-8. Inside a .bat file, you can alternatively input the code "for %f in (*.dll) do regsvr32 %f" but I find it glitchy sometimes, especially in Vista. If all goes well, after a file check, you should be up and running right away.