home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #11 / K-CD_2002-11.iso / Tools / Registry / Readme.txt < prev    next >
Text File  |  2001-03-24  |  9KB  |  138 lines

  1. Registry Key Backup version 1.2.3
  2. Copyright ⌐ 1998-2001, Moon Software. All Rights Reserved.
  3.  
  4. Release date: March 24, 2001
  5. Platform: Windows 95/98 (not extensively tested under NT4/2000/XP but should work)
  6. Status: freeware
  7. Author: Moon Software, Estonia (Europe)
  8. WWW: http://www.moonsoftware.com
  9. Download link of always up-to-date version:
  10. http://www.moonsoftware.com/cgi-bin/download.exe?regback
  11.  
  12.  
  13. IMPORTANT! There are some problems with REG files under different Windows versions. In Windows 95 and NT4, if you have exported a string value that contains CR or FL characters using Registry Editor, merging the same file back to the registry causes value that contains those symbols to become missing. Looks like a bug. Similar thing happens also under Windows 2000 (RC2). In Windows 98 on other hand, CR and LF characters are replaced by /n and /r symbols when saved, and replaced back accordingly when merged. So Windows 98 is smarter than others in this field. Registry Key Backup also makes use of the /n and /r symbols, so all should work OK under Windows 98. Please note that if you have made your REG file under different Windows version, merging it back under another Windows may cause behavior described first. So, from this story you see that there is a problem restoring registry values that contain CR or LF characters under other then Windows 98 OS. Fortunately there are only few keys that contain CR & LF.
  14.  
  15.  
  16. Contents
  17. ========
  18.  
  19.  - Description
  20.  - Installation
  21.  - Instructions
  22.  - Command line interface
  23.  - Hints
  24.  - History
  25.  - Known issues
  26.  - More about registry
  27.  - License agreement & warranty
  28.  
  29.  
  30. NOTE: If you view this is notepad, please turn on word 
  31. wrapping from the Edit menu.
  32.  
  33.  
  34. Description
  35. ===========
  36.  
  37. This is little utility to help you to back up your registry keys. This is not just another "repair tool" that copies your registry files to a floppy disk ;-). Also, it not a program that allows you to back up your entire registry. It allows you to select a key or more and save it to a *.reg file, so you can restore it later by double-clicking on this file. You can also specify if subkeys will be stored or not.
  38. For example you may need to store your Outlook Express settings, then you need to go to the registry key SOFTWARE\Microsoft\Outlook Express with Windows Registry Editor and export this branch into a disk file (*.reg). Since settings are below both HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE keys, you need to scroll worth and back and this is not very funny to do (every day:) But with this program you can make a list of items that should be saved with a click of mouse. You can save multiple keys into one REG file if you wish - something useful you can't do that with the Registry Editor. Just run the program to see what is it all about.
  39. Please note this program is for power users who know what the registry and registry key is.
  40. Also please note that all subkeys under the selected key will be processes as well.
  41. And finally, you should use this program on your own risk only - we give no any guarantee that exported files will import back properly on same or different operating system. So you need to test yourself and see if this utility is useful for you.
  42.  
  43. (There may be) more info available from our web site: http://www.moonsoftware.com
  44.  
  45.  
  46. Installation
  47. ============
  48.  
  49. Just copy all files from ZIP arcive to a folder of your choice. If you want to uninstall the program later, just delete the files. You can then also manually delete registry key "HKCU/Software/Moon Software/Registry Bey Backup" used by the program to store its options.
  50.  
  51.  
  52. Instructions
  53. ============
  54.  
  55. Actually the program is very simple to use and it is meant for power-users who don't need (and hate such step-by-step tutorial). But there are some people who always complain if there is no documentation, even if there is nothing to write about (yes they are you, software site owners, who don't list this software if I don't write how it works...). So here it goes:
  56.  
  57. If you run the program you will be presented with a list of "items". An item consists of title, registry key(s) to save and the *.reg file the key(s) will be saved to. So you must create one or more items that can be saved. 
  58.  
  59. Let's make an example item to save Outlook Express mailer settings (that only works if you have it installed). To make a new item, use the Item -> Add menu command. Then you will see item editor window. Into the Caption space write Outlook Express. That is the caption. It will not be saved to the *.reg file, but is just for you to remember if you have created several items. Now you should show which registry keys you would like to save. There is a button labeled "+" on the right side of the Registry Keys to Backup listbox. Press it and you'll see registry browser. There you can choose the keys you want to add to the list. Select the SOFTWARE\Microsoft\Outlook Express branch under the HKEY_CURRENT_USER and press the Add button. Now you can browse more keys if you wish. Let's add the SOFTWARE\Microsoft\Outlook Express key from the HKEY_LOCAL_MACHINE too. Now you can close the registry browser by clicking the Close button. You see those 2 keys added to the list. One more empty space to fill is the file name you want to save selected keys to. Browse the filename you want to save the keys to. Result file is a *.reg file. You may give it a name "Outlook Express" for example. You can merge it later back to the registry by just double-clicking on it with the mouse. After pressing the Ok button in the item editor you see that your item is listed in the main window. If you have more keys to save, you can make more items. Actually the power of the program is that you can save many keys at once, so use it :)
  60. Now you have created your items, it's time to test if the program works at all. Choose the Backup All command from the Backup menu. This command tells the program to save all items you have created, i.e. generate appropriate *.reg files. You should also save your item list with the Save command in the File menu. That ensures you have the items listed next time you run the program ;-)
  61.  
  62. You can also rearrange, edit, delete, disable items. Please see the commands the Item menu.
  63.  
  64.  
  65. Hints
  66. =====
  67.  
  68. If you don't want backup files (*.bak) created, edit the BackupKey.rbk file and change the MakeBackup key in the Options section from 1 to 0.
  69.  
  70.  
  71. Command line interface
  72. ======================
  73.  
  74. Syntax: BackupKey.exe [switches]
  75.  
  76. Switches are optional. Currently the following switch can be used:
  77.  
  78. -AUTOBACKUP
  79.  
  80. Starts program in minimised state, makes backup of all entries (corresponds to the Backup All command) and closes the program. This can be useful if you want to schedule backups or somehting like this.
  81.  
  82.  
  83. History
  84. =======
  85.  
  86. 1.2.3 - March 24, 2001
  87.  
  88. - fixed: on rare circumistances zerolength binary values caused error
  89. - fixed: toolbar button images should be now visible also with older comctl32.dll
  90.  
  91. 1.2.2 - December 9, 1999
  92. - fixed: Yesterday's update 1.2.1 introduced a new bug - HKEY_CLASSES_ROOT key takes forever to fill in the registry key browser. That is probably because of compatibility issues between 2 treeview controls, since I used new compiler and components to compile the previous update. With this build the problem is eliminated.
  93.  
  94. 1.2.1 - December 8, 1999
  95. - fixed: CR & LF in string values was not replaced with /r/n symbols, thus making incompatible file
  96. - added: editing dialog is not resizeable, so you can make it wider to see long keys completely
  97.  
  98. 1.2.0 - March 14, 1999
  99. - added: Now can specify if subkeys of selected keys will be saved or not. Additional checkbox for each key.
  100.  
  101. 1.1.1 - January 17, 1999
  102. - fixed: Added support for all known binary types. Previous version only saved REG_BINARY binary type.
  103. - fixed: String values that contained the double quote " symbol were breaked from the position of the double quote when merged back to the registry.
  104. - fixed: Backup files were not created sometimes.
  105.  
  106. 1.1.0 - December 16, 1998
  107. - added: AUTOBACKUP command line switch
  108. - added: now the number of keys to backup is visible in main window, after the name of each entry
  109.  
  110. 1.0.0 - November 5, 1998
  111. - initial version
  112.  
  113.  
  114. Known Issues
  115. ============
  116. - If you have problems with the toolbar ot it's buttons don't display images, you need updated comctl32.dll system file. Download it from:
  117.  
  118. http://www.moonsoftware.com/cgi-bin/download.exe?comctl32
  119.  
  120.  
  121. More about registry
  122. ===================
  123. Please note that the format of REG file is not puclic - that is another Microsoft prioprietary file format. So the REG files made by this program may not be compatible with all Windows versions, and may not work at all. However, I have fixed as many problems as possible and for now it should work quite well (for me anyway ;)
  124. There are some sites in the Internet that contain many tips and info about the Windows Registry.
  125.  
  126. http://www.regedit.com/
  127. http://www.imaginations.com/regfaq/
  128. http://www.geocities.com/SiliconValley/Pines/2857/
  129.  
  130.  
  131. License Agreement & Warranty
  132. ============================
  133.  
  134. Please see the License.txt file.
  135.  
  136.  
  137. END
  138.