home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enciclopedia Multimediale Rizzoli Larousse 2002
/
ERL2002_1.IMG
/
Concento
/
ConnMgr
/
Concento.exe
/
RCDATA
/
CABINET
/
Concento.inf
< prev
next >
Wrap
INI File
|
2001-09-01
|
12KB
|
358 lines
;===========================================================================
;
; All of the customizable sections of this file are in the [Strings] section
; at the bottom.
;
;===========================================================================
;=============================================
; These are global settings for the whole file.
;=============================================
[version]
Signature=$chicago$
AdvancedINF=2.5
[CmDial32.Dll]
Version=458753
Build=143853624
; -------------------------------------------------------------------
; All User Installs
; -------------------------------------------------------------------
[DefaultInstall]
SmartReboot=N
CustomDestination=CustInstDestSectionAllUsers
RunPreSetupCommands=RunPreSetupCommandsSection
CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM
AddReg=Xnstall.RenameReg, Xnstall.AddReg.AllUsers
RegisterOCXs=RegisterOCXSection
; -------------------------------------------------------------------
; Launches the All User postinstall commands
; -------------------------------------------------------------------
[PostInstall]
SmartReboot=N
CustomDestination=CustInstDestSectionAllUsers
RunPostSetupCommands=RunPostSetupCommandsSection
; -------------------------------------------------------------------
; Single User installs cannot handle the RenameReg Section
; -------------------------------------------------------------------
[DefaultInstall_SingleUser]
SmartReboot=N
CustomDestination=CustInstDestSectionSingleUsers
RunPreSetupCommands=RunPreSetupCommandsSection
CopyFiles=Xnstall.CopyFiles.SingleUser, Xnstall.CopyFiles.ICM
AddReg = Xnstall.AddReg.Private
RegisterOCXs=RegisterOCXSection
; -------------------------------------------------------------------
; Launches the Single User postinstall commands
; -------------------------------------------------------------------
[PostInstall_Single]
SmartReboot=N
CustomDestination=CustInstDestSectionSingleUsers
RunPostSetupCommands=RunPostSetupCommandsSection
; -------------------------------------------------------------------
; This file section sets up the desktop icon GUID and is thus
; only needed on legacy systems.
; -------------------------------------------------------------------
[Xnstall_Legacy]
SmartReboot=N
CustomDestination=CustInstDestSectionAllUsers
AddReg=Xnstall.AddReg.DesktopIcon, Xnstall.AddReg.Icon
; These section are kept for legacy compatibility but are no longer used.
; This section was removed and its sections worked into DefaultInstall_SingleUser
; -------------------------------------------------------------------
; section to install if for a private individual
; -------------------------------------------------------------------
[Xnstall_Private]
;SmartReboot=N
;CustomDestination=CustInstDestSection
;AddReg=Xnstall.AddReg.Private
; This section was removed and its sections replaced by DefaultInstall
; -------------------------------------------------------------------
; section to install if profile for all users
; -------------------------------------------------------------------
[Xnstall_AllUser]
;SmartReboot=N
;AddReg=Xnstall.AddReg.AllUsers
;CustomDestination=CustInstDestSection
; -------------------------------------------------------------------
; Section used to uninstall Private user profiles
; -------------------------------------------------------------------
[Remove_Private]
Cleanup=1
SmartReboot=N
BeginPrompt=RemoveBeginPromptSection
EndPrompt=RemoveEndPromptSection
RunPreSetupCommands=RunPreUnInstCommandsSection
CustomDestination=CustUnInstDestSectionPrivate
DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
DelReg=Remove.DelReg.Private
DelDirs=CleanDir
RunPostSetupCommands=RunPostUnInstCommandsSection
; -------------------------------------------------------------------
; Section used to uninstall All User profiles
; (no all users in name for legacy reasons)
; -------------------------------------------------------------------
[Remove]
Cleanup=1
SmartReboot=N
BeginPrompt=RemoveBeginPromptSection
EndPrompt=RemoveEndPromptSection
RunPreSetupCommands=RunPreUnInstCommandsSection
CustomDestination=CustUninstDestSectionAllUsers
DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
DelReg=Remove.DelReg.AllUser
DelDirs=CleanDir
RunPostSetupCommands=RunPostUnInstCommandsSection
; The following SetupCommandsSections allow you to run commands before or
; after the profile is installed. The commands will only be executed once.
; Similarly the following UnInstCommandsSections will allow you to run
; commands before or after the profile is uninstalled. An example command line
; is:
; Myprogram.exe /<switches> <options>
[RunPreSetupCommandsSection]
; Commands Here will be run Before Setup Begins to install
[RunPostSetupCommandsSection]
;Commands here will be run After setup finishes
[RunPreUnInstCommandsSection]
;Commands here will be run before Uninstall Begins
[RunPostUnInstCommandsSection]
;Commands here will be run after Uninstall Finishes
; -------------------------------------------------------------------
; These are the registry entries for installation.
; -------------------------------------------------------------------
[Xnstall.AddReg.DesktopIcon]
"HKCR", "CLSID\%DesktopGUID%",,,"%ServiceName%"
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%",,,"%ServiceName%"
"HKCR", "CLSID\%DesktopGUID%\ShellFolder","Attributes",1,"00","00","00","00"
; Please make sure the following three commands are alphabetized by the %Open%, %Delete%,
; and %Settings% entries defined in the Strings section
; the Connect Command
"HKCR", "CLSID\%DesktopGUID%\Shell\Open\Command",,,"cmmgr32.exe ""%49000%\%ShortSvcName%.cmp"""
"HKCR", "CLSID\%DesktopGUID%\Shell\Open",,,"%Open%"
; the Delete Command
"HKCR", "CLSID\%DesktopGUID%\Shell\Delete\Command",,,"cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
"HKCR", "CLSID\%DesktopGUID%\Shell\Delete",,,"%Delete%"
; the Properties Command
"HKCR", "CLSID\%DesktopGUID%\Shell\Settings...\Command",,,"cmmgr32.exe /settings ""%49000%\%ShortSvcName%.cmp"""
"HKCR", "CLSID\%DesktopGUID%\Shell\Settings...",,,"%Settings%"
[Xnstall.AddReg.AllUsers]
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%49001%"
"HKLM", "%AppAct%\Mappings","%ServiceName%","","%49001%\%ShortSvcName%.cmp"
[Xnstall.AddReg.Private]
; Single User Mappings is now written in code.
;"HKCU", "%AppAct%\Mappings","%ServiceName%","","%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%.cmp"
; -------------------------------------------------------------------
; These are the registry settings which
; are deleted during uninstall.
; -------------------------------------------------------------------
[Remove.DelReg.AllUser]
"HKLM", "%AppAct%\%ServiceName%"
"HKLM", "%AppAct%\Mappings","%ServiceName%"
"HKCU", "%AppAct%\UserInfo\%ServiceName%"
"HKCR", "CLSID\%DesktopGUID%"
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%"
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
[Remove.DelReg.Private]
"HKCU", "%AppAct%\%ServiceName%"
"HKCU", "%AppAct%\Mappings","%ServiceName%"
"HKCU", "%AppAct%\SingleUserInfo\%ServiceName%"
"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"
[CleanDir]
%49001%\%ShortSvcName%
; -------------------------------------------------------------------
; These are the directory specifications.
; -------------------------------------------------------------------
[CustInstDestSectionAllUsers]
49000,49001=AllUSer_LDIDSection, 7
[CustInstDestSectionSingleUsers]
49000,49001=SingleUser_LDIDSection, 7
[CustUninstDestSectionAllUsers]
49000,49001=XConnMgrLDIDSectionAllUsers, 5
[CustUnInstDestSectionPrivate]
49000,49001=XConnMgrLDIDSectionPrivate, 5
[SingleUser_LDIDSection]
"HKCU", "%AppAct%", "ProfileInstallPath", "%UnexpectedError%", ""
[AllUSer_LDIDSection]
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE", "ProfileInstallPath", "%UnexpectedError%", ""
[XConnMgrLDIDSectionAllUsers]
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
[XConnMgrLDIDSectionPrivate]
"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""
[DestinationDirs]
Xnstall.CopyFiles=49001, %ShortSvcName%
Xnstall.CopyFiles.SingleUser=49001, %ShortSvcName%
Xnstall.CopyFiles.ICM=49001
Remove.DelFiles=49001, %ShortSvcName%
Remove.DelFiles.ICM=49001
[SourceDisksNames]
55=, , 0
; -------------------------------------------------------------------
; These are the Prompt Sections
; -------------------------------------------------------------------
[RemoveBeginPromptSection]
Prompt=%BeginPrompt%
ButtonType=YESNO
Title=%UninstallAppTitle%
[RemoveEndPromptSection]
Prompt=%EndPrompt%
[Strings]
; -------------------------------------------------------------------
; These are the non localizable strings...
; -------------------------------------------------------------------
KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
AppAct = "SOFTWARE\Microsoft\Connection Manager"
; -------------------------------------------------------------------
; These are the localizable strings...
; -------------------------------------------------------------------
UnexpectedError = "An unexpected error occurred. Please reboot and try the installation again."
; When you localize these commands (they are the commands for the Desktop Icon on legacy
; platforms) you must make sure to re-alphabetize the Registry add calls above. Win95
; shows the menus in the order they were added and doesn't alphabetize them for you.
Settings = "P&roperties"
Open = "C&onnect"
Delete = "&Delete"
; -------------------------------------------------------------------
; The following strings are set by the Connection Manager Administration Kit
; Do not change any of the following strings
; -------------------------------------------------------------------
ServiceName="Concento"
ShortSvcName="Concento"
DesktopGUID="{E162F99E-ED10-4E66-808D-08C0AC67DA93}"
UninstallAppTitle="Concento"
DesktopIcon="Program_icon.ICO"
PhonebookPath=""
BeginPrompt="Do you want to remove Concento?"
EndPrompt="Successfully removed Concento."
CmLCID="1033"
DisplayLCID=1033
[CMAK Status]
InfVersion=4
IncludeDUN=0
IncludeCMCode=1
LicenseFile=
IncludeSupportDll=1
UsePWDcache=0
UpdatePhonebook=0
PhoneName=
[Extra Files]
[Merge Profiles]
[Xnstall.AddReg.Icon]
HKCR,"CLSID\%DesktopGUID%\DefaultIcon",,,"%49000%\%ShortSvcName%\%DesktopIcon%"
[Xnstall.CopyFiles.SingleUser]
Concento.pbk
Concento.pbr
logon_dialog_box.bmp
phone_book_dialog_box.bmp
Program_icon.ICO
Title_bar_icon.ICO
Status_area_icon.ICO
readme.txt
Concento.cms,,,4
Concento.inf
[Xnstall.CopyFiles]
Concento.pbk
Concento.pbr
LOGON_~1.BMP
PHONE_~1.BMP
PROGRA~1.ICO
TITLE_~1.ICO
STATUS~1.ICO
readme.txt
Concento.cms,,,4
Concento.inf
[Xnstall.CopyFiles.ICM]
Concento.cmp,,,16
[Remove.DelFiles.ICM]
Concento.cmp
[SourceDisksFiles]
Concento.pbk= 55
Concento.pbr= 55
logon_dialog_box.bmp= 55
phone_book_dialog_box.bmp= 55
Program_icon.ICO= 55
Title_bar_icon.ICO= 55
Status_area_icon.ICO= 55
Concento.inf = 55
Concento.cmp = 55
Concento.cms = 55
[Xnstall.RenameReg]
HKLM,%KEY_RENAME%\CMRENAME,,,"%49001%\%ShortSvcName%"
HKLM,%KEY_RENAME%\CMRENAME,LOGON_~1.BMP,,"logon_dialog_box.bmp"
HKLM,%KEY_RENAME%\CMRENAME,PHONE_~1.BMP,,"phone_book_dialog_box.bmp"
HKLM,%KEY_RENAME%\CMRENAME,PROGRA~1.ICO,,"Program_icon.ICO"
HKLM,%KEY_RENAME%\CMRENAME,TITLE_~1.ICO,,"Title_bar_icon.ICO"
HKLM,%KEY_RENAME%\CMRENAME,STATUS~1.ICO,,"Status_area_icon.ICO"
[Remove.DelFiles]
Concento.cms
readme.txt
Concento.pbk
Concento.pbr
logon_dialog_box.bmp
phone_book_dialog_box.bmp
Program_icon.ICO
Title_bar_icon.ICO
Status_area_icon.ICO
LOGON_~2.BMP
PHONE_~2.BMP
PROGRA~2.ICO
TITLE_~2.ICO
STATUS~2.ICO