home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 June / PCOnline_06_1996.iso / mrmore / mrmore.dir / 00017_Script_17 < prev    next >
Text File  |  1996-04-11  |  700b  |  17 lines

  1. -- Einlesen der Deinstaller Seite
  2.  
  3. on exitFrame
  4.   global goGBTools
  5.   
  6.   set the text of cast "FontDeInstall" = goGBTools(mGetAllProfileStrings, "fontins", "mrmore.ini")  
  7.   
  8.   set the text of cast "FaxeDeInstall" = goGBTools(mGetAllProfileStrings, "faxeins", "mrmore.ini")
  9.   
  10.   set the text of cast "DesiDeInstall" = goGBTools(mGetAllProfileStrings, "desiins", "mrmore.ini")
  11.   
  12.   set the text of cast "SounDeInstall" = goGBTools(mGetAllProfileStrings, "sounins", "mrmore.ini")
  13.   
  14.   set the text of cast "BackDeInstall" = goGBTools(mGetAllProfileStrings, "backins", "mrmore.ini")
  15.   
  16.   set the text of cast "ClipDeInstall" = goGBTools(mGetAllProfileStrings, "clipins", "mrmore.ini")
  17. end