home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2002 September / Pcgo_1_09_2002.iso / PROGRAMM / treiber / bfusb_w2kxp_020508d.exe / instcli.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-05-08  |  2.5 KB  |  103 lines

  1. ;-------------------------------------------------------
  2. ; Konfig Option
  3. ;-------------------------------------------------------
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Provider = "AVM GmbH"
  7. AVMVer   = "05/08/2002","00.01.72"
  8.  
  9. [Strings]
  10. ;
  11. ;16422 sollte 'c:\programme' sein
  12. ;
  13. DiskName      = "BlueFRITZ! USB"
  14. UninstallPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AVMBLUECLI"
  15. RunOncePath   = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  16. RunPath       = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
  17. AVMRegPath    = "Software\AVM"
  18. BlueFRITZPath = "Software\AVM\BlueClient"
  19. PRODUCT_DESC_CLIENT  = "BlueFRITZ! USB"
  20. ProgGroup     = "BlueFRITZ! USB"
  21. instdir       = "avmclient"
  22. ClientName    = "bluefritz!.exe"
  23.  
  24. [DefaultInstall]
  25. AddReg=Setup.Add.Reg
  26. CopyFiles=Setup.Files,setup.inf, Setup.cpl
  27.  
  28. [DefaultUninstall]
  29. DelFiles=Setup.Del.Files, Setup.log, Setup.Del.cpl
  30. DelReg=Setup.Del.Reg
  31.  
  32. [Setup.Add.Reg]
  33. HKLM,%UninstallPath%, DisplayName,    ,%DiskName%
  34. ;HKLM,%UninstallPath%, UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\instcli.inf, DefaultUninstall"
  35. HKLM,%UninstallPath%, UninstallString,,"%16422%\%instdir%\instcli.exe -d1"
  36. HKLM,%AVMRegPath%,    TmpCmdLine,     ,"-Modems:1,2,3,4,5,9"
  37. HKCU,%BlueFRITZPath%, StartProg,      ,%16422%\%instdir%\%ClientName% -2
  38. HKCU,%AVMRegPath%,    LinkName,       ,%PRODUCT_DESC_CLIENT%
  39. HKCU,%AVMRegPath%,    LinkExe,        ,%16422%\%instdir%\%ClientName%
  40. HKCU,%AVMRegPath%,    LinkID,        ,"1"
  41.  
  42. [Setup.Del.Reg]
  43. HKLM,%UninstallPath%
  44. HKCU,%RunPath%,       AVMBlueClient
  45. HKCU,%BlueFRITZPath%
  46. HKCU,%AVMRegPath%,    LinkName
  47. HKCU,%AVMRegPath%,    LinkExe
  48. HKCU,%AVMRegPath%,    LinkID
  49.  
  50. [Setup.log]
  51. avmblue.log
  52. AVMBlueClient.log
  53. bt_dll.log
  54. avminstcli.log
  55.  
  56. [Setup.Del.Files]
  57. bluefritz!.ini
  58. bluefritz!.exe
  59. bt_dll2.dll
  60. bt_dll.dll
  61. BlueFRITZ!.chm
  62. instcli.exe
  63.  
  64. [Setup.Files]
  65. bluefritz!.ini, bluefritz!.in_
  66. bluefritz!.exe, bluefritz!.ex_
  67. bt_dll2.dll, bt_dll2.dl_
  68. bt_dll.dll, bt_dll.dl_
  69. BlueFRITZ!.chm
  70. instcli.exe
  71.  
  72. [Setup.Del.cpl]
  73. avmbt.cpl
  74.  
  75. [Setup.cpl]
  76. avmbt.cpl,avmbt.cp_
  77.  
  78. [Setup.inf]
  79. instcli.inf
  80.  
  81. [SourceDisksNames]
  82. 1 = %DiskName%,"","",
  83.  
  84. [SourceDisksFiles]
  85. bluefritz!.ex_ = 1
  86. bluefritz!.in_ = 1
  87. bt_dll2.dl_    = 1
  88. bt_dll.dl_     = 1
  89. instcli.inf    = 1
  90. avmbt.cp_      = 1
  91. BlueFRITZ!.chm = 1
  92. instcli.exe    = 1
  93.  
  94. [DestinationDirs]
  95. DefaultDestDir  = 16422,%instdir%
  96. Setup.Files     = 16422,%instdir%
  97. Setup.Del.Files = 16422,%instdir%
  98. Setup.log       = 16422,%instdir%
  99. Setup.cpl       = 11
  100. Setup.Del.cpl   = 11
  101. setup.inf       = 17
  102.  
  103.