home *** CD-ROM | disk | FTP | other *** search
- //
- // Jeffrey Carlyle's Stratoware StratoSetup 1.70
- // Copyright 1997 by Jeffrey Carlyle.
- //
- // This will install the information you need to use StratoSetup.
- // See the ReadMe.htm file for more information.
- //
- ConfirmInstall("Thisáprogram will install PSTRUH TCP/IP library. DoáYouáwishátoácontinueá?")
- GenerateUnSetupInfo("PSTRUH TCPIP", "PSTRUH TCPIP")
- PromptForDir("TCPIP", "Please choose the destination for the TCPIP files.", UMDir, "?ProgramFiles?\PSTRUH\TCPIP")
- SetDefaultDir(?UMDir?)
- //
- // Start copying files.
- //
- ShowStatus("Installing TCPIP")
- InstallFile(Trace.asp)
- InstallFile(class.htm)
- InstallFile(class1.htm)
- InstallFile(class2.htm)
- InstallFile(library.htm)
- InstallFile(libs.htm)
- InstallFile(OLEDesc.htm)
- InstallFile(OLEDesc1.htm)
- InstallFile(OLEDesc2.htm)
- InstallFile(OLEDesc3.htm)
- InstallFile(OLEDesc4.htm)
- InstallFile(OLEDesc5.htm)
- InstallFile(OLEDesc6.htm)
- InstallFile(OLEDesc7.htm)
- InstallFile(OLEDesc8.htm)
- InstallFile(OLEDesc9.htm)
- InstallFile(revision.htm)
- InstallFile(tcpip.dll)
- UpdateSysFile(atl.dll)
- RegisterDllServer(?DefDir?\tcpip.dll)
- CreateShortcut(?DefDir?\library.htm, ?Programs?\PSTRUH, TCPIP library)
- CreateShortcut(?DefDir?\Trace.asp, ?Programs?\PSTRUH, TraceRoute sample ASP page)
-
- HideStatus()
- Notify("TCPIP library has been installed. For additional information and help see Start->Programs->Pstruh->TCPIP")