View Single Post
  #14 (permalink)  
Old 06-20-2009, 11:45 AM
sparkplug619's Avatar
sparkplug619
N00b
Offline
Location: San Diego
 
Join Date: Jun 2009
Posts: 45
Reputation: 35
sparkplug619 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How To: Registry edit to .cab

Quote:
Originally Posted by LuLuTheMonk View Post
How do you include more than one registry edit into one cab?

I was just able to create a cab to make this reg edit:
HKEY_LOCAL_MACHINE\SYSTEM\GDI\GLYPHCACHE\limit
8192 -> 16384

How would I create a cab that incorporates more than just one reg edit such as the above reg edit and:
HKLM\System\StorageManager\FATFS\CacheSize
0 -> 8192

What happens if the changed registry is a registry that you have deleted?
For example:
[HKEY_LOCAL_MACHINE\Comm\InternetSharing]
"Extension"="rilphone.dll"

As there is no key to highlight in order to export?
hey lulu sry im late with this post but

i have tested this method on my ppc and everything reads ok

what i did was export each of my registry edits to seperate rgu files and then imported all of the rgus into 1 big rgu and then converted it to a cab

so basically you export your registry edits and merge them all into 1 big rgu and then convert to cab


you might want to wait for someone to confirm how safe this is although it worked well with my registry
__________________