home *** CD-ROM | disk | FTP | other *** search
- ; EUDCEDIT.INF
- ;
- ; This is the Setup information file to install Eudcedit
- ; as an Optional Component.
- ;
- ; Copyright (c) 1993,1994 Microsoft Corporation
- ;
-
- [version]
- LayoutFile=layout.inf
- signature="$CHICAGO$"
- SetupClass=BASE
-
- ;Destination Directories for CopyFiles Sections
- [DestinationDirs]
- EudceditCopyFiles = 24,%OEM_PROGRAMF%\%OEM_ACCESSOR% ; LDID_SHARED
- EudceditCopyFiles_HELP = 18 ; LDID_HELP
- mfcdlls.files = 11 ; LDID_SYS
- Eudcedit.Win.Del = 25 ; LDID_SHARED
- Register_Eudcedit.Copy = 17 ; LDID_INF
-
- [BaseWinOptions]
- Register_Eudcedit
-
- [Register_Eudcedit]
- AddReg=Register_Eudcedit.AddReg
- CopyFiles=Register_Eudcedit.Copy
-
- [Register_Eudcedit.Copy]
- eudcedit.inf
-
- [Register_Eudcedit.AddReg]
- ;Registers Eudcedit so it shows up in Maint Mode Setup, set initial status to uninstalled:
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents,"Eudcedit",,"eudcedit"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit,INF,,"eudcedit.inf"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit,Section,,"mseudcedit"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit,Installed,,"0"
-
-
- [Optional Components]
- MSEudcedit
-
- [MSEudcedit]
- CopyFiles = EudceditCopyFiles, EudceditCopyFiles_HELP
- UpdateInis = EudceditInis
- AddReg = EudceditReg, Eudcedit.install.reg
- DelReg = EudceditDelReg
- Delfiles = Eudcedit.Win.Del
-
- OptionDesc = %MSEUDCEDITOPT_DESC%
- Tip = %MSEUDCEDITOPT_TIP%
- Parent = AccessTop
- InstallType = 10 ;Typical, Custom.
- IconIndex = 62 ;Eudcedit
- Uninstall = MSEudcedit_remove
-
- [test]
- AddReg = EudceditReg
-
- [MSEudcedit_remove]
- ; note that if you install any shared MFC DLL's, you should NOT delete them when
- ; uninstalling Eudcedit
- DelFiles = EudceditCopyFiles, EudceditCopyFiles_HELP
- UpdateInis = EudceditInis.remove
- AddReg = Eudcedit.remove.reg
- DelReg = EudceditReg
-
- ;List of files to copy to the \chicago directory goes here:
- ;(need to make sure the gooey files are hidden in the AddReg section below)
- [EudceditCopyFiles]
- eudcedit.exe
-
- [EudceditCopyFiles_HELP]
- EUDCEDIT.HLP
- EUDCEDIT.CNT
-
- ;list of files to copy to the \chicago\system directory goes here:
- [mfcdlls.files]
- mfc30.dll
- mfcans32.dll
- mfco30.dll
- mfcd30.dll
- mfcn30.dll ; new one added with mfc 3.01 version
- mfcuia32.dll
-
- [Eudcedit.Win.Del]
- eudcedit.exe ; bugbug (leave in for M8) - no longer in Windows dir
-
- [EudceditInis]
- setup.ini, progman.groups,, "group4=%APPS_DESC%" ;creates Accessories folder (if not already there0
- setup.ini, group4,, """%EUDCEDIT_LINK%"", ""%24%\%PROGRAMF%\%ACCESSOR%\EUDCEDIT.EXE""" ;creates link in Accessories folder
-
- [EudceditInis.remove]
- setup.ini, progman.groups,, "group4=%APPS_DESC%" ;creates Accessories folder (if not already there0
- setup.ini, group4,, """%EUDCEDIT_LINK%""" ;deletes link
-
- [Eudcedit.install.reg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit,Installed,,"1"
-
- [Eudcedit.remove.reg]
- ; sets status for Maint Mode Setup to 'not installed'
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents\eudcedit,Installed,,"0"
-
- [EudceditReg]
-
- ; 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 hack in the form of
- ; an intermediate rename
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,,2,%24%
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%OLD_PROGRAMF%,2,"%Old_Program_Files%" ; bugbug - leave in for M8
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,%PROGRAMF%,2,!$!$!$!$.$!$
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFilesRoot,!$!$!$!$.$!$,2,"%Program_Files%,1"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,,2,"%24%\%PROGRAMF%"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,%ACCESSOR%,2,!$!$!$!$.$!$
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AppFiles,!$!$!$!$.$!$,2,"%Accessories%,1"
-
- ; set up the per-app path
- HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\EUDCEDIT.EXE",,,"%24%\%PROGRAMF%\%ACCESSOR%\EUDCEDIT.EXE"
-
- [EudceditDelReg]
-
- ; User-visible strings
- [Strings]
- APPS_DESC = "╕╜╝■"
- EUDCEDIT_LINK = "╘∞╫╓│╠╨≥"
- EUDCEDIT_DOC = "╘∞╫╓│╠╨≥╬─╡╡"
- MSEUDCEDITOPT_DESC = "╘∞╫╓│╠╨≥"
- MSEUDCEDITOPT_TIP = "╙├╙┌┤┤╜¿╙├╗º╢¿╥σ╡─╫╓╖√╡─▒α╝¡╞≈íú"
-
- ; Directory names - note that that short versions must match the truncated
- ; 8 char names for the long versions, or else we're busted!
- ; also need to put the short versions in the [DestinationDirs] section above
- ; Used by eudcedit, hypertrm, backup, paint, & marvel
- Old_Program_Files = "Old Program Files" ; bugbug - leave for M8
- OLD_PROGRAMF = "Programf" ; bugbug - leave for M8
- Program_Files = "Program Files"
- 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)
- Accessories = "Accessories"
- ACCESSOR = "Access~1" ; first 6 chars of Accessories, + "~1"
- OEM_ACCESSOR = "Access~1" ; first 6 chars of Accessories, + "~1" - in OEM codepage (not Ansi)
-
-