home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Komercni / NAV2000 / nv20009x.exe / NMain.exe / 1033 / REGISTRY / 141
Text File  |  1999-08-23  |  1KB  |  59 lines

  1. HKEY_LOCAL_MACHINE
  2. {
  3.     NoRemove 'Software'
  4.     {
  5.         NoRemove 'Microsoft'
  6.         {
  7.             NoRemove 'Windows'
  8.             {
  9.                 NoRemove 'CurrentVersion'
  10.                 {
  11.                     NoRemove 'App Paths'
  12.                     {
  13.                         '%EXENAME%' = s '%EXEPATH%'
  14.                         {
  15.                             val 'Path' = s '%INPATH%'
  16.                         }
  17.                     }
  18.                 }
  19.             }
  20.         }
  21.     }
  22. }
  23.  
  24. HKEY_CURRENT_USER
  25. {
  26.     NoRemove 'AppEvents'
  27.     {
  28.         NoRemove 'Schemes'
  29.         {
  30.             NoRemove 'Apps'
  31.             {
  32.                 '.Default'
  33.                 {
  34.                     'NMain-MouseOver' = s 'Norton Integrator: Mouse Over'
  35.                     {
  36.                         '.Current' = s '%INPATH%\NIMOver.wav'
  37.                         '.Default' = s '%INPATH%\NIMOver.wav'
  38.                     }
  39.                     'NMain-MouseClick' = s 'Norton Integrator: Mouse Click'
  40.                     {
  41.                         '.Current' = s '%INPATH%\NIMClick.wav'
  42.                         '.Default' = s '%INPATH%\NIMClick.wav'
  43.                     }
  44.                     'NMain-MouseLeave' = s 'Norton Integrator: Mouse Leave'
  45.                     {
  46.                         '.Current' = s ''
  47.                         '.Default' = s ''
  48.                     }
  49.                 }
  50.             }
  51.         }
  52.         NoRemove 'EventLabels'
  53.         {
  54.             'NMain-MouseOver' = s 'Norton Integrator: Mouse Over'
  55.             'NMain-MouseClick' = s 'Norton Integrator: Mouse Click'
  56.             'NMain-MouseLeave' = s 'Norton Integrator: Mouse Leave'
  57.         }
  58.     }
  59. }