home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 16 / CDROM16.iso / internet / fastfind / UNINSTAL.INF < prev    next >
Encoding:
INI File  |  1996-11-07  |  13.8 KB  |  532 lines

  1. ;****************************************************************************
  2. ;* Internet FastFind uninstallation Script                                  *
  3. ;****************************************************************************
  4.  
  5. ; Script Switch Numbers
  6.  
  7. ;  SWITCH_IS_NT40                             01
  8. ;  SWITCH_IS_WIN95                            02
  9.  
  10. ;  SWITCH_FULL_UNINSTALL                      10
  11.  
  12. ;  SWITCH_SHOW_WAIT_DIALOG                    15
  13.  
  14. ;  SWITCH_SELECTED_NIC                        20
  15. ;  SWITCH_SELECTED_WEBFIND                    21
  16. ;  SWITCH_SELECTED_NOTIFY                     22
  17. ;  SWITCH_SELECTED_FTP                        23
  18. ;  SWITCH_SELECTED_ZIP                        24
  19. ;  SWITCH_SELECTED_WEBLAUNCH                  25
  20. ;  SWITCH_SELECTED_PATCHCONNECT               26
  21. ;  SWITCH_SELECTED_NETFILEFIND                27
  22.  
  23. ;  SWITCH_PREVIOUS                            50
  24. ;  SWITCH_NEXT                                51
  25. ;  SWITCH_CANCEL                              52
  26.  
  27. ;  SWITCH_EXIT_CONTINUE                       96
  28. ;  SWITCH_EXIT_RESTART                        97
  29. ;  SWITCH_EXIT_REBOOT                         98
  30.  
  31.  
  32. [InstallVersion]
  33. 4.0
  34.  
  35. [process]
  36. Uninstall()
  37. EnableForceWrite()
  38. EnableOverwrite()
  39. EnableWin95Shell()
  40. Enable256Advos()
  41. SetActiveCopy(MainCopy, uninstal.inf)
  42. Backup(CustDLLCopy)
  43. Backup(SettingsDLLCopy)
  44. ;Bitmaps(Bitmaps)
  45. CallProc(InitCustomDLL)
  46.  
  47. #if(switch01)
  48.    switch53=CallProcEx(bIsAdmin)
  49.    #ifnot(switch53)
  50.       CallProc(MB_NeedAdminToUninstall)
  51.       goto(Exit)
  52.    #endif
  53. #endif
  54.  
  55. CallProc(KillRunningTasks)
  56. ;ResetTarget(SourceTarget)
  57. CallProc(SetTargetToSource)
  58. CallProc(SetSymantecDirectory)
  59. CallProc(SetLiveUpdateDirectory)
  60.  
  61. switch10=TRUE
  62. WizardPanel(WizUninstallWelcome, siwrodan.dll)
  63. WizardProcessPanel()
  64.  
  65. ; NOTE - the following are for FULL uninstall
  66. #if(switch10)
  67.    SelectOption(RequiredFiles)
  68.    SelectOption(NIC)
  69.    SelectOption(WebFind)
  70.    SelectOption(Notify)
  71.    SelectOption(FTP)
  72.    SelectOption(Zip)
  73.    SelectOption(WebLaunch)
  74.    SelectOption(NetFileFind)
  75.    FullUninstall()
  76. #else
  77.    MessageBox(MB_CustomUninstallNotSupported)
  78.    SelectOption(RequiredFiles)
  79.    SelectOption(NIC)
  80.    SelectOption(WebFind)
  81.    SelectOption(Notify)
  82.    SelectOption(FTP)
  83.    SelectOption(Zip)
  84.    SelectOption(WebLaunch)
  85.    SelectOption(NetFileFind)
  86.    switch10=TRUE
  87.    FullUninstall()
  88. #endif
  89.  
  90. CallProc(RemoveRpaChk)
  91.  
  92. Uncopy()
  93.  
  94. CallProc(HourglassOn)
  95.  
  96. ;switch15=TRUE
  97.  
  98. switch53=IsOptionSelected(NIC)
  99. #if(switch53)
  100.    CallProc(RemoveSettingsNIC)
  101.    Delete(LeftoversNIC)
  102. #endif
  103.  
  104. switch53=IsOptionSelected(WebFind)
  105. #if(switch53)
  106.    CallProc(RemoveSettingsWebFind)
  107.    Delete(LeftoversWebFind)
  108. #endif
  109.  
  110. switch53=IsOptionSelected(Notify)
  111. #if(switch53)
  112.    CallProc(RemoveSettingsNotify)
  113.    Delete(LeftoversNotify)
  114. #endif
  115.  
  116. switch53=IsOptionSelected(FTP)
  117. #if(switch53)
  118.    CallProc(UninstallShared_FTP)
  119.    CallProc(RemoveSettingsFTP)
  120. #endif
  121.  
  122. switch53=IsOptionSelected(Zip)
  123. #if(switch53)
  124.    CallProc(UninstallShared_Zip)
  125.    CallProc(RemoveSettingsZip)
  126. #endif
  127.  
  128. switch53=IsOptionSelected(WebLaunch)
  129. #if(switch53)
  130.    CallProc(RemoveSettingsWebLaunch)
  131.    Delete(LeftoversWebLaunch)
  132. #endif
  133.  
  134. switch53=IsOptionSelected(NetFileFind)
  135. #if(switch53)
  136.    CallProc(RemoveSettingsNetFileFind)
  137.    Delete(LeftoversNetFileFind)
  138. #endif
  139.  
  140. switch53=IsOptionSelected(PatchConnect)
  141. #if(switch53)
  142.    CallProc(RemoveSettingsPatchConnect)
  143.    Delete(LeftoversPatchConnect)
  144. #endif
  145.  
  146. #if(switch10)
  147.    CallProc(UnregisterSharedUsage_LiveUpdate)
  148.    CallProc(UninstallShared)
  149.    CallProc(UnregisterProductInfo)
  150.    Delete(LeftoversFull)
  151. #endif
  152.  
  153. CallProc(HourglassOff)
  154.  
  155. CallProc(DeleteProgramGroup)
  156.  
  157.  
  158. #if(switch02)
  159.    switch96=FALSE
  160.    switch97=TRUE
  161.    switch98=FALSE
  162. #else
  163.    switch96=FALSE
  164.    switch97=FALSE
  165.    switch98=TRUE
  166. #endif
  167.  
  168. WizardPanel(WizUninstallFinish, siwrodan.dll)
  169. WizardProcessPanel()
  170.  
  171. CallProc(DeleteDirectories)
  172.  
  173. :Exit
  174. CallProc(RefreshDesktop)
  175. #if(switch97)
  176.    switch53=CallProcEx(bRestartWindows)
  177.    #if(switch53)
  178.       ExitRestart()
  179.    #else
  180.       Exit()
  181.    #endif
  182. #endif
  183.  
  184. #if(switch98)
  185.    switch53=CallProcEx(bRebootSystem)
  186.    #if(switch53)
  187.       RebootNT()
  188.    #else
  189.       Exit()
  190.    #endif
  191. #endif
  192.  
  193. Exit()
  194.  
  195. ;***************************************************************************
  196. ;* SubProc Executed When Install Takes Over As Shell
  197. ;***************************************************************************
  198.  
  199. [SubProc]
  200. Backup(CustDLLCopy)
  201. Backup(SettingsDLLCopy)
  202. ResetTarget(SourceTarget)
  203. Return()
  204.  
  205. ;***************************************************************************
  206. ;* Dialog Info                                                             *
  207. ;***************************************************************************
  208.  
  209. ;***************************************************************************
  210. ;* Message Text                                                            *
  211. ;***************************************************************************
  212.  
  213. [cancel]
  214. caption = "Exit Uninstall?"
  215. text    = "Are you sure that you want to exit?"
  216.  
  217. [cancelshell]
  218. caption = "Exit Uninstall?"
  219. "You have chosen to cancel the Uninstall"
  220. "program. In order to reset the Windows"
  221. "environment, Uninstall will also close"
  222. "Windows. Are you sure you want to exit?"
  223.  
  224. [NotImplemented]
  225. caption = "Feature Not Implemented"
  226. "This feature has not yet been implemented."
  227.  
  228. [MB_CustomUninstallNotSupported]
  229. caption="Internet FastFind Uninstall"
  230. "Custom uninstall is not yet supported. A full uninstall will be performed."
  231.  
  232. ;***************************************************************************
  233. ;* Set Directories                                                         *
  234. ;***************************************************************************
  235.  
  236. [SourceTarget]
  237. reset = TARGET1
  238. location = %s, SOURCE
  239.  
  240.  
  241. ;***************************************************************************
  242. ;* Delete Files                                                            *
  243. ;***************************************************************************
  244.  
  245. [LeftoversFull]
  246. pipedlg.dat,   TARGET1
  247. modem.id,      TARGET1
  248. $flecomp.tmp,  TARGET1
  249. wintdist.exe,  TARGET1
  250. zip.gid,       TARGET1
  251. zip.fts,       TARGET1
  252. zip.ftg,       TARGET1
  253. ftp.gid,       TARGET1
  254. ftp.fts,       TARGET1
  255. ftp.ftg,       TARGET1
  256. system.iff,    WINDOWS
  257. user.iff,      WINDOWS
  258. siwifftr.dll,  WINDOWS
  259.  
  260. [LeftoversNIC]
  261. iff.gid, TARGET1
  262. iff.fts, TARGET1
  263. iff.ftg, TARGET1
  264.  
  265. [LeftoversWebFind]
  266. webfind.gid, TARGET1
  267. webfind.fts, TARGET1
  268. webfind.ftg, TARGET1
  269. NWFATVST.DLL, TARGET1
  270. NWFCHMTR.DLL, TARGET1
  271. NWFCHWHS.DLL, TARGET1
  272. NWFEXCIT.DLL, TARGET1
  273. NWFFRLKC.DLL, TARGET1
  274. NWFGRCRL.DLL, TARGET1
  275. NWFHOTBT.DLL, TARGET1
  276. NWFINFSK.DLL, TARGET1
  277. NWFJPTTN.DLL, TARGET1
  278. NWFJPYHO.DLL, TARGET1
  279. NWFLYCOS.DLL, TARGET1
  280. NWFMGLLN.DLL, TARGET1
  281. NWFWBCRL.DLL, TARGET1
  282. NWFYAHOO.DLL, TARGET1
  283.  
  284.  
  285. [LeftoversNotify]
  286. notify.gid, TARGET1
  287. notify.fts, TARGET1
  288. notify.ftg, TARGET1
  289.  
  290. [LeftoversPatchConnect]
  291. pconnect.gid, TARGET1
  292. pconnect.fts, TARGET1
  293. pconnect.ftg, TARGET1
  294.  
  295. [LeftoversNetFileFind]
  296. netff.gid, TARGET1
  297. netff.fts, TARGET1
  298. netff.ftg, TARGET1
  299.  
  300. [LeftoversWebLaunch]
  301. wlaunch.gid, TARGET1
  302. wlaunch.fts, TARGET1
  303. wlaunch.ftg, TARGET1
  304.  
  305. [CustDLLDel]
  306. siwrodan.dll,  TEMPDIR
  307.  
  308. ;***************************************************************************
  309. ;* External function calls (DLL)                                           *
  310. ;***************************************************************************
  311.  
  312. [InitCustomDLL]
  313. dll = siwrodan.dll
  314. function = InitCustomDLL
  315.  
  316. [TestFunction]
  317. dll = siwrodan.dll
  318. function = TestFunction
  319.  
  320. [SetSymantecDirectory]
  321. dll=siwrodan.dll
  322. function=SetSymantecDirectory
  323.  
  324. [SetLiveUpdateDirectory]
  325. dll=siwrodan.dll
  326. function=SetLiveUpdateDirectory
  327.  
  328. [UninstallShared]
  329. dll=siwrodan.dll
  330. function=UninstallShared
  331.  
  332. [UninstallShared_Zip]
  333. dll=siwrodan.dll
  334. function=UninstallShared_Zip
  335.  
  336. [UninstallShared_FTP]
  337. dll=siwrodan.dll
  338. function=UninstallShared_FTP
  339.  
  340. [UnregisterProductInfo]
  341. dll=siwrodan.dll
  342. function=UnregisterProductInfo
  343.  
  344. [KillRunningTasks]
  345. dll=siwrodan.dll
  346. function=KillRunningTasks
  347.  
  348. [DeleteDirectories]
  349. dll=siwrodan.dll
  350. function=DeleteDirectories
  351.  
  352. [HourglassOn]
  353. dll=siwrodan.dll
  354. function=HourglassOn
  355.  
  356. [HourglassOff]
  357. dll=siwrodan.dll
  358. function=HourglassOff
  359.  
  360. [RemoveSettingsNIC]
  361. dll=siwrodan.dll
  362. function=RemoveSettingsNIC
  363.  
  364. [RemoveSettingsWebFind]
  365. dll=siwrodan.dll
  366. function=RemoveSettingsWebFind
  367.  
  368. [RemoveSettingsNotify]
  369. dll=siwrodan.dll
  370. function=RemoveSettingsNotify
  371.  
  372. [RemoveSettingsFTP]
  373. dll=siwrodan.dll
  374. function=RemoveSettingsFTP
  375.  
  376. [RemoveSettingsZip]
  377. dll=siwrodan.dll
  378. function=RemoveSettingsZip
  379.  
  380. [RemoveSettingsWebLaunch]
  381. dll=siwrodan.dll
  382. function=RemoveSettingsWebLaunch
  383.  
  384. [RemoveSettingsNetFileFind]
  385. dll=siwrodan.dll
  386. function=RemoveSettingsNetFileFind
  387.  
  388. [RemoveSettingsPatchConnect]
  389. dll=siwrodan.dll
  390. function=RemoveSettingsPatchConnect
  391.  
  392. [SetTargetToSource]
  393. dll=siwrodan.dll
  394. function=SetTargetToSource
  395.  
  396. [bRestartWindows]
  397. dll=siwrodan.dll
  398. function=bRestartWindows
  399.  
  400. [bRebootSystem]
  401. dll=siwrodan.dll
  402. function=bRebootSystem
  403.  
  404. [UnregisterSharedUsage_LiveUpdate]
  405. dll=siwrodan.dll
  406. function=UnregisterSharedUsage_LiveUpdate
  407.  
  408. [bIsAdmin]
  409. dll=siwrodan.dll
  410. function=bIsAdmin
  411.  
  412. [MB_NeedAdminToUninstall]
  413. dll=siwrodan.dll
  414. function=MB_NeedAdminToUninstall
  415.  
  416. [DeleteProgramGroup]
  417. dll=siwrodan.dll
  418. function=DeleteProgramGroup
  419.  
  420. [RemoveRpaChk]
  421. dll=siwrodan.dll
  422. function=RemoveRpaChk
  423.  
  424. ;***************************************************************************
  425. ;* Misc install functions                                                  *
  426. ;***************************************************************************
  427.  
  428. [Bitmaps]
  429. color = %s\symantec.rle, -1, -1
  430.  
  431. ;***************************************************************************
  432. ;* File backup                                                             *
  433. ;***************************************************************************
  434.  
  435. [CustDLLCopy]
  436. siwrodan.dll, siwrodan.dll, SOURCE, TEMPDIR
  437.  
  438. [SettingsDLLCopy]
  439. settings.dll, settings.dll, SOURCE, TEMPDIR
  440.  
  441. ;***************************************************************************
  442. ;* SetShell section                                                        *
  443. ;***************************************************************************
  444.  
  445. [SetShell]
  446. WinIniName = win.ini
  447. SystemIniName = system.ini
  448. Message = MessageBox.SetShellMessage
  449. SysSectionName = boot
  450. WinSectionName = windows
  451. shell = %s\setup.exe
  452. load =
  453. run =
  454. SetShellIfLoaded=
  455. Backup = Backup.SetShellSave
  456. Restore = Backup.SetShellRestore
  457. Active=no
  458. IfActiveList=LoadedList
  459. SubProcess=SubProc
  460.  
  461. [SetShellSave]
  462. win.ini, win.siw, WINDOWS, WINDOWS
  463. system.ini, system.siw, WINDOWS, WINDOWS
  464.  
  465. [SetShellRestore]
  466. system.siw, system.ini, WINDOWS, WINDOWS
  467. win.siw, win.ini, WINDOWS, WINDOWS
  468.  
  469. [_LoadedList]
  470.  
  471. [SetShellMessage]
  472. caption  =  "Internet FastFind Uninstall"
  473. "Welcome to Internet FastFind Uninstall.  Please select OK to allow Uninstall to restart Windows and continue.  Press Cancel to exit Uninstall."
  474.  
  475.  
  476. ;***************************************************************************
  477. ;* Groups                                                                  *
  478. ;***************************************************************************
  479.  
  480. [MainGroup]
  481. "Internet FastFind", nn.grp
  482.  
  483. [Internet FastFind]
  484. "WebFind",                          webfind.exe,   WebFind,,TARGET1,,,,TARGET1
  485. "Internet FastFind",                iff.exe,       NIC,,TARGET1,,,,TARGET1
  486. "Notify",                           notify.exe,    Notify,,TARGET1,,,,TARGET1
  487. "PatchConnect",                     pconnect.exe,  PatchConnect,,TARGET1,,,,TARGET1
  488. "NetFileFind",                      netff.exe,     NetFileFind,,TARGET1,,,,TARGET1
  489. "Internet FastFind Release Notes",  readme.txt,    RequiredFiles,,TARGET1,,,,TARGET1
  490.  
  491. ;***************************************************************************
  492. ;* Copy                                                                    *
  493. ;***************************************************************************
  494.  
  495. [MainCopy]
  496. ;SelectionType.ComponentName,    "SelectionDlgText",               Size,    Required?,<Files>?,ShowItem?
  497.  
  498. CopyMain.RequiredFiles,          "Required Files - %ldK",            0,       Y,          N,          Y
  499. CopyMain.LiveUpdate,             "Symantec LiveUpdate - %ldK",       0,       N,          N,          N
  500. CopyMain.NIC,                    "Internet FastFind - %ldK",         0,       N,          N,          Y
  501. CopyMain.WebFind,                "WebFind - %ldK",                   0,       N,          N,          Y
  502. CopyMain.Notify,                 "Notify - %ldK",                    0,       N,          N,          Y
  503. CopyMain.FTP,                    "EasyFTP - %ldK",                   0,       N,          N,          Y
  504. CopyMain.Zip,                    "EasyZIP - %ldK",                   0,       N,          N,          Y
  505. CopyMain.WebLaunch,              "WebLaunch - % ldK",                0,       N,          N,          Y
  506. CopyMain.PatchConnect,           "PatchConnect - % ldK",             0,       N,          N,          Y
  507. CopyMain.NetFileFind,            "NetFileFind - % ldK",              0,       N,          N,          Y
  508.  
  509.  
  510. ;***************************************************************************
  511. ;* Wizard Panels                                                           *
  512. ;***************************************************************************
  513.  
  514. [WizUninstallWelcome]
  515. Caption="Internet FastFind Uninstall"
  516. Title="Welcome to Uninstall"
  517. DlgProc=SIW_ProductDlgProc
  518. ResourceId=1005
  519. Bitmap16=900
  520. PanelDataProc=DefaultDataProc
  521. PanelFlags=first
  522.  
  523. [WizUninstallFinish]
  524. Caption="Internet FastFind Uninstall"
  525. Title="Uninstall Complete"
  526. DlgProc=SIW_ProductDlgProc
  527. ResourceId=1004
  528. ;Bitmap16=906
  529. Bitmap16=900
  530. PanelDataProc=DefaultDataProc
  531. PanelFlags=first+last+finish
  532.