home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_1.ISO / remote / pca32_75.exe / Uninstal.inf < prev    next >
INI File  |  1996-07-29  |  17KB  |  559 lines

  1. [InstallVersion]
  2. 4.0
  3. [Process]
  4. Uninstall()                                
  5. FullUninstall()
  6. Bitmaps(pix)                               
  7. DisableHelp()                              
  8. Backup(CustDLLCopy)                        
  9. EnableNetQPD()                                    
  10. PassVersionCheck()                            
  11. SetNumberOfTargets(20)                        
  12. CallProc(Func_InitDll)
  13. switch1  = FALSE 
  14. switch2  = FALSE 
  15. switch45 = FALSE 
  16. WizardPanel(Panel_WrongVersion, siwpca.dll)
  17. switch19 = CallProcEx(Func_CheckOSVer)
  18. switch1= FALSE
  19. switch2= FALSE
  20. #if(switch19) 
  21.     #if(switch20) 
  22.         switch2 = TRUE
  23.         switch45 = CallProcEx(Func_CheckOSShell)
  24.       #else
  25.         switch1 = TRUE
  26.     #endif
  27. #else    
  28.     WizardProcessPanel()
  29.     CallProcEx(Func_SetErr_BadOSVer)
  30.     Goto(Label_AbnormalExit)
  31. #endif    
  32. switch3 = CallProcEx(Func_QueryInstallVal)
  33. #if(switch3)
  34. #endif
  35. CallProcEx(Func_RegQueryValueEx_Userdir)    
  36. #if(switch1)
  37.     CallProcEx(Func_SetupSharedComponentsDir) 
  38.     CallProcEx(Func_SetVarTarget3)                 
  39. #endif
  40. CallProcEx(Func_SetVars)                              
  41. WizardPanel(Panel_WelcomeUninstall, siwpca.dll)
  42. WizardProcessPanel()
  43. DisableUtils()
  44. CallProcEx(Func_DeleteDirs)        
  45. EnableUtils()
  46. DelFromIni(Win_Ports_winawprn)                
  47. #if(switch1) 
  48.     CallProcEx(Func_SetVarTarget3)                 
  49.     #if(switch3)    
  50.         CallProcEx(Func_UpdateUsageCounts)    
  51.         CallProcEx(Func_DeleteSharedCompDir) 
  52.     #endif
  53. #endif
  54. #if(switch1) 
  55.     CallProcEx(Func_DelWin95Keys)
  56. #else
  57.     CallProcEx(Func_DelWinNTKeys)
  58. #endif
  59. CallProcEx (Func_DelCommonKeys)
  60. #if(switch1) 
  61.     CallProcEx(Func_Delete95Files)
  62. #else    
  63.     CallProcEx(Func_QueryValueEx_SavedGina)
  64.     switch5 = CallProcEx (Func_IsPathEmpty)
  65.     #ifnot(switch5)
  66.         CallProcEx(Func_CreateKey_RestoreGina)
  67.     #else
  68.         CallProcEx(Func_DeleteValue_RemoveGina)
  69.     #endif
  70.     CallProcEx(Func_DeleteNTFiles)
  71. #endif
  72. CallProcEx(Func_DeleteCommonFiles)
  73. #if(switch2)
  74. #endif
  75. #if(switch2)    
  76.     switch19 = CallProcEx(Func_RemoveService)
  77.     switch90 = FALSE 
  78.     #ifnot(switch19)
  79.         #if(switch24)
  80.             switch90 = TRUE 
  81.             switch95 = TRUE 
  82.         #endif
  83.         #ifnot(switch90)
  84.             #if(switch20)
  85.                 switch90 = TRUE 
  86.                 switch95 = TRUE 
  87.             #endif
  88.         #endif
  89.         #ifnot(switch90)
  90.             CallProcEx(Func_ShowSwitches)
  91.          #endif
  92.     #else
  93.         switch95 = TRUE 
  94.     #endif
  95. #endif
  96. #if(switch1)
  97.     CallProcEx(Func_RemoveGroup)
  98. #else    
  99.     #if(switch45)
  100.         CallProcEx(Func_RemoveGroup)
  101.     #else
  102.         Groups()
  103.     #endif
  104. #endif
  105. :Label_PanelFinished
  106. WizardPanel(Panel_PCACommonFinish, siwpca.dll)
  107. switch5 = IsFileInUse()
  108. #if(switch5) 
  109.     switch20 = TRUE
  110.     switch21 = TRUE
  111. #else
  112.     switch20 = TRUE
  113.     switch21 = FALSE
  114. #endif
  115. WizardProcessPanel()
  116. Goto(Label_CleanupAndExit)
  117. :Label_AbnormalExit
  118. switch20 = FALSE
  119. switch21 = TRUE
  120. :Label_CleanupAndExit
  121. switch6 = IsSilentMode()
  122. #if(switch6)
  123.         CallProcEx(Func_CreateMIFFile)    
  124.         switch20 = TRUE
  125.         switch21 = FALSE
  126. #endif
  127. CallProc(Func_ReleaseDll)
  128. Delete(CustDLLDelete)
  129. #if(switch20) 
  130.     Exit()
  131. #else              
  132.     #if(switch2) 
  133.         RebootNT()
  134.     #endif
  135.     ExitRestart()
  136. #endif
  137. End()
  138. [groups]
  139. "pcANYWHERE32",       winaw32.grp, DELETE
  140. [pcANYWHERE32]
  141. "pcANYWHERE"            ,  winaw32.exe,        BaseFiles, 0, TARGET5
  142. "Remove pcANYWHERE"    ,  "setup.exe",      BaseFiles, 0, TARGET4, , , "/u"
  143. "Release Notes"        ,  "readme.txt",         BaseFiles, 0, TARGET5
  144. [Target4_System\Drivers]
  145. reset = TARGET4
  146. location = %s\Drivers, SYSTEM
  147. [Func_InitDll]
  148. dll = siwpca.dll
  149. function = InitDll
  150. arg0 = 5
  151. arg1 = 20
  152. arg2 = "pcANYWHERE"
  153. arg3 = pcANYWHERE32
  154. arg4 = PIPELINE.INI
  155. [Func_CheckOSVer]
  156. dll = siwpca.dll
  157. function = SCRCheckOSVersion
  158. arg0 = 03
  159. arg1 = 95
  160. arg2 = 03
  161. arg3 = 51
  162. [Func_CheckOSShell]
  163. dll = siwpca.dll
  164. function = SCRCheckOSVersion
  165. arg0 = 03
  166. arg1 = 95
  167. arg2 = 04
  168. arg3 = 00
  169. [Func_UpdateUsageCounts]
  170. dll = siwpca.dll
  171. function = FuncUpdateUsageCounts
  172. [RefCounts]
  173. symevnt.386, TARGET3
  174. symevnt1.dll, TARGET3
  175. s32evnt1.dll, TARGET3
  176. [Func_SetupSharedComponentsDir]
  177. dll = siwpca.dll
  178. function = FuncGetSharedCompDir
  179. arg0 = "c:\Program Files\Symantec"
  180. arg1 = "c:\WIN32APP\Symantec"
  181. arg2 = PATH4
  182. [Func_SetVarTarget3]
  183. dll = siwpca.dll
  184. function = FuncSetVar
  185. arg0 = TARGET3
  186. arg1 = "%s, PATH4"
  187. [Func_DebugStub]
  188. dll = siwpca.dll
  189. function = FuncDebugStub
  190. [Func_RegDeleteKeyValue]
  191. dll = siwpca.dll
  192. function = FuncRegDeleteKeyValue
  193. section = SecDelKeyVal
  194. [Func_DelWin95Keys]
  195. dll = siwpca.dll
  196. function = FuncRegDeleteKeyValue
  197. section = SecDelWin95Keys
  198. [Func_Reboot]
  199. dll = siwpca.dll
  200. function = SCRReboot
  201. [SecDelWin95Keys]
  202. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\pcANYWHERE32"
  203. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\WINAW32.EXE"
  204. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AWHOST32.EXE"
  205. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AWREM32.EXE"
  206. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AWGATE.EXE"
  207. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AWRAS32.EXE"
  208. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AWEDIT32.EXE"
  209. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\SLAUNCH.EXE"
  210. HKEY_LOCAL_MACHINE, "System\CurrentControlSet\Services\VxD\AW_HOST"
  211. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices", "awhost32"
  212. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\SharedUsage\Symevnt.386", "pcANYWHERE32"
  213. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\SharedUsage\Symevnt1.dll", "pcANYWHERE32"
  214. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\SharedUsage\S32evnt1.dll", "pcANYWHERE32"
  215. [Func_DelWinNTKeys]
  216. dll = siwpca.dll
  217. function = FuncRegDeleteKeyValue
  218. section = SecDelWinNTKeys
  219. [SecDelWinNTKeys]
  220. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\pcANYWHERE32"
  221. HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Uninstall\pcANYWHERE32"
  222. HKEY_LOCAL_MACHINE, "SYSTEM\CurrentControlSet\Services\AW_HOST"
  223. HKEY_LOCAL_MACHINE, "SYSTEM\CurrentControlSet\Services\awhost32"
  224. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{0D302F2C-8EA6-11CE-B035-444553540000}"
  225. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{92A681A0-9f0D-11CE-B035-444553540000}"
  226. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{DF44ACC1-972F-11CE-B035-444553540000}"
  227. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{92a681a1-9f0d-11CE-B035-444553540000}"
  228. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{DF44ACC2-972F-11CE-B035-444553540000}"
  229. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{92A681A2-9f0D-11CE-B035-444553540000}"
  230. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{DF44ACC3-972F-11CE-B035-444553540000}"
  231. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{92A681A3-9f0D-11CE-B035-444553540000}"
  232. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{DF44ACC4-972F-11CE-B035-444553540000}"
  233. HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved, "{92A681A4-9f0D-11CE-B035-444553540000}"
  234. [Func_DelCommonKeys]
  235. dll = siwpca.dll
  236. function = FuncRegDeleteKeyValue
  237. section = SecDelCommonKeys
  238. [SecDelCommonKeys]
  239. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\pcANYWHERE\CurrentVersion"
  240. HKEY_USERS,  "SOFTWARE\Symantec\pcANYWHERE\CurrentVersion"
  241. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\pcANYWHERE",,DELETE_KEY_IF_EMPTY
  242. HKEY_USERS,  "SOFTWARE\Symantec\pcANYWHERE",,DELETE_KEY_IF_EMPTY
  243. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\InstalledApps", "pcANYWHERE32"
  244. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\InstalledApps",,DELETE_KEY_IF_EMPTY
  245. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\Online Registration\pcANYWHERE32"
  246. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\Online Registration",,DELETE_KEY_IF_EMPTY
  247. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec\SharedUsage",,DELETE_KEY_IF_NO_SUBKEYS
  248. HKEY_LOCAL_MACHINE, "SOFTWARE\Symantec",,DELETE_KEY_IF_EMPTY
  249. HKEY_USERS, "SOFTWARE\Symantec",,DELETE_KEY_IF_EMPTY
  250. HKEY_CLASSES_ROOT, "CLSID\{0D302F2C-8EA6-11CE-B035-444553540000}"
  251. HKEY_CLASSES_ROOT, "CLSID\{92A681A0-9f0D-11CE-B035-444553540000}"
  252. HKEY_CLASSES_ROOT, "CLSID\{92A681A1-9f0D-11CE-B035-444553540000}"
  253. HKEY_CLASSES_ROOT, "CLSID\{92A681A2-9f0D-11CE-B035-444553540000}"
  254. HKEY_CLASSES_ROOT, "CLSID\{92A681A3-9f0D-11CE-B035-444553540000}"
  255. HKEY_CLASSES_ROOT, "CLSID\{92A681A4-9f0D-11CE-B035-444553540000}"
  256. HKEY_CLASSES_ROOT, "CLSID\{DF44ACC1-972F-11CE-B035-444553540000}"
  257. HKEY_CLASSES_ROOT, "CLSID\{DF44ACC2-972F-11CE-B035-444553540000}"
  258. HKEY_CLASSES_ROOT, "CLSID\{DF44ACC3-972F-11CE-B035-444553540000}"
  259. HKEY_CLASSES_ROOT, "CLSID\{DF44ACC4-972F-11CE-B035-444553540000}"
  260. HKEY_CLASSES_ROOT, ".cif"
  261. HKEY_CLASSES_ROOT, "CallerFile"
  262. HKEY_CLASSES_ROOT, ".chf"
  263. HKEY_CLASSES_ROOT, "RemoteCtrlFile"
  264. HKEY_CLASSES_ROOT, ".bhf"
  265. HKEY_CLASSES_ROOT, "BeHostFile"
  266. HKEY_CLASSES_ROOT, ".osf"
  267. HKEY_CLASSES_ROOT, "OnlineServiceFile"
  268. HKEY_CLASSES_ROOT, ".gwf"
  269. HKEY_CLASSES_ROOT, "GatewayFile"
  270. HKEY_CLASSES_ROOT, "pcANYWHERE32"
  271. HKEY_LOCAL_MACHINE, "SOFTWARE\Classes\CLSID\{82A1A802-8BA9-11CF-B95F-00A02412C812}"
  272. HKEY_LOCAL_MACHINE, "SOFTWARE\Classes\CLSID\{82A1A805-8BA9-11CF-B95F-00A02412C812}"
  273. HKEY_LOCAL_MACHINE, "SOFTWARE\Classes\Winawsvr.Document"
  274. HKEY_LOCAL_MACHINE, "SOFTWARE\Classes\WINAWSVR.REMOTEDATAMANAGER"
  275. HKEY_CLASSES_ROOT,  "CLSID\{82A1A802-8BA9-11CF-B95F-00A02412C812}"
  276. HKEY_CLASSES_ROOT,  "CLSID\{82A1A805-8BA9-11CF-B95F-00A02412C812}"
  277. HKEY_CLASSES_ROOT,  "Winawsvr.Document"
  278. HKEY_CLASSES_ROOT,  "WINAWSVR.REMOTEDATAMANAGER"
  279. [Func_DelWin95AutoStart]
  280. dll = siwpca.dll
  281. function = FuncRegDeleteKeyValue
  282. arg0=HKEY_LOCAL_MACHINE
  283. arg1="SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices"
  284. arg2="awhost32"
  285. [Func_DeleteNTFiles]
  286. dll = siwpca.dll
  287. function = FuncDeleteFile
  288. section = SectionDeleteNTFiles
  289. [SectionDeleteNTFiles]
  290. awgina.dll, %s, PATH1
  291. aw_host.sys, %s, PATH9
  292. awgina.dll, %s, SYSTEM
  293. awdspnt.dll, %s, SYSTEM
  294. [Func_Delete95Files]
  295. dll = siwpca.dll
  296. function = FuncDeleteFile
  297. section = SectionDelete95Files
  298. [SectionDelete95Files]
  299. aw_host.386, %s, SYSTEM
  300. [Func_DeleteCommonFiles]
  301. dll = siwpca.dll
  302. function = FuncDeleteFile
  303. section = SectionDeleteCommonFiles
  304. [SectionDeleteCommonFiles]
  305. awrem32.ini, %s, WINDOWS
  306. awhost32.ini, %s, WINDOWS
  307. awonl32.ini, %s, WINDOWS
  308. [Func_ReleaseDll]
  309. dll = siwpca.dll
  310. function = ReleaseDLL
  311. [ExitHookProc]
  312. dll = siwpca.dll
  313. function = ReleaseDLL
  314. [Func_RegQueryValueEx_Userdir]
  315. dll = siwpca.dll
  316. function = FuncRegQueryValue
  317. arg0 = "HKEY_LOCAL_MACHINE"
  318. arg1 = "SOFTWARE\Symantec\pcANYWHERE\CurrentVersion\System"
  319. arg2 = Userdir
  320. arg3 = TARGET
  321. [Func_DeleteDirs]
  322. dll = siwpca.dll
  323. function = FuncDeleteDir
  324. section = Section_DeleteDirs
  325. [Section_DeleteDirs]
  326. %s, PATH2
  327. %s, PATH3, E
  328. %s, PATH0
  329. [Func_DeleteSharedCompDir]
  330. dll = siwpca.dll
  331. function = FuncDeleteDir
  332. arg0 = "%s, PATH4
  333. arg1 = E
  334. [Func_QueryInstallVal]
  335. dll = siwpca.dll
  336. function = FuncRegQueryValue
  337. arg0 = "HKEY_LOCAL_MACHINE"
  338. arg1 = "SOFTWARE\Symantec\pcANYWHERE\CurrentVersion\System"
  339. arg2 = Installed
  340. arg3 = PATHRET
  341. [Func_QueryValueEx_SavedGina]
  342. dll = siwpca.dll
  343. function = FuncRegQueryValue
  344. arg0 = "HKEY_LOCAL_MACHINE"
  345. arg1 = "SOFTWARE\Symantec\pcANYWHERE\CurrentVersion\System"
  346. arg2 = "GinaDLL"
  347. arg3 = PATHRET
  348. [Func_IsPathEmpty]
  349. dll = siwpca.dll
  350. function = FuncIsPathEmpty
  351. path = PATHRET
  352. [Func_CreateKey_RestoreGina]
  353. dll = siwpca.dll
  354. function = FuncRegCreateKeyValue
  355. arg0 = "HKEY_LOCAL_MACHINE"
  356. arg1 = "SOFTWARE\MICROSOFT\WINDOWS NT\CurrentVersion\WinLogon"
  357. arg2 = "GinaDLL"
  358. arg3 = "REG_SZ"
  359. arg4 = PATHRET
  360. [Func_DeleteValue_RemoveGina]
  361. dll = siwpca.dll
  362. function = FuncRegDeleteKeyValue
  363. arg0 = "HKEY_LOCAL_MACHINE"
  364. arg1 = "SOFTWARE\MICROSOFT\WINDOWS NT\CurrentVersion\WinLogon"
  365. arg2 = "GinaDLL"
  366. [Func_ShowRegs]
  367. dll = siwpca.dll
  368. function = FuncShowRegs
  369. [Func_SetVars]
  370. dll = siwpca.dll
  371. function = FuncSetVar
  372. section = Section_SetVars
  373. [Section_SetVars]
  374. PATH0, %s, TARGET                     
  375. PATH1, %s, TARGET                      
  376. PATH2, %s\Data, TARGET
  377. PATH3, %s\Download, TARGET
  378. PATH8, %s\Setup, TARGET
  379. PATH9, %s\Drivers, SYSTEM
  380. [Func_SetErr_BadOSVer]
  381. dll = siwpca.dll
  382. function = FuncSetErrorDesc
  383. arg0="Operating System Version Not Supported"
  384. [Func_CreateMIFFile]
  385. dll = siwpca.dll
  386. function = FuncCreateMIFFile
  387. section = Section_CreateMIFFile
  388. [Section_CreateMIFFile]
  389. COMPONENT, "WORKSTATION"
  390. GROUP, "ComponentID", 1, "DMTF|ComponentID|1.0"
  391. ATTRIBUTE, "Manufacturer", 1, READ-ONLY, SPECIFIC, STRING, "Symantec Corporation"
  392. ATTRIBUTE, "Product", 2, READ-ONLY, SPECIFIC, STRING, "pcANYWHERE32"
  393. ATTRIBUTE, "Version", 3, READ-ONLY, SPECIFIC, STRING, "7.0"
  394. ATTRIBUTE, "Serial Number", 4, READ-ONLY, SPECIFIC, STRING, "N/A"
  395. ATTRIBUTE, "Installation", 5, READ-ONLY, SPECIFIC, STRING, <datetime>
  396. GROUP, "InstallStatus", 2, "MICROSOFT|JOBSTATUS|1.0"
  397. ATTRIBUTE, "Status", 1, READ-ONLY, SPECIFIC, STRING, <status>
  398. ATTRIBUTE, "Description", 2, READ-ONLY, SPECIFIC, STRING, <message>
  399. [SymantecDir]
  400. caption = "Searching for Shared Directory"
  401. text1 = "Searching for Symantec shared"
  402. text2 = "program folder."
  403. appname = "symcfg.bin"
  404. apppath = C:\SYMANTEC
  405. [Errors]
  406. NoPrev  =  "Symantec Setup for Windows is already running!"
  407. [FileCopy]
  408. copycaption   =  "Removing pcANYWHERE files"
  409. errorcaption  =  "Error Removing Files"
  410. insertcaption =  "Insert Diskette"
  411. Message       =   MessageText
  412. [Cancel]
  413. caption = "pcANYWHERE - Exit Uninstall"
  414. text    = "Are you sure you want to exit?"
  415. [CancelShell]
  416. caption = "pcANYWHERE - Exit Uninstall"
  417. "You have selected to cancel Uninstall."
  418. "In order to reset the Windows"
  419. "environment, Uninstall will also restart"
  420. "your computer.  Are you sure you want to exit?"
  421. [Bye]
  422. caption  =  "pcANYWHERE - Uninstall Complete"
  423. "This concludes the removal of pcANYWHERE."
  424. "Your computer is no longer protected from viruses."
  425. " "
  426. [ByeRestart]
  427. caption  =  "pcANYWHERE - Uninstall Complete"
  428. "pcANYWHERE has been removed.  Your computer
  429. "is no longer protected from viruses."
  430. " "
  431. "Setup must restart your computer to complete the"
  432. "uninstall process."
  433. [Target2_Target]
  434. reset = TARGET2
  435. location = %s, TARGET
  436. [Target_Target2]
  437. reset = TARGET
  438. location = %s, TARGET2
  439. [Target_Target2\Data]
  440. reset = TARGET
  441. location = %s\Data, TARGET2
  442. [Target_Target2\Transfer]
  443. reset = TARGET
  444. location = %s\Download, TARGET2
  445. [SourceToTarget4]
  446. reset = TARGET4
  447. location = %s, SOURCE
  448. [Target4ToTarget]
  449. reset = TARGET
  450. location = %s, TARGET4
  451. [TargetToTarget3]
  452. reset = TARGET3
  453. location = %s, TARGET
  454. [Target2ToTarget4]
  455. reset = TARGET4
  456. location = %s, TARGET2
  457. [Target2ToTarget5]
  458. reset = TARGET5
  459. location = %s, TARGET2
  460. [TargetToTarget5]
  461. reset = TARGET5
  462. location = %s, TARGET
  463. [SystemToTarget2]
  464. reset = TARGET2
  465. location = "SYSTEM"
  466. relative = 1
  467. relativeto = TARGET
  468. [SharedToTarget3]
  469. reset = TARGET3
  470. location = %s, TARGET5
  471. [Target3ToTarget4]
  472. reset = TARGET4
  473. location = %s, TARGET3
  474. [Target4ToTarget3]
  475. reset = TARGET3
  476. location = %s, TARGET4
  477. [Target3ToTarget5]
  478. reset = TARGET5
  479. location = %s, TARGET3
  480. [CustDLLCopy]
  481. siwpca.dll, siwpca.dll, SOURCE, TEMPDIR
  482. cramapi.dll, cramapi.dll, SOURCE, TEMPDIR
  483. [CustDLLDelete]
  484. siwpca.dll,      TEMPDIR
  485. [Pix]
  486. color = %s\luigi.bmp, 1, -1
  487. color = %s\symlogo.rle, -1, 1
  488. [Panel_WrongVersion]
  489. Title="Incorrect Version"
  490. DlgProc=_PanelDlgProc@16
  491. ResourceId=102
  492. Bitmap16=600
  493. PanelDataProc=_DefaultDataProc@0
  494. PanelFlags=First+Last
  495. [Panel_WelcomeUninstall]
  496. Caption="pcANYWHERE for Windows 95 and NT Setup"
  497. Title="Uninstall pcANYWHERE"
  498. DlgProc=DlgProcSetupReview
  499. ResourceId=144
  500. Bitmap16=600
  501. PanelDataProc=_DefaultDataProc@0
  502. PanelFlags=First
  503. [RemoveSharedDlg]
  504. Caption="pcANYWHERE for Windows 95 Setup"
  505. Title="Uninstall pcANYWHERE"
  506. DlgProc=WizardPanelProc
  507. ResourceId=134
  508. Bitmap16=600
  509. PanelDataProc=_DefaultDataProc@0
  510. PanelFlags=First
  511. [Panel_Finished_Uninstall]
  512. Caption="pcANYWHERE for Windows 95 and NT Uninstall"
  513. Title="Uninstall Complete"
  514. DlgProc=_PanelDlgProc@16
  515. ResourceId=145
  516. Bitmap16=600
  517. PanelDataProc=_DefaultDataProc@0
  518. PanelFlags=First+Last+Finish
  519. [Panel_Finished95Reboot]
  520. Caption="pcANYWHERE for Windows 95 and NT Uninstall"
  521. DlgProc=_PanelDlgProc@16
  522. ResourceId=148
  523. Bitmap16=600
  524. PanelDataProc=_DefaultDataProc@0
  525. PanelFlags=First+Last+Finish
  526. [Panel_FinishedNTReboot]
  527. DlgProc=_PanelDlgProc@16
  528. ResourceId=150
  529. Bitmap16=600
  530. PanelDataProc=_DefaultDataProc@0
  531. PanelFlags=First+Last+Finish
  532. [Panel_PCACommonFinish]
  533. Title="Uninstall Complete"
  534. DlgProc=DlgProcCommonFinish
  535. PanelDataProc=_DefaultDataProc@0
  536. ResourceId=152
  537. Bitmap16=600
  538. PanelFlags=First+Last+Finish
  539. [SetShellSave]
  540. win.ini, win.siw, WINDOWS, WINDOWS
  541. system.ini, system.siw, WINDOWS, WINDOWS
  542. [SetShellRestore]
  543. system.siw, system.ini, WINDOWS, WINDOWS
  544. win.siw, win.ini, WINDOWS, WINDOWS
  545. [Func_RemoveGroup]
  546. dll = siwpca.dll
  547. function = FuncRemoveGroup
  548. [SaveRegGroup]
  549. WINDOWS, system.pcu, user.pcu
  550. [Win_Ports_winawprn]
  551. IniName = win.ini
  552. SectionName = Ports
  553. pcaw.prn = ""
  554. [PCACommonFinish]
  555. SuccessText = "pcANYWHERE32 has been removed from your computer."
  556. AddlInfoText = "In order for all of the pcANYWHERE program files to be fully removed from your system, Windows must be restarted."
  557. RestartOnlyText = "The install will now restart Windows to complete the uninstallation."
  558. ContinueOnlyText = "Uninstall is complete."
  559.