|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
you really dont have to have external program to get the reg entries you want. Use regedit
( comes with every version of windows ), navigate to section you want, then right-click export to conversion folder your working on. After that use reg to inno converter. Code:
IE: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ubisoft\Might and Magic: Heroes VII You would just goto the GOG.com listing, then export that like I mention above. Much easier then how you currently do it, but thanks for posting that info, as others can use it for reference. Here is an example from exported Registry Entry for game. Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Ubisoft\Uplay\GameStarter\1176]
"StartResult"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs\1176]
"Language"="pl-PL"
"InstallDir"="{D:\Ubisoft\Might and Magic: Heroes VII}"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ubisoft\Might and Magic: Heroes VII]
"Language"="POL"
"installdir"="{D:\Ubisoft\Might and Magic: Heroes VII}"
Code:
Root: HKCU; SubKey: Software\Ubisoft\Uplay\GameStarter\1176; ValueType: dword; ValueName: StartResult; ValueData: $00000000; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs\1176; ValueType: string; ValueName: Language; ValueData: pl-PL; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs\1176; ValueType: string; ValueName: InstallDir; ValueData: {{app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\Ubisoft\Might and Magic: Heroes VII; ValueType: string; ValueName: Language; ValueData: POL; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\Ubisoft\Might and Magic: Heroes VII; ValueType: string; ValueName: installdir; ValueData: {{app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Code:
Root: HKLM; SubKey: SOFTWARE\WOW6432Node\Ubisoft\Launcher\Installs\1176; ValueType: string; ValueName: Language; ValueData: en-US; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: SOFTWARE\WOW6432Node\Ubisoft\Might and Magic: Heroes VII; ValueType: string; ValueName: Language; ValueData: ENG; Flags: uninsdeletevalue uninsdeletekeyifempty Last edited by pakrat2k2; 27-12-2018 at 09:37. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
like you said, it will be easier to track down with regedit.exe we just need to know the game publisher or developers for example Ubisoft games use here 32 Bit Registry Here: Code:
HKEY_CURRENT_USER\Software\Ubisoft HKEY_LOCAL_MACHINE\SOFTWARE\Ubisoft Code:
HKEY_CURRENT_USER\Software\Wow6432Node HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ubisoft that's why i suggest the regshot
__________________
Keep Up The Good Works! |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|