tdlaunch.inf

来自「Windows Mobile好用的今日桌面插件,在桌面插入一个Item项」· INF 代码 · 共 64 行

INF
64
字号
[Version]
Signature = "$Windows NT$"
Provider = "nakka"
CESignature = "$Windows CE$"

; String definition

[CEStrings]
AppName = tdLaunch
InstallDir = %CE2%

[Strings]
reg_path = Software\nakka

; Device Specification

[CEDevice]
UnsupportedPlatforms = "HPC"

[CEDevice.x86]
ProcessorType = 0
VersionMin = 3.0
VersionMax = 32767.0

[CEDevice.arm]
ProcessorType = 2577
VersionMin = 3.0
VersionMax = 32767.0

; Installation Items

[DefaultInstall]
CopyFiles = Files.InstallDir
AddReg = AddRegistory

; CAB file source files on Development PC env.

[SourceDisksNames.x86]
1 = ,"PPC30 X86 Files",,X86Dbg

[SourceDisksNames.arm]
1 = ,"PPC30 ARM Files",,ARMRel

[SourceDisksFiles]
tdLaunch.dll = 1

; on WinCE destication folders

[DestinationDirs]
Files.InstallDir = 0,%InstallDir%
DefaultDestDir = 0,%InstallDir%

; FILES TO BE INSTALLED

[Files.InstallDir]
tdLaunch.dll, tdLaunch.dll,,0x40000000

[AddRegistory]
HKLM,\Software\Microsoft\Today\Items\%AppName%,Type,0x00010001,4
HKLM,\Software\Microsoft\Today\Items\%AppName%,Enabled,0x00010001,1
HKLM,\Software\Microsoft\Today\Items\%AppName%,Options,0x00010001,1
HKLM,\Software\Microsoft\Today\Items\%AppName%,DLL,0x00000002,"\Windows\tdLaunch.dll"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?