home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / rtmshare.zip / Example_Complex.reg next >
Windows Registry Data  |  2005-01-10  |  2KB  |  39 lines

  1. REGEDIT4
  2.  
  3. # This .reg file is understood only by Funduc Software's Registry
  4. # Toolkit and Registry Toolkit Merge utilities. Do not attempt merge
  5. # this using other Windows registry editors.
  6. # This example demonstrates how to combine several different operations
  7. # into a single .reg. 
  8. #
  9. # The net result should be a key & some values/data in 
  10. # HKEY_CURRENT_USER\Software\Test\command4 and the value 
  11. # 'InstallPath 2' in HKEY_CURRENT_USER\Software\Test2\Command2
  12. # The first two steps below delete HKEY_CURRENT_USER\Software\Test
  13. # and HKEY_CURRENT_USER\Software\Test. The next step adds 
  14. # HKEY_CURRENT_USER\Software\Test & some values. The next step
  15. # copies 'Install Path' from HKEY_CURRENT_USER\Software\Test\Command\
  16. # to 'InstallPath 2' under HKEY_CURRENT_USER\Software\Test2\Command2 
  17. # (HKEY_CURRENT_USER\Software\Test2\Command2 is created in the process). 
  18. # The final step renames HKEY_CURRENT_USER\Software\Test\Command to
  19. # HKEY_CURRENT_USER\Software\Test\Command4
  20. #
  21. # Back up your Windows registry before you experiment!
  22.  
  23. [HKEY_CURRENT_USER\Software\Test]
  24. "RT_Rename_Key"=
  25.  
  26. [HKEY_CURRENT_USER\Software\Test2]
  27. "RT_Rename_Key"=
  28.  
  29. [HKEY_CURRENT_USER\Software\Test\command]
  30. "\\\\FS2\\FILES\\Something\\"="W:\\WIN32APP\\OFFICE2000"
  31. "Install Path"="test.exe"
  32. "Something Else"=dword:00000004
  33.  
  34. [HKEY_CURRENT_USER\Software\Test2\Command2]
  35. "InstallPath 2"=HKEY_CURRENT_USER\Software\Test\Command\"Install Path"
  36.  
  37. [HKEY_CURRENT_USER\Software\Test\command]
  38. "RT_Rename_Key"="HKEY_CURRENT_USER\\Software\\Test\\command4"