There is an issue with the ffxivsetup.exe installer where it cannot access 'My Documents' if it is redirected via Group Policy. This is common in network setups with a domain controller (Windows Server) having all the users My Documents, etc. all located on the server instead of the client computer. The problem is that instead of getting the usual "C:\Users\myname\My Documents" path, it is a UNC path such as "\\server\Users\myname\My Documents" and the game installer crashes because of this.

The error code is [11003][19901], with the potential addition of [2] at the end. Not sure what the difference is.

There is a workaround I found, but it breaks the actual feature on the operating system.

---------

This workaround worked for me, but is AT YOUR OWN RISK and it is not officially supported or endorsed anywhere.

1) Open up the Start menu, select Run (or press Windows key + R), and enter 'regedit' to open the registry editor.

2) Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\

3) Look for the 'Personal' key. It should show the UNC path (\\server\path). Change this to "%USERPROFILE%\My Documents". This can fail on reboot though, so what I did was map a network drive to the path (Z:\ to \\server\myname) and put the full drive path in the key, so my registry key became: Z:\My Documents

---------

What I'm asking for is for the installer and boot/updater to support the UNC path that Windows already supports. The game can still install to the local hard drive, but it's the files that are stored in My Documents that are causing the whole error and making the game unable to launch or patch.

This isn't a massive problem for me, but I'm hoping to bring this bug to the dev's attention and maybe help someone out who went through this issue.