home *** CD-ROM | disk | FTP | other *** search
- [version]
- signature="$CHICAGO$"
- AdvancedINF=2.5
-
- [DestinationDirs]
- PATCH-FILES=11
- INFCopy=17
- PNFCopy=17
-
-
- ;;
- ;; Uninstall has been disabled... to enable it,
- ;; you only have to uncomment the registry sections
- ;;
-
- [DefaultInstall]
- RequiredEngine=Setupapi
- CopyFiles=PATCH-FILES,INFCopy,CopyDLL
- ;;AddReg=GenUninstallKey,Win95UninstallKey
-
- [DefaultInstall.NT]
- RequiredEngine=Setupapi
- CopyFiles=PATCH-FILES,INFCopy,CopyDLL,CopyRunDll.NT
- ;;AddReg=GenUninstallKey,NTUninstallKey
-
-
- [PATCH-FILES]
- FM20.DLL,,,35
- FM20ENU.DLL,,,35
-
- [CopyDLL]
- cfgmgr32.dll,,,16
- setupapi.dll,,,16
-
- [INFCopy]
- "FM2PASTE.INF"
-
- ;
- ; Uninstall has been disabled....
- ;
- [PNFCopy]
- "FM2PASTE.PNF"
-
- [GenUninstallKey]
- ;Reg key that puts entry in Add/Remove files CPL applet dialog
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OFFICE-QFE99,"DisplayName",,"%PackageDesc%"
-
- [Win95UninstallKey]
- ;call ADVPACK uninstaller on Win95
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OFFICE-QFE99,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\FM2PASTE.INF, Uninstall"
-
- [NTUninstallKey]
- ;call ADVPACK uninstaller on NT 4
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OFFICE-QFE99,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\FM2PASTE.INF, Uninstall.NT"
-
- [DelRegSection]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OFFICE-QFE99
-
-
- ; begin uninstall logic
- [Uninstall]
- RequiredEngine=Setupapi
- BeginPrompt=BeginPromptSection
- EndPrompt=EndPromptSection
- Delfiles=PATCH-FILES,PNFCopy
- DelReg=DelRegSection
- Cleanup=1
-
- [Uninstall.NT]
- RequiredEngine=Setupapi
- BeginPrompt=BeginPromptSection
- EndPrompt=EndPromptSection
- Delfiles=PATCH-FILES,PNFCopy
- DelReg=DelRegSection
- Cleanup=1
-
- [BeginPromptSection]
- Prompt="%BeginPrompt%"
- ButtonType=YESNO
- Title=%PackageName%
-
- [EndPromptSection]
- Prompt="%EndPrompt%"
-
- [SourceDisksNames]
- 1 = "OFFICE-QFE99",,0
-
- [Strings]
- PackageName="Microsoft Forms 2.01"
- PackageDesc="Microsoft Forms 2.01 (Remove only)"
-
- ;prompts
- BeginPrompt="Are you sure that you want to remove Microsoft Forms 2.01?"
- EndPrompt="Microsoft Forms 2.01 was successfully removed."
-
-