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

📄 a6prn.inf

📁 source code of printer under WinCE5.0!
💻 INF
字号:
[Version]
Signature   = "$Windows NT$"
Provider    = "SiPix"
CESignature = "$Windows CE$"

[CEStrings]
AppName     = "Pocket Printer WCE driver"
CompanyName = "SiPix Inc."
InstallDir  = "%CE1%\PocketPrinter A6"

[Strings]
armcpu = 1824		; ARM720
strongarm_cpu = 2577	; SA11xx
mips_cpu = 4000		; MIPS R4xxx
sh3_cpu = 10003		; Hitachi SH3
sh4_cpu = 10005		; Hitachi SH4
reg_path = Software\SiPix Inc.\A6Printer

[CEDevice]
UnsupportedPlatforms    = "HPC","Jupiter"
VersionMin              = 3.0
VersionMax              = 100.0

[CEDevice.ARM]
ProcessorType = %arm_cpu%

[CEDevice.MIPS] 
ProcessorType = %mips_cpu%

[CEDevice.SH3] 
ProcessorType = %sh3_cpu%

[CEDevice.X86EM] 
ProcessorType = 0

[DefaultInstall]
CopyFiles	= Files.Windows, Files.Default
AddReg		= RegData
CEShortcuts 	= Links

[SourceDisksNames]
1 = ,"Common files",,.

[SourceDisksNames.SA]
2 = ,"Strong ARM files",,SA

[SourceDisksNames.ARM]
2 = ,"ARM files",,ARM

[SourceDisksNames.MIPS]
2 = ,"MIPS files",,MIPS

[SourceDisksNames.SH3]
2 = ,"SH3 files",,SH3

[SourceDisksFiles]
A6PRN.Dll   = 2

[DestinationDirs]
Files.Default		= ,%CE2% ;%InstallDir%
Files.Windows       	= ,%CE2%
Links			= ,%CE11%

[Files.Default]
;"A6Print.EXE",	"A6Print.EXE",	0x40000000
;"A6Capture.EXE","A6Capture.EXE",0x40000000

[Files.Windows]
"A6PRN.DLL",	"A6PRN.DLL",	0x40000000

[Links]
;"A6Print", 0, "A6Print.exe"
;"A6Capture", 0, "A6Capture.exe"

[RegData]
HKLM,%reg_path%,,0x00000000,alpha
HKLM,%reg_path%,Version,0x00010001,1
HKLM,"Printers\Ports","Port3",,"IRDA"
HKLM,"Printers\Ports","Port6",,"COM1: 115200"
HKLM,"Printers\Ports","Port7",,"COM2: 115200"
HKLM,"DefaultPrinter","SiPix PocketPrinter A6"
HKLM,"Printers\SiPix PocketPrinter A6","Driver",,"A6PRN.dll"

⌨️ 快捷键说明

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