|
the big still exists in latest CI version
in Deus Ex Human Revolution when specify
[InstallSettings]
GDFBinary=dxhr.exe
GDFBinary2=The Missing Link\dxhrml.exe
the GDF installs to game explorer but game Play task is started from the main {app} folder not from The Missing Link folder
i checked to see if the problem is game specific so i installed the GDF manually using game explorer helper from DXSDK and it installed correctly with tasks in correct folder
can you please check this problem?
thanks in advance for latest CI
Edit: in registry
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\GameUX\Games\{7E6A78F0-BEED-4136-BA98-101813137E4D}]
"ConfigApplicationPath"="D:\\Deus Ex Human Revolution"
"AppExePath"="D:\\Deus Ex Human Revolution\\dxhrml.exe"
where it should be
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\GameUX\Games\{7E6A78F0-BEED-4136-BA98-101813137E4D}]
"ConfigApplicationPath"="D:\\Deus Ex Human Revolution\\The Missing Link"
"AppExePath"="D:\\Deus Ex Human Revolution\\The Missing Link\\dxhrml.exe"
so the problem could be in function GetMyAppExePath2
Last edited by napalmguy; 26-05-2012 at 12:46.
|