View Single Post
  #18 (permalink)  
Old 11-08-2007, 11:44 AM
verizonguy's Avatar
verizonguy
Regular 'Geeker
Offline
Location: US
 
Join Date: Feb 2007
Posts: 487
Reputation: 47
verizonguy is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by gguruusa View Post
Can you elaborate...maybe an example or two? It sounds like your saying if I have
[asdf]
a=1
b=2

and I put this in my rgu:
[-asdf]
b=3
c=4

that I'll end up with
[asdf]
b=3
c=4

instead of
[asdf]
a=1
b=3
c=4

Is that correct?
Yes, and no. It applies to the whole key and isn't able to be used for specific values to the best of my knowledge.

example:

If your package has the following:

Code:
 
[HKEY_LOCAL_MACHINE\SOFTWARE\GGuruInc\CoolApp\Parms]
"Enabled"=dword:1
"Flags"=dword:2
"Version"="3.2"
The usage is
Code:
[-HKEY_LOCAL_MACHINE\SOFTWARE\GGuruInc\CoolApp\Parms]
which removes the whole Parms key and any values contained therein.
__________________
www.ppckitchen.org

Before criticizing someone, first walk a mile in his shoes...
Then when you criticize him, you'll be a mile away and have his shoes.
Reply With Quote