Quote:
Originally Posted by sarmadi
Thanks so much Fabioddq.
It works perfectly on win 7/ 64 bit.
As you used the yener90's Inno Project Source Codes why the conversion is not right in the side of languages as the yener's ones    ??
I encourage you to fix it .anyway thanks for the time you spent to do such things..
|
Also do not know,

I'll ask for Yener how to fix it.
The conversion of it to the street fighter x tekken it happened too, so I had to change the registry to play in Portuguese.
These were the registry entries used to create the Setup.exe, the last (in red) where this
ValueData: 1033 corresponds to the English language.
Quote:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: UninstallString; ValueData: {uninstallexe}; ValueType: string; Flags: UninsDeleteKey;
Root: HKLM; SubKey: "SOFTWARE\Capcom"; ValueType: string; ValueName: Installed Applications; ValueData: 0; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\Capcom\RERC"; ValueType: string; ValueName: installdir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\Capcom\RERC"; ValueType: string; ValueName: locale; ValueData: 1033; Flags: uninsdeletekey;
|
The question is: What should be the value that I should use for the conversion to the language that recognizes the user installed the game?
This is my doubt!