home *** CD-ROM | disk | FTP | other *** search
- ; CISRAS.INF
- ;
-
- [version]
- signature="$CHICAGO$"
- Provider=%MS%
- SetupClass=BASE
-
- [DestinationDirs]
- MS_CISPPP_SYS_CopyFiles =11 ; LDID_SYS
- MS_CISPPP_INF_CopyFiles =17 ; LDID_INF
-
- [Optional Components]
- CISPPP
-
- [DefaultInstall]
- OptionDesc=%RNA_CISPPP_Desc%
- Tip=%RNA_CISPPP_Tip%
- CopyFiles=MS_CISPPP_SYS_CopyFiles, MS_CISPPP_INF_CopyFiles
- AddReg=MS_CISPPP_Maintenance_AddReg, MS_CISPPP_Reg
- UpdateInis=MS_CISPPP_Inis
- InstallType = 12 ;Portable, Custom
- IconIndex= 21 ;Dial-up networking mini-icon for dialogs
- Uninstall=MS_CISPPP_Uninstall
- Needs= RNA
-
- [CISPPP]
- OptionDesc=%RNA_CISPPP_Desc%
- Tip=%RNA_CISPPP_Tip%
- CopyFiles=MS_CISPPP_SYS_CopyFiles, MS_CISPPP_INF_CopyFiles
- AddReg=MS_CISPPP_Maintenance_AddReg, MS_CISPPP_Reg
- UpdateInis=MS_CISPPP_Inis
- InstallType = 12 ;Portable, Custom
- IconIndex= 21 ;Dial-up networking mini-icon for dialogs
- Uninstall=MS_CISPPP_Uninstall
- Needs= RNA
-
- [MS_CISPPP_Uninstall]
- AddReg=MS_CISPPP_Uninstall_AddReg
- DelReg=MS_CISPPP_Uninstall_DelReg
- UpdateInis=MS_CISPPP_DelInis
-
- [MS_CISPPP_SYS_CopyFiles]
- smmccta.dll
- smmcctb.dll
-
- [MS_CISPPP_INF_CopyFiles]
- cisras.inf
-
- [MS_CISPPP_Maintenance_AddReg]
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CISPPP,DisplayName,,"%RNA_CISPPP_Desc%"
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CISPPP,UninstallString,,"RunDll setupx.dll,InstallHinfSection MS_CISPPP_Uninstall 4 cisras.inf"
- HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CISPPP,Installed,,"1"
-
- [MS_CISPPP_Reg]
- ;
- ;Remote Access CISPPP authentication registration
- ;
- HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CISPPP, Path,, "smmccta.dll"
- HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CISPPP, Desc,, %CISPPP_Desc%
- HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CISPPP, Usage,1,01,00,00,00
- HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CISPPP, Options,1,17,00,00,00
- HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CISPPP, Protocols,1,04,00,00,00
- HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Path,, "smmcctb.dll"
- ;
- ; RunOnce
- ;
- HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,"%CISPPPSetup_Desc%",,"rundll32.exe smmsetup.dll,SMM_Setup /a PPPMAC CISPPP"
-
- [MS_CISPPP_Uninstall_AddReg]
- ;
- ; RunOnce
- ;
- HKLM, Software\Microsoft\Windows\CurrentVersion\RunOnce,"%CISPPPSetup_Desc%",,"rundll32.exe smmsetup.dll,SMM_Setup /d PPPMAC CISPPP"
- HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\PPP, Path,, "smmscrpt.dll"
-
- [MS_CISPPP_Uninstall_DelReg]
- ;
- ; Remove CISPPP from Optional component
- ;
- HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CISPPP
- HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\CISPPP
- ;
- ; Remove CISPPP
- ;
- HKLM, SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\SMM_Files\CISPPP
-
- ;****************************************************************************
- ; Source Directories
- ;****************************************************************************
-
- [SourceDisksNames]
- 70=%DSK_CISPPP%, "", 0001
-
- [SourceDisksFiles]
- cisras.inf =70,,6410
- smmccta.dll =70,,12288
- smmcctb.dll =70,,12288
-
- ; User-visible strings
-
- [Strings]
- RNA_CISPPP_Desc = "CompuServe PPP Connection for Internet services"
- RNA_CISPPP_Tip = "Allows you use CompuServe as your Internet provider. Supports CIS script processing."
- CISPPP_Desc = "CISPPP: PPP connection using CompuServe networks"
- CISPPPSetup_Desc = "CISPPP_Setup"
- Apps_Desc = "Accessories"
- Scripter_Desc = "Dial-Up Scripting Tool"
- MS = "Microsoft"
- DSK_CISPPP = "CIS PPP Files"
- SCP_Desc = "Dial-Up Networking Script"
-
- ; Directory names - note that that short versions must match the truncated
- ; 8 char names for the long versions, or else there will be problems!
- ; also need to put the short versions in the [DestinationDirs] section above
- ; Used by wordpad, hypertrm, backup, paint, & MSN
- PROGRAMF = "Progra~1" ; first 6 chars of Program_Files, + "~1"
- OEM_PROGRAMF = "Progra~1" ; first 6 chars of Program_Files, + "~1" - in OEM codepage (not Ansi)
- ACCESSOR = "Access~1" ; first 6 chars of Accessories, + "~1"
- OEM_ACCESSOR = "Access~1" ; first 6 chars of Accessories, + "~1" - in OEM codepage (not Ansi)
-