Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > How to create a registry modification install file

Reply
Thread Tools Display Modes

How to create a registry modification install file

 
 
David4321
Guest
Posts: n/a

 
      11-16-2009

I have seen some .reg files, which are not a complete registry (like
backup), but they just make certain edits and patches when clicked. Ho
can I make such a file?

What I am doing: I have just finished making many edits to install
new icon setup for files, folders, etc. - now I want to save my work i
a form that can be used to install the same changes on another operatin
system - such as when I get a new one, or if I ever have to reinstal
OS. Ideally, this would work for anyone's computer, not just my own
ie: way to work around user folder name in icon paths.

I know how to copy the entire registry, or export a whole chunk of it
but it doesn't make sense to copy the entire HKEY_CLASSES_ROOT - tha
would change too much. I know how to export a single key entry as well
but there would be too many of these to be practical.

How can I make a package that will edit only the selected keys? (namel
mostly adding DefaultIcon key to file type root keys)

Thank


--
David4321
 
Reply With Quote
 
 
 
 
Bob
Guest
Posts: n/a

 
      11-16-2009
Vista Registry - How to Create .Reg Files
http://www.computerperformance.co.uk...reg_create.htm


"David4321" <> wrote in message
news...
>
> I have seen some .reg files, which are not a complete registry (like a
> backup), but they just make certain edits and patches when clicked. How
> can I make such a file?
>
> What I am doing: I have just finished making many edits to install a
> new icon setup for files, folders, etc. - now I want to save my work in
> a form that can be used to install the same changes on another operating
> system - such as when I get a new one, or if I ever have to reinstall
> OS. Ideally, this would work for anyone's computer, not just my own.
> ie: way to work around user folder name in icon paths.
>
> I know how to copy the entire registry, or export a whole chunk of it,
> but it doesn't make sense to copy the entire HKEY_CLASSES_ROOT - that
> would change too much. I know how to export a single key entry as well,
> but there would be too many of these to be practical.
>
> How can I make a package that will edit only the selected keys? (namely
> mostly adding DefaultIcon key to file type root keys)
>
> Thanks
>
>
>
>
> --
> David4321


 
Reply With Quote
 
Jon
Guest
Posts: n/a

 
      11-16-2009
You can create these .reg files by simply creating a notepad document with
the required lines, and saving it with a .reg extension eg MyFixes.reg

--
Jon


"David4321" <> wrote in message
news...
>
> I have seen some .reg files, which are not a complete registry (like a
> backup), but they just make certain edits and patches when clicked. How
> can I make such a file?
>
> What I am doing: I have just finished making many edits to install a
> new icon setup for files, folders, etc. - now I want to save my work in
> a form that can be used to install the same changes on another operating
> system - such as when I get a new one, or if I ever have to reinstall
> OS. Ideally, this would work for anyone's computer, not just my own.
> ie: way to work around user folder name in icon paths.
>
> I know how to copy the entire registry, or export a whole chunk of it,
> but it doesn't make sense to copy the entire HKEY_CLASSES_ROOT - that
> would change too much. I know how to export a single key entry as well,
> but there would be too many of these to be practical.
>
> How can I make a package that will edit only the selected keys? (namely
> mostly adding DefaultIcon key to file type root keys)
>
> Thanks
>
>
>
>
> --
> David4321


 
Reply With Quote
 
Zaphod Beeblebrox
Guest
Posts: n/a

 
      11-16-2009

"David4321" <> wrote in message
news...
>
> I have seen some .reg files, which are not a complete registry (like
> a
> backup), but they just make certain edits and patches when clicked.
> How
> can I make such a file?
>
> What I am doing: I have just finished making many edits to install a
> new icon setup for files, folders, etc. - now I want to save my work
> in
> a form that can be used to install the same changes on another
> operating
> system - such as when I get a new one, or if I ever have to
> reinstall
> OS. Ideally, this would work for anyone's computer, not just my own.
> ie: way to work around user folder name in icon paths.
>
> I know how to copy the entire registry, or export a whole chunk of
> it,
> but it doesn't make sense to copy the entire HKEY_CLASSES_ROOT -
> that
> would change too much. I know how to export a single key entry as
> well,
> but there would be too many of these to be practical.
>
> How can I make a package that will edit only the selected keys?
> (namely
> mostly adding DefaultIcon key to file type root keys)
>


If I need to do this with a large number of keys, I generally export
the key that contains all of the changes I'll be making before and
after, then use a comparison tool to list the differences. In your
case, since the edits have already been done you could do the "after"
export now, revert to the restore point you made just before starting
these edits (you DID make a restore point first, didn't you?) and make
the "before" export, do the comparison, create the .reg file and merge
it to test it. If that approach doesn't get you there, then you may
have to resort to manually exporting each change and then merging the
individual export files into one.

--
Zaphod

Arthur: All my life I've had this strange feeling that there's
something big and sinister going on in the world.
Slartibartfast: No, that's perfectly normal paranoia. Everyone in the
universe gets that.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Uniblue Registry Booster and registry scans. Bruce Chambers Windows Vista General Discussion 2 09-27-2010 10:50 AM
Where in Registry to change DefaultIcon for File Types? David4321 Windows Vista General Discussion 4 11-13-2009 12:02 AM
office 2007 install on windows vista ultimate Chas Windows Vista Installation 20 11-19-2007 04:50 PM
What is up with Vista's file system? Stan Shankman Windows Vista File Management 7 08-15-2006 08:59 AM
Install Issue (won't complete install) msb Windows Vista Installation 3 06-20-2006 11:20 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59