MSI error 1314 and 1606 mean that some directory path is not "physically" available (for illustrations: error 1315 would mean folder exists, but "access denied" ).
Most probable cause: some (user) shell folder is not - or wrong - defined.
You can find these in the registry under:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
- HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
(Where the Current User is of course the (administrator) installation account
Just check if all these folders actually exist. If not: create them and re-run the installer.
Easy access to these registry keys through REG.exe:
Code:
reg.exe query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
Good luck!
If that doesn't do the trick: There's an option to set the logginglevel to "debug". That will give a lot more detail for what might cause this behaviour.