home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 June
/
PCOnline_06_1996.iso
/
mrmore
/
mrmore.dir
/
00017_Script_17
< prev
next >
Wrap
Text File
|
1996-04-11
|
700b
|
17 lines
-- Einlesen der Deinstaller Seite
on exitFrame
global goGBTools
set the text of cast "FontDeInstall" = goGBTools(mGetAllProfileStrings, "fontins", "mrmore.ini")
set the text of cast "FaxeDeInstall" = goGBTools(mGetAllProfileStrings, "faxeins", "mrmore.ini")
set the text of cast "DesiDeInstall" = goGBTools(mGetAllProfileStrings, "desiins", "mrmore.ini")
set the text of cast "SounDeInstall" = goGBTools(mGetAllProfileStrings, "sounins", "mrmore.ini")
set the text of cast "BackDeInstall" = goGBTools(mGetAllProfileStrings, "backins", "mrmore.ini")
set the text of cast "ClipDeInstall" = goGBTools(mGetAllProfileStrings, "clipins", "mrmore.ini")
end