|
|
|
#1
|
|||
|
|||
|
thanks to all who replied to this thread.
I can't believe many respected members took the time to reply to this post I'm not experienced user so forgive me for lack of better explanation of my request (I actually was afraid this thread might get deleted) now I will tell you what I know so far The game explorer values is in HKLM so it must have administrator rights or UAC turned off for the application to write in it therefore, the gameuxinstallhelper.dll must be signed to make this system changes however, the GDF resource file must also be signed for the content rating included in the xml resource to appear in the game explorer it adds a certain values to the windows registry example: Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\Games\{XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}]
"IsSigned"=dword:00000001
so the value changes every time, and i think i just can't add a reg value to the install script to change it so is there like a code to search for all "IsSigned" dword values and check if it's value is "0" changes it to "1"? and thanks you all for the help so far PS: @ pakrat glad to see you again man, the main reason for me to do this is repacking the old Tomb Raider games with community patches and so on to play and install correctly on Windows 7 with an installer like the one from GoG (however, if such games is released on GoG i don't have the money to buy it and I won't pay for a game twice) Edit: thanks Joe, i tried to look at the reg command but couldn't understand it very much or how i will use this in an innoscript, for example to change all signed values to "1" Last edited by napalmguy; 16-07-2011 at 11:07. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Ohhh, then you don't need command-line programs: there are tons of registry-related functions in InnoScript, see them at http://www.jrsoftware.org/ishelp/top...tfunctions.htm . (No, I don't know InnoScript at all, just looked it up.) Create a loop that reads through all subkeys of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\GameUX\Games and set IsSigned in those subkeys to 1, if that value is not yet there.
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Midway Arcade Treasures 2 | kartking | CD/DVD Copy Protections & Utilities | 5 | 19-11-2007 08:19 |
| weird error.... | sheykh | PC Games | 5 | 07-05-2006 20:23 |
| Have Problems With Burning Please Help!!!!!!!!!!!!!!!! | dblue | CD/DVD Software & Utilities | 1 | 15-09-2004 17:08 |
| .Bin and . Cue File Question?? | spidross01 | DVD Backup Forum | 3 | 23-12-2003 00:12 |
| air force delta | snake | DC Games | 1 | 13-04-2001 20:04 |