home *** CD-ROM | disk | FTP | other *** search
- ; deploypl.INF
-
- ; This is the Setup information file to install the animated cursor editor
-
- ; Copyright (c) 1993-1995 Microsoft Corporation
-
-
- [version]
- LayoutFile=rklayout.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DestinationDirs]
- Register.Copy = 17 ; LDID_INF
- rklayout.copy = 17 ; LDID_INF
- deployCopyFiles = 24,%OEM_PROGRAMF%\%OEM_RESOURCE%\%PlnSetup% ; LDID_APPS\Program Files\Resource Kit
- deploy.CheckList.Copy = 24,%OEM_PROGRAMF%\%OEM_RESOURCE% ; LDID_APPS\Program Files\Resource Kit
- deploy.HLP.Copy = 18 ; LDID_HELP
-
- [Optional Components]
- deploytop
- deploy
- checklist
-
- [deploytop]
- OptionDesc = %deploytop_Desc%
- Tip = %deploytop_TIP%
- IconIndex = 11 ;Default (diamond) mini-icon for dialogs
-
-
- [deploy]
- OptionDesc = %deploy_Desc%
- Tip = %deploy_TIP%
- parent = deploytop
- CopyFiles = deployCopyFiles, Register.Copy, rklayout.copy
- UpdateInis = deploy.Inis
- AddReg = deployReg, Register.AddReg
- InstallType = 0 ;Manual only
- IconIndex = 11 ;Default (diamond) mini-icon for dialogs
- Uninstall = deploy_remove
-
-
- [deploy_remove]
- DelFiles = deployCopyFiles
- DelReg = UnRegister.DelReg
- UpdateInis = deploy.Rem.Inis
-
- [checklist]
- OptionDesc = %checklist_Desc%
- Tip = %checklist_TIP%
- parent = deploytop
- CopyFiles = deploy.CheckList.Copy, Register.Copy, rklayout.copy
- UpdateInis = checklist.Inis
- AddReg = deployReg, RegisterChecklist.AddReg
- InstallType = 0 ;Manual only
- IconIndex = 39 ;Default (diamond) mini-icon for dialogs
- Uninstall = checklist_remove
-
- [checklist_remove]
- DelFiles = deploy.CheckList.Copy
- DelReg = UnRegisterCheckList.DelReg
- UpdateInis = CheckList.Rem.Inis
-
-
- [rklayout.copy]
- rklayout.inf
-
- [Register.Copy]
- deploypl.inf
-
- [deployCopyFiles]
- deploy.inf
- deploy.txt
- _mssetup.exe
- acmsetup.ex_
- acmsetup.hl_
- admin.inf
- decomp.exe
- deploy.in_
- deploy.mp_
- deploy.stf
- deploy95.hl_
- msacahbb.dl_
- mscpydis.dl_
- mssetup.dll
- setup.exe
- setup.ini
- setup.lst
-
-
- [deploy.CheckList.Copy]
- chcklist.doc
-
-
- [Register.AddReg]
- ;Create entries for Maint Mode Setup
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\deploy,DisplayName,,%uninstall_Desc%
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\deploy,UninstallString,,"RunDll setupx.dll,InstallHinfSection deploy_Remove 4 deploypl.INF"
-
- [UnRegister.DelReg]
- ;Remove entries for Maint Mode Setup
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\deploy
-
- [RegisterCheckList.AddReg]
- ;Create entries for Maint Mode Setup
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\checklist,DisplayName,,%CheckList_Desc%
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\checklist,UninstallString,,"RunDll setupx.dll,InstallHinfSection checklist_Remove 4 deploypl.INF"
-
- [UnRegisterCheckList.DelReg]
- ;Remove entries for Maint Mode Setup
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\checklist
-
- [deployReg]
- ; create the long-name for "Program Files"
- ; Note that when you rename a long name, VFAT changes the short name from
- ; foobar~1 to foobar~2. To avoid this, we introduce a work around in the form of
- ; an intermediate rename
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,,%24%
- ;HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,,"%Old_Program_Files%" ; review - leave in for M8
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,,!$!$!$!$.$!$
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,,"%Program_Files%,1"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,,"%24%\%PROGRAMF%"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%RESOURCE%,,!$!$!$!$.$!$
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.$!$,,"%ResourceKit%,1"
-
-
- [deploy.Inis]
- setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%" ;creates folder
- setup.ini, group11,, """%PlanSetup_Desc%"", %24%\%OEM_PROGRAMF%\%OEM_RESOURCE%\%PlnSetup%\setup.EXE,,, setup" ;creates link
-
- [deploy.Rem.Inis]
- setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%" ;creates folder
- setup.ini, group11,, """%PlanSetup_Desc%""" ;deletes link
-
- [checklist.Inis]
- setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%" ;creates folder
- setup.ini, group11,, """%CheckList_Desc%"", %24%\%OEM_PROGRAMF%\%OEM_RESOURCE%\chcklist.doc,,, chcklist" ;creates link
-
- [checklist.Rem.Inis]
- setup.ini, progman.groups,, "group11=%RKTOOLS_DESC%" ;creates folder
- setup.ini, group11,, """%CheckList_Desc%""" ;deletes link
-
- [Strings]
- RKTOOLS_DESC = "Resource Kit"
- PlanSetup_Desc = "Setup for Sample Deployment Plan"
- uninstall_Desc = "Setup for Sample Deployment Plan"
- deploytop_Desc = "Tools for Deploying Windows 95"
- deploy_Desc = "Sample Deployment Plan for Windows 95"
- CheckList_Desc = "Sample Deployment Plan Checklist"
- CheckList_Tip = "Sample checklist for preparing for deployment of Windows 95."
- deploy_TIP = "Setup program for sample Microsoft Project template to give you a head start in setting up your deployment plans for Windows 95."
- deploytop_tip = "Sample checklist and project plan for deploying Windows 95."
- DSK = "Windows 95 Resource Kit"
- PlnSetup = "PlnSetup"
-
-
- ; 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
- Program_Files = "Programme" ; changed for the German version of Windows 95
- 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)
- ResourceKit = "Resource Kit"
- RESOURCE = "Resour~1" ; first 6 chars of Resource Kit, + "~1"
- OEM_RESOURCE = "Resour~1" ; first 6 chars of Resource Kit, + "~1" - in OEM codepage (not Ansi)
-