home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 July / july_2000.iso / Security / SPY / Odsp.exe / ODSP.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2000-03-30  |  5.5 KB  |  214 lines

  1. ; Application: ODS Personal
  2. ; Version    : 1.0
  3. ; Author     : Omniquad
  4. ; Copyright  : ⌐ 1999 by Omniquad
  5. ; Created by : INF-Tool Setup Program and INF File Generator
  6. ;              from http://Inner-Smile.com
  7. ; Licence of : Omniquad, SE11 4EP London, UK 
  8. ; ---------------------------------------------------------------------------
  9.  
  10. [Version]
  11. Signature=$Chicago$
  12. Provider=%Author%
  13. SetupClass=BASE
  14. AdvancedINF=2.5,"You need a newer version of AdvPack.DLL!"
  15. Generator=INF-Tool v4.61/r
  16.  
  17. [Optional Components]
  18. INFTool_1
  19.  
  20. [Optional Components.ntx86]
  21. INFTool_1.ntx86
  22.  
  23. [AdvSetup]
  24. HKLM,%RunOnce%Setup,"ODS Personal...",,"RunDll32.exe "%01%"\advpack.dll,LaunchINFSection ODSP.INF,DefaultInstall2"
  25. [AdvSetup.ntx86]
  26. HKLM,%RunOnce%Setup,"ODS Personal...",,"RunDll32.exe advpack.dll,LaunchINFSection ODSP.INF,DefaultInstall2.ntx86"
  27.  
  28. [Strings]
  29. Product="ODS Personal"
  30. Version="1.0"
  31. Author="Omniquad"
  32. Copyright="⌐ 1999 by Omniquad"
  33. DiskName="ODS Personal, Setup Disk #1"
  34. Uninstall="Software\Microsoft\Windows\CurrentVersion\Uninstall\"
  35. Runonce="SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\"
  36. Info3=""
  37. Setup="SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
  38.  
  39. [INFTool.RegFix]
  40. HKCR,lnkfile,IsShortcut
  41. HKCR,piffile,IsShortcut
  42.  
  43. [INFTool.Add.Reg.95]
  44. HKLM,%Uninstall%%Product%
  45. HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
  46. HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\ODSP.INF, DefaultUninstall"
  47. HKCU,"SOFTWARE\ODSP",InstallDir1,,""%49001%""
  48.  
  49. [INFTool.Add.Reg.ntx86]
  50. HKLM,%Uninstall%%Product%
  51. HKLM,%Uninstall%%Product%,"DisplayName",,"%Product%"
  52. HKLM,%Uninstall%%Product%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %17%\ODSP.INF, DefaultUninstall.ntx86"
  53. HKCU,"SOFTWARE\ODSP",InstallDir1,,""%49001%""
  54.  
  55. [AfterSetup]
  56. %49001%\ODSREG.EXE 
  57.  
  58. [INFTool.AddINI]
  59. win.ini,Desktop,Wallpaper,HKLM,%Setup%,2
  60. win.ini,Desktop,TileWallpaper,HKLM,%Setup%,2
  61.  
  62. [SourceDisksNames]
  63. 1=%DiskName%,,0
  64.  
  65. [SourceDisksFiles]
  66. DEFAULT.CFG=1,,564
  67. ODS.CNT=1,,533
  68. ODS.HLP=1,,19970
  69. ODSCFG.EXE=1,,225280
  70. ODSHOST.EXE=1,,544768
  71. ODSPLAY.EXE=1,,479232
  72. ODSPREF.EXE=1,,425984
  73. BLOWFISH.DLL=1,,110592
  74. ODSREG.EXE=1,,106496
  75. README.TXT=1,,6225
  76. ODSP.DAT=1,,32
  77. AdvPack.DLL=1,,75024
  78. W95Inf16.DLL=1,,2272
  79. W95Inf32.DLL=1,,4608
  80.  
  81. [DestGrp]
  82. DEFAULT.CFG
  83. ODS.CNT
  84. ODS.HLP
  85. ODSCFG.EXE
  86. ODSHOST.EXE
  87. ODSPLAY.EXE
  88. ODSPREF.EXE
  89. BLOWFISH.DLL
  90. ODSREG.EXE
  91. README.TXT
  92. ODSP.DAT
  93.  
  94. [UninstGrp]
  95. "default.cfg"
  96. "ods.cnt"
  97. "Ods.hlp"
  98. "ODSCfg.exe"
  99. "ODSHost.exe"
  100. "ODSPlay.exe"
  101. "OdsPref.exe"
  102. "Blowfish.dll"
  103. "ODSreg.exe"
  104. "readme.txt"
  105. "odsp.dat"
  106.  
  107. [AdvPack]
  108. AdvPack.DLL,,,36
  109. W95Inf16.DLL,,,36
  110. W95Inf32.DLL,,,36
  111.  
  112. [Add.Inf]
  113. ODSP.INF
  114.  
  115. [DestinationDirs]
  116. DestGrp=49001
  117. UninstGrp=49001
  118. AdvPack=11
  119. Add.Inf=17
  120.  
  121. [CustomDirs]
  122. 49001,49002,49003,49004=Custom49001,1
  123. 60001=ProgramFiles,7
  124.  
  125. [CustomRemove]
  126. 49001,49002,49003,49004=Custom49001,5
  127.  
  128. [Custom49001]
  129. "HKCU","SOFTWARE\ODSP",InstallDir1,""You should fully deactivate and remove the previous version before installing the new one"",""
  130. "","","",""Where would you like to install ODS Personal?"","%24%\Program files\ODSP"
  131.  
  132. [ProgramFiles]
  133. "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir","",%24%
  134. "","","",""This software requires that you have a local "Program Files" folder for installation."",""
  135.  
  136. [RemoveDirs]
  137. %49001%
  138.  
  139. [DefaultInstall]
  140. Ini2Reg=INFTool.AddINI
  141. AddReg=AdvSetup
  142.  
  143. [DefaultInstall2]
  144. AddReg=INFTool.Add.Reg.95,INFTool.RegFix
  145. CustomDestination=CustomDirs
  146. Copyfiles=DestGrp,AdvPack,Add.Inf
  147. BeginPrompt=InstallBegin
  148. RunPostSetupCommands=AfterSetup
  149. EndPrompt=InstallComplete
  150. SmartReboot=N
  151. Uninstall=DefaultUninstall
  152.  
  153. [DefaultInstall.ntx86]
  154. AddReg=AdvSetup.ntx86
  155.  
  156. [DefaultInstall2.ntx86]
  157. AddReg=INFTool.Add.Reg.ntx86
  158. CustomDestination=CustomDirs
  159. Copyfiles=DestGrp,AdvPack,Add.Inf
  160. BeginPrompt=InstallBegin
  161. RunPostSetupCommands=AfterSetup
  162. EndPrompt=InstallComplete
  163. SmartReboot=N
  164. Uninstall=DefaultUninstall.ntx86
  165.  
  166. [INFTool_1]
  167. OptionDesc=%Product%
  168. Tip=%info%
  169. InstallType=0
  170. AddReg=AdvSetup
  171.  
  172. [INFTool_1.ntx86]
  173. OptionDesc=%Product%
  174. Tip=%info%
  175. InstallType=0
  176. AddReg=AdvSetup.ntx86
  177.  
  178. [InstallBegin]
  179. Title="ODS Personal"
  180.  
  181. [InstallComplete]
  182. Prompt="IMPORTANT INFORMATION: The Start Menu shortcut was NOT added to the Start Menu because of the security aspect of this application.  To access the configuration from within Explorer, open applet ODSPREF located in the folder where you have installed this product.  The default password is 12345.  Desktop Surveillance is now recording.  Use your computer for the usual tasks for next several minutes, then load ODSPREF module to review recorded data and customise monitoring preferences once you become familiar with this product."
  183. Title="ODS Personal"
  184.  
  185. [DefaultUninstall]
  186. BeginPrompt=BeginUPromptSection
  187. EndPrompt=EndUPromptSection
  188. DelReg=INFTool.Add.Reg.95
  189. DelFiles=UninstGrp
  190. CustomDestination=CustomRemove
  191. DelDirs=RemoveDirs
  192. Cleanup=1
  193.  
  194. [DefaultUninstall.ntx86]
  195. BeginPrompt=BeginUPromptSection
  196. EndPrompt=EndUPromptSection
  197. DelReg=INFTool.Add.Reg.ntx86
  198. DelFiles=UninstGrp
  199. DelDirs=RemoveDirs
  200. CustomDestination=CustomRemove
  201. Cleanup=1
  202.  
  203. [BeginUPromptSection]
  204. Prompt="Before uinstalling, please ensure that you disable all Desktop Surveillance profiles and reboot your computer.  Are you sure you want to remove ODS Personal now?"
  205. ButtonType=YESNO
  206. Title=%Product% Uninstall
  207.  
  208. [EndUPromptSection]
  209. Prompt="ODS Personal was removed from your computer."
  210.  
  211. [IniUpdate]
  212. Win.ini,Desktop,"WallpaperOriginX=*"
  213. Win.ini,Desktop,"WallpaperOriginY=*"
  214.