home *** CD-ROM | disk | FTP | other *** search
/ WinTools & DOS Utilities / YS.ISO / prog / f_und_a / demo / uninstal.in! / UNINSTAL.INF
Encoding:
INI File  |  1993-12-08  |  20.2 KB  |  797 lines

  1. ;***************************************************************************
  2. ;* Athena Uninstall Script                                                 *
  3. ;* NEW FORMAT SCRIPT - FOR VERSION 3.1+ OF SYMANTEC INSTALL FOR WINDOWS    *
  4. ;***************************************************************************
  5.  
  6. [InstallVersion]
  7. 3.1
  8.  
  9. [process]
  10. Bitmaps.pix
  11. QaCopy = SetActiveCopy
  12.  
  13. Uninstall
  14.  
  15. SelectInstallType
  16.  
  17. #if switch91
  18.    SelectOption.basefiles
  19. #else
  20.    DeselectOption.basefiles
  21. #endif
  22.  
  23. #if switch92
  24.    DeselectOption.qawrite
  25.    DeselectOption.qawfilts
  26.    DeselectOption.Templates
  27.    DeselectOption.qawhelp
  28. #endif
  29.  
  30. #if switch93
  31.    DeselectOption.qaprogs
  32.    DeselectOption.filts
  33.    DeselectOption.employ
  34.    DeselectOption.qahelp
  35.    DeselectOption.qatut
  36. #endif
  37.  
  38. #if switch94
  39.    DeselectOption.Program
  40.    DeselectOption.filts
  41.    DeselectOption.qawfilts
  42.    DeselectOption.samps
  43.    DeselectOption.helps
  44.    PrimarySelect
  45. #endif
  46.  
  47. SourceDrive
  48. ResetTarget.ResetSrc
  49. ResetTarget.Reset2
  50. ResetTarget.Reset3
  51. ResetTarget.Reset4
  52. ResetTarget.Reset5
  53.  
  54. DisableUtils
  55.  
  56. switch10 = IsOptionSelected.Basefiles
  57. #if switch10
  58.    delete.Basefiles
  59. #endif 
  60.  
  61. switch10 = IsOptionSelected.qaprogs
  62. #if switch10
  63.    delete.qaprogs
  64. #endif 
  65.  
  66. switch10 = IsOptionSelected.qawrite
  67. #if switch10
  68.    delete.qawrite
  69. #endif 
  70.  
  71. switch10 = IsOptionSelected.ascii
  72. #if switch10
  73.    delete.ascii
  74. #endif 
  75.  
  76. switch10 = IsOptionSelected.dbase
  77. #if switch10
  78.    delete.dbase
  79. #endif 
  80.  
  81. switch10 = IsOptionSelected.lotus
  82. #if switch10
  83.    delete.lotus
  84. #endif 
  85.  
  86. switch10 = IsOptionSelected.msp
  87. #if switch10
  88.    delete.msp
  89. #endif 
  90.  
  91. switch10 = IsOptionSelected.pcx
  92. #if switch10
  93.    delete.pcx
  94. #endif 
  95.  
  96. switch10 = IsOptionSelected.meta
  97. #if switch10
  98.    delete.meta
  99. #endif 
  100.  
  101. switch10 = IsOptionSelected.wpg
  102. #if switch10
  103.    delete.wpg
  104. #endif 
  105.  
  106. switch10 = IsOptionSelected.hpgl
  107. #if switch10
  108.    delete.hpgl
  109. #endif 
  110.  
  111. switch10 = IsOptionSelected.pic
  112. #if switch10
  113.    delete.pic
  114. #endif 
  115.  
  116. switch10 = IsOptionSelected.tiff
  117. #if switch10
  118.    delete.tiff
  119. #endif 
  120.  
  121. switch10 = IsOptionSelected.pict
  122. #if switch10
  123.    delete.pict
  124. #endif 
  125.  
  126. switch10 = IsOptionSelected.qamm
  127. #if switch10
  128.    delete.qamm
  129. #endif 
  130.  
  131. switch10 = IsOptionSelected.asciimm
  132. #if switch10
  133.    delete.asciimm
  134. #endif 
  135.  
  136. switch10 = IsOptionSelected.dbasemm
  137. #if switch10
  138.    delete.dbasemm
  139. #endif 
  140.  
  141. switch10 = IsOptionSelected.pdmm
  142. #if switch10
  143.    delete.pdmm
  144. #endif 
  145.  
  146. switch10 = IsOptionSelected.qawdos
  147. #if switch10
  148.    delete.qawdos
  149. #endif 
  150.  
  151. switch10 = IsOptionSelected.wpfct
  152. #if switch10
  153.    delete.wpfct
  154. #endif 
  155.  
  156. switch10 = IsOptionSelected.wfw
  157. #if switch10
  158.    delete.wfw
  159. #endif 
  160.  
  161. switch10 = IsOptionSelected.mail
  162. #if switch10
  163.    delete.mail
  164. #endif 
  165.  
  166. switch10 = IsOptionSelected.thesaur
  167. #if switch10
  168.    delete.thesaur
  169. #endif 
  170.  
  171. switch10 = IsOptionSelected.userdict
  172. #if switch10
  173.    delete.userdict
  174. #endif 
  175.  
  176. switch10 = IsOptionSelected.employ
  177. #if switch10
  178.    delete.employ
  179. #endif 
  180.  
  181. switch10 = IsOptionSelected.templates
  182. #if switch10
  183.    delete.templates
  184. #endif 
  185.  
  186. switch10 = IsOptionSelected.qahelp
  187. #if switch10
  188.    delete.qahelp
  189. #endif 
  190.  
  191. switch10 = IsOptionSelected.qawhelp
  192. #if switch10
  193.    delete.qawhelp
  194. #endif 
  195.  
  196. switch10 = IsOptionSelected.qatut
  197. #if switch10
  198.    delete.qatut
  199. #endif 
  200.  
  201. EnableUtils
  202.  
  203. ;ModifyTextFile.autoexec
  204.  
  205. groups
  206.  
  207. delete.leftovers
  208.  
  209. ; Delete DTF from Win.ini
  210. switch10 = IsOptionSelected.qaprogs
  211. #if switch10
  212.    DelFromIni.RemoveQAExts
  213. #endif
  214.  
  215. ; Delete QA Write extensions from Win.ini
  216. switch10 = IsOptionSelected.qawrite
  217. #if switch10
  218.    DelFromIni.RemoveAssoc
  219.  
  220.    ; Delete RTF, DOC, TXT from Win.ini if got modified during install
  221.    switch20 = VerifyIni.RemoveDocExts
  222.    #if switch20
  223.       DelFromIni.RemoveDocExts
  224.    #endif
  225. #endif
  226.  
  227. RemoveProgDir.TARGET2
  228. RemoveProgDir.TARGET3
  229. RemoveProgDir.TARGET4
  230. RemoveProgDir.TARGET5
  231. RemoveProgDir.TARGET
  232.  
  233. switch10 = IsRebootRequested
  234.  
  235. switch11 = IsOptionSelected.qawrite
  236. switch12 = IsOptionSelected.qaprogs
  237.  
  238. #if switch10
  239.    #if switch11
  240.       #ifnot switch12
  241.          End.byerebootWrite
  242.          Exit
  243.       #endif
  244.    #endif
  245.    End.byereboot
  246. #else
  247.    #if switch11
  248.       #ifnot switch12
  249.          End.byeshellWrite
  250.          Exit
  251.       #endif
  252.    #endif
  253.    End.byeshell
  254. #endif
  255.  
  256. end
  257.  
  258. ;***************************************************************************
  259. ;* SubProc Executed When Install Takes Over As Shell                       *
  260. ;***************************************************************************
  261.  
  262. [SubProc]
  263. Return
  264.  
  265.  
  266. ;***************************************************************************
  267. ;* Groups                                                                  *
  268. ;***************************************************************************
  269.  
  270. [groups]
  271. "Symantec",           symantec.grp
  272.  
  273. [Symantec]
  274. "F&A fⁿr Windows",         qa.exe,             qaprogs
  275. "F&A Write fⁿr Windows",   qawrite.exe,        qawrite
  276. "F&A Hilfe",                qawin.hlp,          qahelp
  277. "F&A Write Hilfe",          qawrite.hlp,        qawhelp
  278. "F&A Lernprogramm",            qatutor.exe,        qatut, , TARGET5
  279. "F&A/F&A Write Deinstallation", "install.exe /u",   Basefiles
  280.  
  281.  
  282. ;***************************************************************************
  283. ;* Message Text                                                            *
  284. ;***************************************************************************
  285.  
  286. [QaCopy:Primary]
  287. caption = "F&A fⁿr Windows - Installationsmenⁿ"
  288. button1 = "Programme auswΣhlen"
  289. button2 = "Filter auswΣhlen"
  290. button3 = "Dateien auswΣhlen"
  291. button4 = "Dateien auswΣhlen"
  292. button5 = "Dateien auswΣhlen"
  293. text = App1Text
  294. selsizetext = "Gesamtgr÷▀e der ausgewΣhlten Komponenten:"
  295. disablebuttons=0
  296.  
  297. [App1Text]
  298. "Bitte wΣhlen Sie die Programmkomponenten aus, die Sie entfernen"
  299. "m÷chten.  Klicken Sie auf der SchaltflΣche rechts neben einer Auswahl, "
  300. "wenn Sie einzelne Dateien oder Programmkomponenten entfernen m÷chten."
  301.  
  302. [QaCopy:Component]
  303. caption = "F&A fⁿr Windows - Auswahl der Programmkomponenten"
  304. text    = "Geben Sie an, welche Komponenten Sie entfernen m÷chten. Entfernt werden die markierten Dateien."
  305.  
  306. [AdvoDefault]
  307. posx = 10
  308. posy = 20
  309. text = AdvoText
  310.  
  311. [AdvoText]
  312. "Bitte nehmen Sie sich einen Moment Zeit, um die Registrierkarte, "
  313. "die Sie mit F&A fⁿr Windows erhalten haben, auszufⁿllen, und an "
  314. "Symantec zurⁿckzuschicken."
  315. ""
  316. "Hiermit stellen Sie sicher, da▀ Sie Informationen ⁿber weitere Symantec-"
  317. "Produkte und sonstige wichtige Hinweise erhalten. Au▀erdem k÷nnen Sie "
  318. "Upgrades von F&A fⁿr Windows zu einem gⁿnstigeren Preis erwerben."
  319. ""
  320. "Vielen Dank fⁿr den Kauf von F&&A fⁿr Windows."
  321.  
  322. [QaCopy:TypeSelect]
  323. count = 4
  324. caption = "F&A fⁿr Windows - Deinstallationstyp"
  325. text = "Bitte wΣhlen Sie den gewⁿnschten Deinstallationstyp aus."
  326. grouptext = "Deinstallationstypen"
  327. button1 = "&VollstΣndige Deinstallation"
  328. button2 = "&Nur F&&A Deinstallieren"
  329. button3 = "Nur F&&A &Write Deinstallieren"
  330. button4 = "Selektive &Deinstallation"
  331. descrip1 = "Diese Option entfernt F&&A fⁿr Windows und F&&A Write fⁿr Windows von Ihrer Festplatte."
  332. descrip2 = "Diese Option entfernt F&&A fⁿr Windows und lΣ▀t F&&A Write fⁿr Windows auf Ihrer Festplatte, sofern das Programm installiert ist"
  333. descrip3 = "Diese Option entfernt F&&A Write fⁿr Windows und lΣ▀t F&&A fⁿr Windows auf Ihrer Festplatte."
  334. descrip4 = "Mit dieser Option k÷nnen Sie auswΣhlen, welche Programmkomponenten deinstalliert werden sollen."
  335.  
  336. [ByeShell]
  337. caption  =  "F&A fⁿr Windows - Deinstallation beendet."
  338. "Hiermit ist die Deinstallation von F&A fⁿr Windows abgeschlossen."
  339. " "
  340. "Bitte wΣhlen Sie eine der folgenden Optionen zum Verlassen des Programms aus."
  341.  
  342. [ByeShellWrite]
  343. caption  =  "F&A Write - Deinstallation beendet."
  344. "Hiermit ist die Deinstallation von F&A Write abgeschlossen."
  345. " "
  346. "Bitte wΣhlen Sie eine der folgenden Optionen zum Verlassen des Programms aus."
  347.  
  348. [ByeReboot]
  349. caption  =  "F&A fⁿr Windows - Deinstallation beendet."
  350. "Hiermit ist die Deinstallation von F&A fⁿr Windows abgeschlossen."
  351. " "
  352. "Bitte wΣhlen Sie eine der folgenden Optionen zum Verlassen des Programms aus."
  353. " "
  354. "Wir empfehlen Ihnen dringend, Ihren Rechner neu zu starten."
  355.  
  356. [ByeRebootWrite]
  357. caption  =  "F&A Write - Deinstallation beendet."
  358. "Hiermit ist die Deinstallation von F&A Write abgeschlossen."
  359. " "
  360. "Bitte wΣhlen Sie eine der folgenden Optionen zum Verlassen des Programms aus."
  361. " "
  362. "Wir empfehlen Ihnen dringend, Ihren Rechner neu zu starten."
  363.  
  364. [VersionSearch]
  365. caption =  "Suche nach einer frⁿheren Version..."
  366. text1   =  "Das Installationsprogramm sucht nach einer "
  367. text2   =  "frⁿheren Version von F&A fⁿr Windows."
  368. appname =  "qawin.exe"
  369. apppath =  C:\FAWIN
  370.  
  371. [TargetDrive]
  372. caption =  "F&A fⁿr Windows - Ziellaufwerk/-pfad auswΣhlen"
  373. defpath =  C:\FAWIN
  374. text    =  "Bitte wΣhlen Sie das Ziellaufwerk und -verzeichnis fⁿr F&&A fⁿr Windows aus."
  375. reqspace=  "Ben÷tigter Plattenspeicher"
  376.  
  377. [errors]
  378. noprev  =  "Das Symantec-Installationsprogramm fⁿr Windows wurde bereits gestartet!"
  379. nohelp = "Bitte wenden Sie sich an Ihren Netzwerkverwalter oder lesen Sie Anhang C des F&A fⁿr Windows Benutzerhandbuches, wenn Sie Informationen ⁿber Netzwerkinstallationen ben÷tigen."
  380. nohelpcaption = "Q&A fⁿr Windows-Denstallationshilfe"
  381.  
  382. [FileCopy]
  383. copycaption   =  "F&A fⁿr Windows-Installation lΣuft..."
  384. errorcaption  =  "Fehler beim Kopieren von Dateien"
  385. insertcaption =  "Legen Sie die folgende Diskette ein"
  386.  
  387. [cancel]
  388. caption = "F&A fⁿr Windows - Deinstallation beenden"
  389. text    = "Sind Sie sicher, da▀ Sie das Deinstallationsprogramm verlassen wollen?"
  390.  
  391. [cancelshell]
  392. caption = "F&A fⁿr Windows - Deinstallation beenden"
  393. text = "Sie haben die Option zum Abbruch des Deinstallationsprogramms ausgewΣhlt. \nUm die Windows-Umgebung zurⁿckzusetzen\n, wird das Deinstallationsprogramm auch Windows beenden.\nSind Sie sicher, da▀ Sie das Deinstallationsprogramm verlassen m÷chten?"
  394.  
  395.  
  396. ;***************************************************************************
  397. ;* Ini modifications                                                       *
  398. ;***************************************************************************
  399.  
  400. [RemoveAssoc]
  401. IniName = win.ini
  402. SectionName = Extensions
  403. qw = "*qawrite.exe*"
  404. qwt = "*qawrite.exe*"
  405.  
  406. [RemoveQAExts]
  407. IniName = win.ini
  408. SectionName = Extensions
  409. dtf = "*qa.exe*"
  410.  
  411. [RemoveDocExts]
  412. IniName = win.ini
  413. SectionName = Extensions
  414. txt="*qawrite.exe*"
  415. doc="*qawrite.exe*"
  416. rtf="*qawrite.exe*"
  417.  
  418.  
  419. ;***************************************************************************
  420. ;* Misc install functions                                                  *
  421. ;***************************************************************************
  422.  
  423. [resetsrc]
  424. reset = TARGET
  425. location = %s, SOURCE
  426.  
  427. [reset2]
  428. reset = TARGET2
  429. location = %s\Vorlagen, TARGET
  430.  
  431. [reset3]
  432. reset = TARGET3
  433. location = %s\Filter, TARGET
  434.  
  435. [reset4]
  436. reset = TARGET4
  437. location = %s\Beispiel, TARGET
  438.  
  439. [reset5]
  440. reset = TARGET5
  441. location = %s\tutorial, TARGET
  442.  
  443. [GetLocation]
  444. caption = "Entferne F&A Dateien von..."
  445. reset = TARGET
  446. DefaultDir = C:\FAWIN
  447.  
  448. [SourceDrive]
  449. caption = "Entferne F&A Dateien von..."
  450.  
  451. [pix]
  452. color = %s\qawin.bmp
  453.  
  454. ;***************************************************************************
  455. ;* Autoexec Mods                                                           *
  456. ;***************************************************************************
  457.  
  458. [Autoexec]
  459. caption    = "F&A - ─nderung der Datei Autoexec.bat"
  460. text1      = "An der Datei Autoexec.bat mⁿssen die folgenden ─nderungen aufgenommen werden:"
  461. FileSpec   = c:\autoexec.bat
  462. filetype   = autoexec
  463. findrems   = 0
  464. rem1       = "rem"
  465. rem2       =
  466. rem3       =
  467. rem4       =
  468. EditCaption= "Bearbeiten der Datei Autoexec.bat"
  469. EditText   = "Nehmen Sie an der Datei die gewⁿnschten ─nderungen vor. Klicken Sie abschlie▀end auf Fertig.  Um alle ─nderungen der aktuellen oder einer frⁿheren Bearbeitung rⁿckgΣngig zu machen, klicken Sie auf Bearbeitung abbrechen."
  470. AddPath    = target
  471. DelItems   = AutoexecDelItems
  472. AddItems   = AutoexecAddItems
  473.  
  474. [AutoexecDelItems]
  475.  
  476. [AutoexecAddItems]
  477.  
  478.  
  479. ;***************************************************************************
  480. ;* SetShell section                                                        *
  481. ;***************************************************************************
  482.  
  483. [SetShell]
  484. AppIniName = qaw.ini
  485. WinIniName = win.ini
  486. SystemIniName = system.ini
  487. Message = MessageBox.SetShellMessage
  488. SysSectionName = boot
  489. WinSectionName = windows
  490. shell = %s\install.exe
  491. load =
  492. run =
  493. SetShellIfLoaded=
  494. Backup = Backup.SetShellSave
  495. Restore = Backup.SetShellRestore
  496. Active = yes
  497. IfActiveList=LoadedList
  498. SubProcess=
  499.  
  500. [SetShellSave]
  501. win.ini, win.siw, WINDOWS, WINDOWS
  502. system.ini, system.siw, WINDOWS, WINDOWS
  503.  
  504. [SetShellRestore]
  505. system.siw, system.ini, WINDOWS, WINDOWS
  506. win.siw, win.ini, WINDOWS, WINDOWS
  507.  
  508. [LoadedList]
  509. install.exe
  510.  
  511. [SetShellMessage]
  512. caption  =  "F&A fⁿr Windows-Deinstallationsprogramm"
  513. "Willkommen im F&A fⁿr Windows-Deinstallationsprogramm."
  514. "Bitte klicken Sie auf OK, um es dem"
  515. "Deinstallationsprogramm zu erm÷glichen,"
  516. "Windows neu zu starten und mit der"
  517. "Deinstallation fortzufahren.  Klicken Sie"
  518. "auf Abbrechen, um das"
  519. "Deinstallationsprogramm zu verlassen."
  520.  
  521. ;***************************************************************************
  522. ;* Disks                                                                   *
  523. ;***************************************************************************
  524.  
  525. [disks]
  526. 1=A:\, "F&A fⁿr Windows, Diskette 1"
  527. 2=A:\, "F&A fⁿr Windows, Diskette 2"
  528. 3=A:\, "F&A fⁿr Windows, Diskette 3"
  529. 4=A:\, "F&A fⁿr Windows, Diskette 4"
  530.  
  531.  
  532. ;***************************************************************************
  533. ;* Copy                                                                    *
  534. ;***************************************************************************
  535.  
  536. [QaCopy]
  537. CopyMain.Basefiles,    "Basisdateien - 1 506 KB",                   2000, Y, N, N
  538.  
  539. ; -section total =     1506
  540.  
  541. CopyMain.Program,      "&Programmdateien - 5 670 KB",                     0, N, Y, Y
  542. CopySub.qaprogs,       "F&A Programmdateien - 3 537 KB",            3537
  543. CopySub.qawrite,       "F&A Write-Programmdateien - 2 133 KB",      2133
  544.  
  545. ; -section total =     5670
  546.  
  547. CopyMain.filts,        "&F&&A Import-/Exportfilter - 307 KB",           0, N, Y, Y
  548. CopySub.ascii,         "Textfilter - 74 KB",                         74
  549. CopySub.dbase,         "dBase-Filter - 73 KB",                       73
  550. CopySub.lotus,         "Lotus 1-2-3-Filter - 160 KB",               160
  551.  
  552. ; -section total =      307
  553.  
  554. CopyMain.qawfilts,     "F&&&A Write-Filter/Zubeh÷r - 1 703 KB",           0, N, Y, Y
  555. CopySub.MSP,           "Grafikfilter, MS Paint - 4 KB",               4
  556. CopySub.PCX,           "Grafikfilter, PCX - 13 KB",                  13
  557. CopySub.Meta,          "Grafikfilter, Windows Metafile - 4 KB",       4
  558. CopySub.WPG,           "Grafikfilter, WordPerfect - 28 KB",          28
  559. CopySub.HPGL,          "Grafikfilter, HPGL - 22 KB",                 22
  560. CopySub.PIC,           "Grafikfilter, PIC - 11 KB",                  11
  561. CopySub.TIFF,          "Grafikfilter, TIFF - 18 KB",                 18
  562. CopySub.PICT,          "Grafikfilter, PICT - 40 KB",                 40
  563. CopySub.QAMM,          "Seriendruck, F&A - 172 KB",                 172
  564. CopySub.ASCIIMM,       "Seriendruck, Text - 81 KB",                  81
  565. CopySub.DBASEMM,       "Seriendruck, dBase - 99 KB",                 99
  566. CopySub.PDMM,          "Seriendruck, Paradox - 109 KB",             109
  567. CopySub.QAWDOS,        "Textfilter, F&A Write (DOS) - 241 KB",      241
  568. CopySub.WPFCT,         "Textfilter, WordPerfect - 290 KB",          290
  569. CopySub.WFW,           "Textfilter, MS Word fⁿr Windows - 351 KB",  351
  570. CopySub.mail,          "E-Mail aktiviert - 9 KB",                     9
  571. CopySub.thesaur,       "Thesaurus-Dateien - 211 KB",                211
  572. CopySub.UserDict,      "Benutzerw÷rterbuch, -bibliothek und -symbolleisten - 25 KB    0
  573.  
  574. ; -section total =     1703
  575.  
  576. CopyMain.samps,        "&Vorlagen und Beispieldateien - 3 244 KB",        0, N, Y, Y
  577. CopySub.employ,        "F&A Beispieldatenbanken - 3 092 KB",        3092
  578. CopySub.Templates,     "F&A Write einsatzbereite Vorlagen - 152 KB",  152
  579.  
  580. ; -section total =     3244
  581.  
  582. CopyMain.helps,        "Hilfe&dateien und Lernprogramme - 8 888 KB",      0, N, Y, Y
  583. CopySub.qahelp,        "F&A Online-Hilfedateien - 905 KB",          905
  584. CopySub.qawhelp,       "F&A Write-Online-Hilfedateien - 312 KB",    312
  585. CopySub.qatut,         "F&A Lernprogrammdateien - 7671 KB",        7671
  586.  
  587. ; -section total =     8888
  588.  
  589.  
  590. ; -product total =    21318
  591.  
  592.  
  593. [basefiles]
  594. awlpfunc.dll,  TARGET 
  595. commdlg.dll,   TARGET    
  596. ctl3d.dll,     TARGET    
  597. install.exe,   TARGET    
  598. instbin.exe,   TARGET    
  599. lzexpand.dll,  TARGET    
  600. mtask.dll,     TARGET    
  601. netuser.inf,   TARGET 
  602. qadbeng.dll,   TARGET    
  603. qadbres.dll,   TARGET    
  604. qaheap.dll,    TARGET    
  605. qautil.dll,    TARGET    
  606. qawin.bmp,     TARGET    
  607. shell.dll,     TARGET    
  608. siwdll.dll,    TARGET
  609. siwqawin.dll,  TARGET
  610. siwzip.dll,    TARGET
  611. siw3zip.dll,   TARGET
  612. uninstal.inf,  TARGET
  613. ver.dll,       TARGET    
  614.  
  615. [qaprogs]
  616. qa.exe,        TARGET
  617. qabcl.dll,     TARGET
  618. qabcladv.dll,  TARGET
  619. qabclutl.dll,  TARGET
  620. qabel.dll,     TARGET
  621. qaimpexp.dll,  TARGET
  622. qalabel.tpl,   TARGET
  623. qatrace.dll,   TARGET
  624. qatskglb.dll,  TARGET
  625. qawin.exe,     TARGET
  626. qawinres.dll,  TARGET
  627. readme.txt,    TARGET
  628. qawin.ini,     WINDOWS
  629.  
  630. [qawrite]
  631. german.hyf,  TARGET    
  632. ascii.flt,     TARGET    
  633. autorec.dll,   TARGET    
  634. fffont.fon,    TARGET    
  635. hyphen.dll,    TARGET    
  636. qawrite.exe,   TARGET    
  637. qawrite.ini,   WINDOWS 
  638. qw_bman.dll,   TARGET    
  639. qw_gr.ell,     TARGET    
  640. qw_ole.ell,    TARGET    
  641. qw_tbl.ell,    TARGET    
  642. qw_text.ell,   TARGET    
  643. readme.qw,    TARGET    
  644. rtf.flt,       TARGET    
  645. spell.dll,     TARGET
  646. german.ndx,     TARGET
  647. w4w19f.dll,    TARGET
  648. w4w19t.dll,    TARGET
  649. mmcom.dll,     TARGET
  650.  
  651. [ascii]
  652. exascii.eft,   TARGET3  
  653. imascii.ift,   TARGET3  
  654.  
  655. [dbase]
  656. exdbase.eft,   TARGET3  
  657. imdbase.ift,   TARGET3  
  658.  
  659. [lotus]
  660. exlotus.eft,   TARGET3  
  661. imlotus.ift,   TARGET3  
  662.  
  663. [msp]
  664. msp.gft,       TARGET
  665.  
  666. [pcx]
  667. pcx.gft,       TARGET
  668.  
  669. [meta]
  670. meta.gft,      TARGET
  671.  
  672. [wpg]
  673. wpg.gft,       TARGET
  674.  
  675. [hpgl]
  676. hpgl.gft,      TARGET
  677.  
  678. [pic]
  679. pic.gft,       TARGET
  680.  
  681. [tiff]
  682. tiff.gft,      TARGET
  683.  
  684. [pict]
  685. pict.gft,      TARGET
  686.  
  687. [wpfct]
  688. w4w07f.dll,    TARGET
  689. w4w07t.dll,    TARGET
  690. ww07-0.flt,    TARGET
  691. ww07-1.flt,    TARGET
  692.  
  693. [qawdos]
  694. w4w23f.dll,    TARGET
  695. w4w23t.dll,    TARGET
  696. ww23-0.flt,    TARGET
  697. ww23-1.flt,    TARGET
  698.  
  699. [qamm]
  700. mmqawin1.mft,  TARGET
  701. mmqa3.mft,     TARGET
  702. mmqa4.mft,     TARGET
  703.  
  704. [asciimm]
  705. mmascii.mft,   TARGET
  706.  
  707. [dbasemm]
  708. mmdb3.mft,     TARGET
  709.  
  710. [pdmm]
  711. mmpd3.mft,     TARGET
  712.  
  713. [wfw]
  714. w4w44f.dll,    TARGET
  715. w4w44t.dll,    TARGET
  716. ww44-0.flt,    TARGET
  717. ww44-1.flt,    TARGET
  718.  
  719. [mail]
  720. symmail.dll,   TARGET
  721.  
  722. [thesaur]
  723. german.ths,     TARGET
  724. wf.dll,        TARGET
  725.  
  726. [userdict]
  727. standard.qwl,  TARGET
  728. user.spl,      TARGET
  729. text.qwb,      TARGET
  730. table.qwb,     TARGET
  731.  
  732. [employ]
  733. Dave.bmp,      TARGET4
  734. Angestel.dtf,    TARGET4
  735. Angestel.idx,    TARGET4
  736. zeppelin.dtf,    TARGET4
  737. zeppelin.idx,    TARGET4
  738. kontakt.dtf,   TARGET4
  739. kontakt.idx,   TARGET4
  740. inventar.dtf,  TARGET4
  741. inventar.idx,  TARGET4
  742. rechnung.dtf,   TARGET4
  743. rechnung.idx,   TARGET4
  744. maillist.dtf,  TARGET4
  745. maillist.idx,  TARGET4
  746. maillist.txt,  TARGET4
  747.  
  748.  
  749. [templates]
  750. tagesord.qwt,    TARGET2
  751. kontakte.qwt,  TARGET2
  752. fax.qwt,  TARGET2
  753. brief.qwt,    TARGET2
  754. memo.qwt,      TARGET2
  755. protokol.qwt,  TARGET2
  756. rundschr.qwt,  TARGET2
  757. ziele.qwt,  TARGET2
  758. bericht.qwt,    TARGET2
  759. bewerb.qwt,    TARGET2
  760. wochstat.qwt,  TARGET2
  761.  
  762. [qahelp]
  763. qawin.hlp,     TARGET
  764.  
  765. [qawhelp]
  766. qawrite.hlp,   TARGET
  767.  
  768. [qatut]
  769. chngdb.mmm,    TARGET5
  770. columnar.mmm,  TARGET5
  771. dsgnform.mmm,  TARGET5
  772. envelope.mmm,  TARGET5
  773. freeform.mmm,  TARGET5
  774. helpmenu.exe,  TARGET5
  775. ia.mmm,        TARGET5
  776. ialearn.mmm,   TARGET5
  777. iascript.mmm,  TARGET5
  778. intro.mmm,     TARGET5
  779. labels.mmm,    TARGET5
  780. mailmrge.mmm,  TARGET5
  781. newdb.mmm,     TARGET5
  782. orient.mmm,    TARGET5
  783. qatutor.exe,   TARGET5
  784. retrieve.mmm,  TARGET5
  785. shardcst.mmm,  TARGET5
  786. sort.mmm,      TARGET5
  787. tutmain.mmm,   TARGET5
  788.  
  789. [Leftovers]
  790. win.siw,       WINDOWS
  791. system.siw,    WINDOWS
  792. win.qa0,       WINDOWS
  793. win.qa1,       WINDOWS
  794. c:\autoexec.qa0
  795. c:\autoexec.qa1
  796.  
  797.