home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / mulmedia / cddae / cddae.inf < prev    next >
INI File  |  1998-05-13  |  3KB  |  81 lines

  1. ;
  2. ; CD-DA Extractor v1.19 installation script
  3. ;
  4.  
  5. [Strings]
  6. Provider="Jukka Poikolainen"
  7. Product="CD-DA Extractor"
  8. Version="1.19"
  9. RemoveDescription="CD-DA Extractor 1.19"
  10.  
  11. [CopyFiles.Inf]
  12. cddae.inf
  13.  
  14. [CopyFiles.Program]
  15. cddae.exe
  16.  
  17. [SourceDisksFiles]
  18. cddae.inf = 1
  19. cddae.exe = 1
  20.  
  21. [SourceDisksNames]
  22. 1 = "%Product%","", 1
  23.  
  24. [Version]
  25. Signature="$Chicago$"
  26. Provider=%Provider%
  27.  
  28. [DefaultInstall]
  29. AddReg = Registry.Add
  30. CopyFiles = CopyFiles.Inf, CopyFiles.Program
  31. UpdateInis = Shortcut.Add
  32.  
  33. [DefaultInstall.ntx86]
  34. AddReg = Registry.AddNT
  35. CopyFiles = CopyFiles.Inf, CopyFiles.Program
  36. UpdateInis = Shortcut.Add
  37.  
  38. [DefaultUninstall]
  39. DelReg = Registry.Remove
  40. DelFiles = CopyFiles.Inf, CopyFiles.Program
  41. UpdateInis = Shortcut.Remove
  42.  
  43. [DestinationDirs]
  44. CopyFiles.Inf = 17
  45. CopyFiles.Program = 10
  46.  
  47. [Registry.Add]
  48. HKCU,Software\%Provider%\%Product%\%Version%
  49. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Product% %Version%"
  50. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Product% %Version%","DisplayName",,"%RemoveDescription%"
  51. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Product% %Version%","UninstallString",,"%10%\RunDLL.exe setupx.dll,InstallHinfSection DefaultUninstall 4 %17%\cddae.inf"
  52.  
  53. [Registry.AddNT]
  54. HKCU,Software\%Provider%\%Product%\%Version%
  55. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Product% %Version%"
  56. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Product% %Version%","DisplayName",,"%RemoveDescription%"
  57. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Product% %Version%","UninstallString",,"%11%\RunDLL32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 4 %17%\cddae.inf"
  58.  
  59. [Reg.Uninstall95.Add]
  60. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\NotifyCDPlayer,DisplayName,,"%REMOVE_DESC%"
  61. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\NotifyCDPlayer,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 4 %17%\ntfy_cd.inf"
  62.  
  63. [Reg.UninstallNT.Add]
  64. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\NotifyCDPlayer,DisplayName,,"%REMOVE_DESC%"
  65. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\NotifyCDPlayer,UninstallString,,"%11%\rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 4 %17%\ntfy_cd.inf"
  66.  
  67.  
  68. [Registry.Remove]
  69. HKCU,Software\%Provider%\%Product%\%Version%
  70. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%Product% %Version%"
  71.  
  72. [Shortcut.Add]
  73. setup.ini, progman.groups,,"group1="""
  74. setup.ini, group1,,"""%Product% %Version%"",""""""%10%\cddae.exe"""""",,,,""%10%"""
  75.  
  76. [Shortcut.Remove]
  77. setup.ini, progman.groups,,"group1="""
  78. setup.ini, group1,,"""%Product% %Version%""
  79.  
  80. [eof]
  81.