home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 November
/
PCWorld_1999-11_cd.bin
/
Software
/
TemaCD
/
MSOutSec
/
O98Attch.exe
/
RCDATA
/
CABINET
/
O98ATTCH.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1999-06-14
|
2KB
|
61 lines
;Outlook 2000 Attachment Security Patch
[Version]
Signature="$CHICAGO$"
AdvancedINF=2.0
[DefaultInstall]
RunPreSetupCommands=Detect
RunPostSetupCommands=SetPid
Copyfiles=OfficeFiles
CustomDestination=InstDest
[SourceDisksNames]
1=%DiskName%,,1
[SourceDisksFiles]
outllib.dll = 1 ; office
[DestinationDirs]
OfficeFiles=49001 ; Office directory
[Detect]
dtcklang.exe %LangToken%
savepid.exe -G -I:196 -T:106 -R:HKLM -K:%RegAppPath%\%OUTLOOK% -V:%Path% -F:outllib.dll
[SetPid]
savepid.exe -S -I:196 -T:106 -F:%49001%\outllib.dll
delkey.exe
[OfficeFiles]
outllib.dll
[InstDest]
49004=IsEng,7 ;Check for the Localization key
49003=IsItThere,7 ;Check for Outlook before installing
49002=Is8there,7 ;Check for Office 9.0 before installing
49001=WhereToPutIt,5 ;Get location of the Office directory
[IsEng] ; Checks for localization key
"HKCU","%LocCheckKey%","LVer",%NotEnglish%,""
[IsItThere] ; This section checks for the existence of Outlook on the users machines.
"HKLM",%RegAppPath%\%OUTLOOK%,%Path%,%NoOutlook%,""
[Is8There] ; This section checks for the 8.0 office tree. Its the best we can get with an iexpress
"HKLM","%OfficeKey%",%BinDirPath%,%NoOutlook%,""
[WhereToPutIt] ; This section gets the location of the Outlook.exe
"HKLM",%RegAppPath%\%OUTLOOK%,%Path%,"",""
[Strings]
LocCheckKey="Detect"
RegAppPath="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths"
OUTLOOK="OUTLOOK.EXE"
Path="Path"
BinDirPath="BinDirPath"
OfficeKey="SOFTWARE\Microsoft\Office\8.0"
NotEnglish="This patch is for English versions of Outlook 98 only. Patch canceled."
NoOutlook="You must have installed Microsoft Outlook 98 to use this patch."
DiskName="Outlook 98 Attachment Security Patch"
LangToken="1033"