home *** CD-ROM | disk | FTP | other *** search
- ; =============================================
- ; These are global settings for the whole file.
- ; =============================================
-
- [version]
- Signature = $chicago$
- AdvancedINF = 2.0
-
-
- ; ================================
- ; These are the main entry points.
- ; ================================
-
- ; ----------------------------
- ; This is the default install.
- ; ----------------------
- ; This is the uninstall.
- ; ----------------------
- [Remove]
- Cleanup=1
- SmartReboot = N
- CustomDestination = CustUnInstDestSection
- DelFiles = Remove.DelFiles, Remove.DelFiles.System
- DelReg = Remove.DelReg
- DelDirs=CleanDir
-
- [CleanDir]
- %49000%
-
- ; ===================================
- ; These are the file delete sections.
- ; ===================================
-
- ; -------------------------------------------------------
- ; These are the files which are deleted during uninstall.
- ; -------------------------------------------------------
- [Remove.DelFiles]
- cmmgr32.exe
- cmmgr32.hlp
- cmpbk32.dll
- cmdial32.dll
- cmdl32.exe
- cmstats.dll
- mbslgn32.dll
- readme.txt
- icwscrpt.exe
- cmmgr32.gid
- msdun12.exe
- cnet16.dll
- cnetcfg.dll
- ccfg95.dll
- ccfgnt.dll
-
- [Remove.DelFiles.System]
- cmcfg32.dll
-
- ; =======================================
- ; These are the registry delete sections.
- ; =======================================
-
- ; -------------------------------------
- ; These are the registry settings which
- ; are deleted during uninstall.
- ; -------------------------------------
- [Remove.DelReg]
- "HKLM", "%AppPath%"
- "HKLM", "%cmPath%", "%CompChecked%"
- "HKCR", ".pbr"
- "HKCR", ".pbk"
- "HKCR", "%AppName%"
- "HKLM", "%UninstallPath%\%AppTitle%"
- "HKLM", "%UninstallPath%\%AppTitle%"
-
-
- ; =======================================
- ; These are the directory specifications.
- ; =======================================
-
- [CustUninstDestSection]
- 49000,49001,49002,49003 = IConnMgrLDIDSection, 5
-
- [IConnMgrLDIDSection]
- "HKLM", "%AppPath%", "Path", "%UpdatePrompt%", ""
- "","","","",""
-
- [DestinationDirs]
- Remove.DelFiles = 49000
- Remove.DelFiles.System = 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"
- ; ------------------------------------
- ; These are the localizable strings...
- ; ------------------------------------
- AppName = "Connection Manager Profile"
- AppTitle = "Connection Manager"
-
-