18 lines
422 B
Modula-2
18 lines
422 B
Modula-2
LIBRARY MSOOBCI
|
|
|
|
EXPORTS
|
|
InstallComponentA
|
|
InstallComponentW
|
|
InstallInfSectionA
|
|
InstallInfSectionW
|
|
DoInstallA
|
|
DoInstallW
|
|
DoInstall = DoInstallA
|
|
DriverInstallComponents
|
|
IsUserAdmin
|
|
IsInteractiveWindowStation
|
|
ProxyRemoteInstallA PRIVATE
|
|
ProxyRemoteInstallW PRIVATE
|
|
ProxyRemoteInstall = ProxyRemoteInstallA PRIVATE
|
|
|