|
||||
Re: SPB OEM's
Quote:
[HKEY_LOCAL_MACHINE\Software\Apps\Spb Backup] "Instl"=dword:00000001 (dword) "InstallDir"="\\Windows" (string) "InstlDir"="\\Windows" (string) |
|
||||
Quote:
|
|
||||
Quote:
So "clearing" the path to always take you to "My Documents" or something like that would ensure that everyone had to re-navigate to the correct kitchen folder first. |
|
||||
Quote:
Code:
Examples: REG ADD \\ABC\HKLM\Software\MyCo Adds a key HKLM\Software\MyCo on remote machine ABC REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead Adds a value (name: Data, type: REG_BINARY, data: fe340ead) REG ADD HKLM\Software\MyCo /v MRU /t REG_MULTI_SZ /d fax\0mail Adds a value (name: MRU, type: REG_MUTLI_SZ, data: fax\0mail\0\0) REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d %%systemroot%% Adds a value (name: Path, type: REG_EXPAND_SZ, data: %systemroot%) Notice: Use the double percentage ( %% ) inside the expand string |
|
||||
Well the problem with all of that is that I don't have a way to set the path in the registry. The paths I obtained in a regshot don't seem to be the right ones.
So if someone can find those paths then we can proceed with the rest. |
|
||||
Re: SPB OEM's
Quote:
Thank you! These are the keys I was looking for in the other thread to fix my Spb Backup v1.6.1 OEM I've been working on for this kitchen. More Info Here: http://ppcgeeks.com/helmi-official-a...start,210.html Cool points to jbonilla! EDIT: Nevermind... I didn't notice you uploaded an OEM as well. Oh well... thanks for finding the registry keys I was hunting for. EDIT2: @jbonilla... I downloaded your RGU file. Looks like there may be some issues with it. You have some extra slashes in the HKEY lines I.E. : [HKEY_LOCAL_MACHINE\\Software\Spb Software House\Spb Backup] should be [HKEY_LOCAL_MACHINE\Software\Spb Software House\Spb Backup] While you use \\ in the String values... it is not necessary in the HKEY location. I corrected those inconsistencies in my OEM here as well as adding all missing reg keys. This OEM should be fully functional and latest version as of now: DopeWeasel's New Core OEMs |
|
||||
Quote:
I reflashed without Smartskey and it appears to be working now. |
|
||||
Re: SPB OEM's
Quote:
The extra slashes following HKEY were already in the original OEM that was part of the kitchen. The only changes I made were to add the registry entries I mentioned and a couple of changes related to the version number. Now that you mention it though, I didn't put the double slashes to the entries I added. The OEM I modified did work properly on my ROM, so I don't know what the deal is as I'm not an experienced OEM maker. I'll go ahead and delete the one that I uploaded so there's no confusion. Glad it's working now for you and hopefully we can also fix the SPB Weather problem. |
|
|
|