home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 7 / CD-ROM_Today_-_The_Disc_7_January_1995.iso / pc / uninstal / uncomp / sip / install.inf < prev    next >
Text File  |  1994-11-11  |  3KB  |  92 lines

  1. #titel          =S.I.P.-Uninstall V1.5
  2. #subtitel       =Installation V1.1E
  3. #info           =(c) by S.I.P.-Software Solutions\nDipl.-Ing. M. Denzlein 1993\nAll rights reserved.
  4. #defaultdir     =c:\SIP_UNIN
  5. #iconize
  6.  
  7. ; Farben: Blau, Grⁿn, Rot jeweils von 0x00 bis 0xff
  8. #color=titel,800000
  9. #color=subtitel,0
  10. #color=DialogBack,c0c0c0
  11. #Color=DialogText,0
  12. #color=Editback,ffffff
  13. #Color=EditText,0
  14. #color=info,0000ff
  15.  
  16. ; Hier geht es weiter, wenn der User den Start-Button drⁿckt
  17.  
  18. message
  19. Do you want to start the installation?
  20. .end
  21. Answer=JaLabel1,NeinLabel1
  22. :NeinLabel1
  23. message
  24. Thank you very much!
  25. .end
  26. InfoBox
  27. exit
  28. :JaLabel1
  29.  
  30. ; auf dem Ziellaufwerk mⁿssen ca. 700KB frei sein
  31. diskfree=700 KB
  32.  
  33. ; alle Kopien mit CRC-▄berwachung
  34. Set Checksum
  35.  
  36. ; Zielverzeichnis erzeugen
  37. dir={.}
  38.  
  39. ; Kopieren
  40. Copy            =UNINST4W.EX_                                         [29C8]
  41. Copy            =UNINST4W.HL_                                         [5DEF]
  42. Copy            =ERROR.EN_                                            [6498]
  43. Copy            =READ_ME.1ST                                          [A65C]
  44. Copy            =ORDER.SIP                                            [1342]
  45. Copy            =LICENSE.AS_                                          [A69F]
  46. Copy            =DLLBASE.DL_                                          [B70F]
  47. Copy            =CMBTUTIL.DL_                                         [3022]
  48.  
  49. message
  50. Do you want to install the Borland library
  51. BWCC.DLL on your machine?
  52. .end
  53. Answer=JaLabel2,NeinLabel2
  54. :JaLabel2
  55. Copy            =BWCC.DL_                                             [1F6F]
  56. :NeinLabel2
  57.  
  58. Status=Program Manager setup...
  59.  
  60. ; Programm-Manager-Abfrage
  61. message
  62. Do you want to include a S.I.P.Uninstall
  63. for Windows Program Manager Group?
  64. .end
  65. answer=Einrichten,NichtEinrichten
  66. :Einrichten
  67. ; beim Programm-Manager anmelden
  68. Status=create group...
  69. show=4,inst.exe
  70. show=1,progman.exe
  71. ProgmanDDE=[creategroup(S.I.P.-Uninstall V1.5E,sip_u15e.grp)]
  72. ProgmanDDE=[showgroup(S.I.P.-Uninstall V1.5E,1)]
  73. ProgmanDDE=[additem({.}uninst4w.exe,S.I.P.-Uninstall)]
  74. ProgmanDDE=[additem(winhelp.exe {.}uninst4w.hlp,S.I.P.-Uninstall Help)]
  75. :NichtEinrichten
  76.  
  77. ; alles wieder auf Icon-Gr÷▀e
  78. iconize
  79.  
  80. ; Ende der Installation
  81. message
  82. Installation complete!
  83.  
  84. Please start S.I.P.-Uninstall for Windows
  85. and read the online help or the manual!
  86.  
  87. Have much fun with S.I.P.-Uninstall for Windows!
  88. .end
  89. infobox
  90. show=1,progman.exe
  91. exit
  92.