home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 June
/
VPR0106A.BIN
/
OLS
/
LDHDR131
/
ldhdr131.lzh
/
lnhdr.inf
< prev
next >
Wrap
Windows Setup INFormation
|
2001-03-10
|
2KB
|
60 lines
;----------------------------------------------------------------------------
; lnhdr.inf - 「リンク作成シェル拡張」 インストーラ/アンインストーラ
; 対応OS : Windows 2000
; 最終更新: 2001/03/11
;----------------------------------------------------------------------------
[Version]
signature="$WINDOWS NT$"
; インストール処理
[DefaultInstall.ntx86]
CopyFiles = LINKHDR.Copy
AddReg = LINKHDR.Reg, LINKHDR.uninst.reg
; アンインストール処理(再起動時にアンインストールをスケジュールする)
[DefaultUninstall.ntx86]
AddReg = LINKHDR.Uninstall.reg
DelReg = LINKHDR.uninst.reg
; 再起動時に行うアンインストール処理
[AfterReboot]
DelReg = LINKHDR.Uninstall.reg
DelFiles = LINKHDR.Copy
[SourceDisksNames]
1="LINKHDR", "", 1
[SourceDisksFiles]
lnhdr.dll = 1
lnhdr.inf = 1
[LINKHDR.Copy]
lnhdr.dll
lnhdr.inf
[DestinationDirs]
LINKHDR.Copy=11 ; winnt\system32
; COM DLLを登録
[LINKHDR.Reg]
HKLM,%SMWCV%\RunOnce\Setup, lnhdr_regsvr32,, "regsvr32 /s /c lnhdr.dll"
; 再起動時に[AfterReboot]セクションを実行するように設定
[LINKHDR.Uninstall.reg]
HKLM,%SMWCV%\RunOnce\Setup, %AppName%,, "regsvr32 /u /s /c lnhdr.dll"
HKLM,%SMWCV%\Run, %AppName%,, "rundll32 setupapi.dll,InstallHinfSection AfterReboot 132 lnhdr.inf"
; アンインストール/アプリケーション情報の追加
[LINKHDR.uninst.reg]
HKLM,%SMWCV%\Uninstall\ldhdr, DisplayName,, %AppName%
HKLM,%SMWCV%\Uninstall\ldhdr, UninstallString,, "rundll32 setupapi.dll,InstallHinfSection DefaultUninstall 132 lnhdr.inf"
HKLM,%SMWCV%\Uninstall\ldhdr, ProductID,, "--"
HKLM,%SMWCV%\Uninstall\ldhdr, URLInfoAbout,, "http://mikilab.doshisha.ac.jp/~kawasaki/"
HKLM,%SMWCV%\Uninstall\ldhdr, Publisher,, "Takashi Kawasaki"
HKLM,%SMWCV%\Uninstall\ldhdr, HelpLink,, "http://mikilab.doshisha.ac.jp/~kawasaki/"
[Strings]
SMWCV = "SOFTWARE\Microsoft\Windows\CurrentVersion"
AppName = "リンク作成シェル拡張"