home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / CHIP_CD_1997_07_PL.iso / software / testsoft / lantast / _setup.lib / SRVDEL < prev    next >
Encoding:
Windows Setup INFormation  |  1995-12-23  |  4.4 KB  |  137 lines

  1. ; SRVDEL
  2. ;
  3. ; This file controls the removal of the LANtastic when called by the
  4. ; InstallShield-based remove program.
  5. ;
  6. ; Copyright (C) 1995, Artisoft, Inc.
  7. ;
  8.  
  9. [version]
  10. LayoutFile=layout.inf
  11. signature="$CHICAGO$"
  12. Class=NetService
  13. provider=%V_ARTISOFT%
  14.  
  15. [Manufacturer]
  16. %V_ARTISOFT%=ARTISOFT
  17.  
  18. [ARTISOFT]
  19. %VLTSERV.DeviceDesc%= VLTSERV.ndi, VLTSERV
  20.  
  21. ;*********************************************
  22. ;  VLTSERV LANtastic server section
  23. ;*********************************************
  24. [VLTSERV.ndi]
  25. AddReg=VLTSERV.ndi.reg
  26. ;CopyFiles=Server.Files.Ndi
  27. DeviceID=VLTSERV
  28.  
  29. [VLTSERV.ndi.reg]
  30. HKR,Ndi,DeviceID,,VLTSERV
  31. ;HKR,Ndi,NdiInstaller,,"ltnetdi.dll,LtNdiProc"
  32. ; Interfaces
  33. HKR,Ndi\Interfaces,DefLower,,"netbios"
  34. HKR,Ndi\Interfaces,LowerRange,,"netbios"
  35. ; Install-Remove Section
  36. HKR,Ndi\Install,,,"VLTSERV.Install"
  37. HKR,Ndi\Remove,,,"VLTSERV.Remove"
  38. ; Context help
  39. HKR,Ndi,HelpText,,%VLTSERV_HELP%
  40.  
  41. [VLTSERV.Install]
  42. AddReg=VLTSERV.AddReg,SERVER.AddReg
  43. ;CopyFiles=VLTSERV.Files,VLTSERV.INFFile
  44.  
  45. [VLTSERV.AddReg]
  46. HKR,,DevLoader,,VLTLDR.VXD
  47. HKR,,DeviceVxDs,,"vltlib.vpe,ldb95.vpe,vltserv.vpe,vsvrsnb.vpe"
  48.  
  49. [VLTSERV.Files]
  50. VLtServ.vpe
  51. vltserv.msg
  52. VSvrSNB.vpe
  53. vsvrsnb.msg
  54. vltlib.vpe
  55. LDB95.vpe
  56. VLTLDR.VXD
  57. ltnetdi.dll
  58. ltshex.dll
  59.  
  60. [VLTSERV.INFFile]
  61. artisrv.inf
  62.  
  63. [VLTSERV.Remove]
  64. DelReg=VLTSERV.Rmv.DelReg, SERVER.DelReg
  65. DelFiles=VLTSERV.DeleteFiles
  66.  
  67. [VLTSERV.Rmv.DelReg]
  68. HKLM,"System\CurrentControlSet\Services\Vxd\VLTSERV"
  69.  
  70. [VLTSERV.DeleteFiles]
  71. VLtServ.vpe,,,1
  72. VSvrSNB.vpe,,,1
  73. LDB95.vpe,,,1
  74. ldbmsg.msg,,,1
  75. ;ltnetdi.dll,,,1
  76. vltserv.msg,,,1
  77. vsvrsnb.msg,,,1
  78. ltshex.dll,,,1
  79.  
  80. ;****************************************************************************
  81. ; SERVER - Files, registry common to both Artisoft servers
  82. ;****************************************************************************
  83.  
  84. [SERVER.AddReg]
  85. HKCR,CLSID\{F855EEE0-EE87-11CE-9233-00006E48BC70},,,%LANSHARE_STRING%
  86. HKCR,CLSID\{F855EEE0-EE87-11CE-9233-00006E48BC70}\InProcServer32,,,"ltshex.dll"
  87. HKCR,CLSID\{F855EEE0-EE87-11CE-9233-00006E48BC70}\InProcServer32,ThreadingModel,,"Apartment"
  88. HKCR,Folder\shellex\ContextMenuHandlers\LtShareMenu,,,"{F855EEE0-EE87-11CE-9233-00006E48BC70}"
  89. HKCR,Printers\shellex\ContextMenuHandlers\LtShareMenu,,,"{F855EEE0-EE87-11CE-9233-00006E48BC70}"
  90. HKCR,Directory\shellex\CopyHookHandlers\LtShareCopy,,,"{F855EEE0-EE87-11CE-9233-00006E48BC70}"
  91. HKCR,Printers\shellex\CopyHookHandlers\LtShareCopy,,,"{F855EEE0-EE87-11CE-9233-00006E48BC70}"
  92. HKCR,Folder\shellex\PropertySheetHandlers\LtSharePage,,,"{F855EEE0-EE87-11CE-9233-00006E48BC70}"
  93. HKCR,Printers\shellex\PropertySheetHandlers\LtSharePage,,,"{F855EEE0-EE87-11CE-9233-00006E48BC70}"
  94. HKLM,Software\Artisoft\LTSHEX,,,"{F855EEE0-EE87-11CE-9233-00006E48BC70}"
  95. HKLM,Software\Artisoft\LTSHEX,Comment,,%LANSHARE_STRING%
  96. ; Additional registry changes are made by NDI procedure dll LTNETDI.DLL
  97.  
  98. [SERVER.DelReg]
  99. HKCR,"CLSID\{F855EEE0-EE87-11CE-9233-00006E48BC70}"
  100. HKCR,"Folder\shellex\ContextMenuHandlers\LtShareMenu"
  101. HKCR,"Printers\shellex\ContextMenuHandlers\LtShareMenu"
  102. HKCR,"Directory\shellex\CopyHookHandlers\LtShareCopy"
  103. HKCR,"Printers\shellex\CopyHookHandlers\LtShareCopy"
  104. HKCR,"Folder\shellex\PropertySheetHandlers\LtSharePage"
  105. HKCR,"Printers\shellex\PropertySheetHandlers\LtSharePage"
  106. HKLM,"Software\Artisoft\LTSHEX"
  107. ; Additional registry changes are made by NDI procedure dll LTNETDI.DLL
  108.  
  109. [Server.Files.Ndi]
  110. ltnetdi.dll
  111.  
  112. ;****************************************************************************
  113. ; Destinations
  114. ;****************************************************************************
  115. [DestinationDirs]
  116. VLTSERV.Files           = 11     ;LDID_SYS
  117. VLTAFP.Files            = 11     ;LDID_SYS
  118. VLTDB.Files             = 11     ;LDID_SYS
  119. VLTSERV.INFFile         = 17     ; \windows\inf
  120. Server.Files.Ndi        = 11
  121. VLTSERV.DeleteFiles     = 11
  122. VLTAFP.DeleteFiles      = 11
  123. VLTDB.DeleteFiles       = 11
  124.  
  125. ;****************************************************************************
  126. ; Localizable Strings
  127. ;****************************************************************************
  128. [strings]
  129. V_ARTISOFT      = "Artisoft"
  130. LANSHARE_STRING = "LANtastic sharing user interface DLL"
  131.  
  132. ;Devices
  133. VLTSERV.DeviceDesc="File and printer sharing for LANtastic Networks"
  134.  
  135. ; Context help
  136. VLTSERV_HELP="File and print sharing for LANtastic networks gives you the ability to share your files or printers with everything in the world."
  137.