⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prssreader.inf.svn-base

📁 wince c++ 下 开发的 rss 阅读器源代码
💻 SVN-BASE
字号:
;
; This is an installation file for pRSSreader
;
; by David Andrs, 2007-2008
;

[Version]
	Signature            = "$Windows NT$"
	CESignature          = "$Windows CE$"
	Provider             = "David Andrs"

[CEDevice]
	UnsupportedPlatforms = "HPC","HPC Pro"
	VersionMin           = 3.0
	VersionMax           = 10000.0

[CEDevice.ARM]
	ProcessorType        = 2577
	BuildMax             = 0xE0000000

[CEStrings]
	AppName              = "pRSSreader"
	InstallDir           = "%CE1%\%AppName%"

[Strings]
	TodayItem            = "Software\Microsoft\Today\Items\pRSSreader"
	CLSIDNewItems        = "{5056DB7C-77D7-4DEE-A7B5-8B9578370A8F}"

[Shortcuts]
	%AppName%,0,prssr.exe

[DefaultInstall]
	CEShortcuts          = Shortcuts
	CopyFiles            = Files.License
	AddReg               = RegisterTodayPlugin,Notifications,AppToDate

[DefaultInstall.ARM]
	CopyFiles            = Files.App.ARM,Files.Libs.ARM,Files.TodayPlugin.ARM
	CESetupDLL           = setup.dll

[SourceDisksNames]
	12 = ,"license",,..
	13 = ,"AppToDate",,..\apptodate
	14 = ,"AppToDateIco",,..\prssr\res

[SourceDisksNames.ARM]
	 1 = ,"prssr",,..\prssr\prj\armv4rel
	 2 = ,"prssrenc",,..\prssrenc\prj\armv4rel
	 3 = ,"prssrnot",,..\prssrnot\prj\armv4rel
	 4 = ,"prssrtoday",,..\prssrtoday\prj\armv4rel
	 5 = ,"setup",,..\setup\prj\armv4rel
	 6 = ,"libexpat",,..\libexpat
	 7 = ,"libsgml",,..\libsgml
	 8 = ,"regex",,..\regex
	 9 = ,"res096",,..\res096\prj\armv4rel
	10 = ,"res192",,..\res192\prj\armv4rel
	11 = ,"zlib",,..\zlib

[SourceDisksFiles]
	prssrnot.exe = 3
	prssr.exe = 1
	prssrtoday.dll = 4
	prssrenc.dll = 2
	setup.dll = 5
	res096.dll = 9
	res192.dll = 10
	zlib1.dll = 11
	libexpat.dll = 6
	libsgml.dll = 7
	libregex.dll = 8
	COPYING = 12
	apptodate.xml = 13
	main.ico = 14

[DestinationDirs]
	Shortcuts              = ,%CE11%
	Files.App.ARM          = ,%InstallDir%
	Files.TodayPlugin.ARM  = ,%CE2%
	Files.Libs.ARM         = ,%CE2%
	Files.License          = ,%InstallDir%

[Files.Libs.ARM]
	libexpat.dll,,,0x80000000
	libsgml.dll,,,0x80000000
	libregex.dll,,,0x80000000
	zlib1.dll,,,0x80000000
	prssrnot.exe,,,0x80000000

[Files.App.ARM]
	prssr.exe,,,0x40000000
	res.096.dll,res096.dll,,0x40000000
	res.192.dll,res192.dll,,0x40000000
	prssrenc.dll,,,0x40000000
	prssr.xml,apptodate.xml,,0x80000000
	prssr.ico,main.ico,,0x80000000

[Files.TodayPlugin.ARM]
	prssrtoday.dll,,,0x40000000

[Files.License]
	COPYING,,,0x40000000

; register roday plugin
[RegisterTodayPlugin]
	HKLM,%TodayItem%,DLL,           0x00000000,%CE2%\prssrtoday.dll
	HKLM,%TodayItem%,Type,          0x00010001,4
	HKLM,%TodayItem%,Options,       0x00010001,1
	HKLM,%TodayItem%,Selectability, 0x00010001,2

[Notifications]
	HKCU,ControlPanel\Notifications\%CLSIDNewItems%,,         0x00000000, "pRSSreader: new items"
	HKCU,ControlPanel\Notifications\%CLSIDNewItems%,Duration, 0x00010001, 0
	HKCU,ControlPanel\Notifications\%CLSIDNewItems%,Options,  0x00010001, 0
	HKCU,ControlPanel\Notifications\%CLSIDNewItems%,Wave,     0x00000000, ""

[AppToDate]
	HKCU,Software\Modaco\AppToDate\XML,pRSSreader,0x00000000,%InstallDir%\prssr.xml

⌨️ 快捷键说明

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