21 lines
424 B
Modula-2
21 lines
424 B
Modula-2
LIBRARY ICFG32
|
|
HEAPSIZE 512
|
|
|
|
SECTIONS
|
|
.data READ WRITE
|
|
.instance READ WRITE
|
|
EXPORTS
|
|
wizthk_ThunkData32 ; for thunking
|
|
IcfgNeedInetComponents
|
|
IcfgInstallInetComponents
|
|
IcfgGetLastInstallErrorText
|
|
IcfgSetInstallSourcePath
|
|
IcfgIsGlobalDNS
|
|
IcfgRemoveGlobalDNS
|
|
IcfgIsFileSharingTurnedOn
|
|
IcfgTurnOffFileSharing
|
|
IcfgStartServices
|
|
DoGenInstall
|
|
GetSETUPXErrorText
|
|
|