home *** CD-ROM | disk | FTP | other *** search
- ; =============================================
- ; These are global settings for the whole file.
- ; =============================================
- [version]
- Signature = $chicago$
- AdvancedINF = 2.0
-
- ; ---------------------------------------------------------
- ; This is used to remove old CM (pre-1.2) installations
- ; when we install cm1.2 so that the users machine
- ; only has the newest cm bits on it in one place
- ; ---------------------------------------------------------
- [Remove]
- Cleanup=1
- SmartReboot = N
- CustomDestination = CustUnInstDestSection
- DelFiles = Remove.DelFiles, Remove.Readme, Remove.10.Sys
- DelReg = Remove.DelReg
- DelDirs=CleanDir
-
- ; ---------------------------------------------
- ; This is used to uninstall cm1.2 when it is
- ; installed on a legacy machine
- ; ---------------------------------------------
- [1.2Legacy_Uninstall]
- Cleanup=1
- SmartReboot = N
- CustomDestination = CustLegacyUninst
- DelFiles = Remove.DelFiles
- DelReg = Remove.DelReg, Uninstall.DelReg
- DelDirs=CleanDir
-
- ; -------------------------------------------------------------------
- ; This is the install section for Connection Manager, notice
- ; we have different sections for NT4 and win9x (NT5 uses the native
- ; system bits). We also have a section for both that is used by
- ; the CMAK installer.
- ; -------------------------------------------------------------------
-
- [DefaultInstall_NT]
- SmartReboot=N
- CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.NT.ICMFILES
- AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
-
- [DefaultInstall]
- SmartReboot=N
- CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.W95.ICMFILES
- AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
-
- [DefaultInstall_Both]
- SmartReboot=N
- CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.W95.ICMFILES, Xnstall.CopyFiles.NT.ICMFILES
- AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
-
- [Win95_SpecificFiles]
- SmartReboot=N
- CopyFiles=Xnstall.CopyFiles.W95.ICMFILES
-
- [NT_SpecificFiles]
- SmartReboot=N
- CopyFiles=Xnstall.CopyFiles.NT.ICMFILES
-
- ; -------------------------------------------------------------------
- ; These file sections are only to needed on certain downlevel platforms.
- ; They copy some needed system files.
- ; -------------------------------------------------------------------
- [Support_9x]
- SmartReboot=N
- CopyFiles=Xnstall.WinInet, Xnstall.Win9x
-
- [Support_NT]
- SmartReboot=N
- CopyFiles=Xnstall.WinInet
-
- [CleanDir]
- %49000%
-
- ; -------------------------------------------------------------------
- ; These are the files which are deleted during uninstall.
- ; -------------------------------------------------------------------
- [Remove.DelFiles]
- cmmgr32.exe
- cmmgr32.hlp
- cmpbk32.dll
- cmdial32.dll
- cmdl32.exe
- mbslgn32.dll
- icwscrpt.exe
- cmmgr32.gid
- msdun12.exe
- cnet16.dll
- cnetcfg.dll
- ccfg95.dll
- ccfgnt.dll
- cmcfg32.dll
- cmmon32.exe
- cmutil.dll
- addconn.dll
- remconn.exe
- cmstats.dll
-
- [Remove.10.Sys]
- uninstcm.inf
- showicon.exe
-
- [Remove.Readme]
- readme.txt
-
- ; -------------------------------------------------------------------
- ; These are the registry delete sections.
- ; -------------------------------------------------------------------
- [Remove.DelReg]
- "HKLM", "%UninstallPath%\%AppTitle%"
-
- [Uninstall.DelReg]
- "HKLM", "%AppPath%"
- "HKLM", "%cmPath%", "%CompChecked%"
- "HKCR", ".pbr"
- "HKCR", ".pbk"
- "HKCR", "%AppName%"
-
- ; -------------------------------------------------------------------
- ; These are the install file copy sections.
- ; -------------------------------------------------------------------
- [Xnstall.CopyFiles.ICMFILES]
- cmmgr32.exe, , , 32
- cmmgr32.hlp, , , 32
- cmpbk32.dll, , , 32
- cmdial32.dll, , , 32
- cmdl32.exe, , , 32
- mbslgn32.dll, , , 32
- cnetcfg.dll, , , 32
- cmmon32.exe, , , 32
- cmutil.dll, , , 32
- instcm.inf, , , 32
- cmcfg32.dll, , , 32
- cmstp.exe, , , 32
-
- ; don't copy icwscrpt.exe if it already exists
- [Xnstall.CopyFiles.W95.ICMFILES]
- icwscrpt.exe, , , 16
- cnet16.dll, , , 32
- ccfg95.dll, , , 32
-
- [Xnstall.CopyFiles.NT.ICMFILES]
- ccfgnt.dll, , , 32
-
- [Xnstall.WinInet]
- wininet.dll, wininet.old, , 32
-
- [Xnstall.Win9x]
- comctl32.dll, comctl32.old, , 32
- advapi32.dll, advapi32.old, , 32
- rnaph.dll, rnaph.old, , 32
-
- ; -------------------------------------------------------------------
- ; These are the install registry sections
- ; -------------------------------------------------------------------
-
- [Xnstall.AddReg.Uninstall]
- "HKLM", "%UninstallPath%\%AppTitle%", "DisplayName", "", "Microsoft %AppTitle%"
- "HKLM", "%UninstallPath%\%AppTitle%", "UninstallString", "", "%11%\cmstp.exe /x %11%\instcm.inf"
-
- [Xnstall.AddReg.ICM]
- "HKCR", ".pbk", "", "", "%PhoneName%"
- "HKCR", ".pbr", "", "", "%RegionName%"
- "HKLM", "%AppPath%", "", "", "%11%\CMMGR32.EXE"
- "HKLM", "%AppPath%", "Path", "", "%11%"
- HKLM, "%AppPath%", "CMInternalVersion", 0, "1.2"
-
- ; -------------------------------------------------------------------
- ; These are the directory specifications.
- ; -------------------------------------------------------------------
-
- [CustUninstDestSection]
- 49000,49001,49002,49003 = IConnMgrLDIDSection, 5
-
- [IConnMgrLDIDSection]
- "HKLM", "%AppPath%", "OldPath", "%UpdatePrompt%", ""
- "","","","",""
-
- [CustLegacyUninst]
- 49000,49001,49002,49003 = CustLegacyUninstSection, 5
-
- [CustLegacyUninstSection]
- "HKLM", "%AppPath%", "Path", "", ""
- "","","","",""
-
- [DestinationDirs]
- Remove.DelFiles = 49000
- Remove.Readme = 49000
- Remove.10.Sys = 11
- Xnstall.CopyFiles.ICMFILES=11
- Xnstall.CopyFiles.W95.ICMFILES=11
- Xnstall.CopyFiles.NT.ICMFILES=11
- Xnstall.WinInet=11
- Xnstall.Win9x=11
-
-
- [SourceDisksNames]
- 55 = , , 0
-
- [SourceDisksFiles]
-
- ; ==================
- ; These are strings.
- ; ==================
-
- [Strings]
- ; These are the non-localizable strings...
- cmPath = "SOFTWARE\Microsoft\Connection Manager"
- CompChecked = "ComponentsChecked"
- AppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE"
- UninstallPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
- AppTitle = "Connection Manager"
-
- ; ------------------------------------
- ; These are the localizable strings...
- ; ------------------------------------
-
- PhoneName = "Phone Book"
- RegionName = "Region File"
- AppName = "Connection Manager Profile"
-