-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtman.inf
More file actions
96 lines (74 loc) · 1.83 KB
/
Copy pathtman.inf
File metadata and controls
96 lines (74 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
;
; This is an installation file
;
; by David Andrs, 2005 - 2008
;
[Version]
Signature = "$Windows NT$"
Provider = "David Andrs"
CESignature = "$Windows CE$"
[CEDevice]
UnsupportedPlatforms = "HPC","HPC Pro"
VersionMin = 3.0
VersionMax = 10000.0
[CEStrings]
AppName = "tMan"
InstallDir = "%CE1%\%AppName%"
[Shortcuts]
%AppName%,0,tMan.exe
[Strings]
RegPath = "Software\DaProfik\tMan"
[SourceDisksNames]
1 = ,"tMan",,tman\build
2 = ,"tMan Config",,tmancfg\build
3 = ,"Setup",,setup\build
4 = ,"License",,
[SourceDisksFiles]
COPYING = 4
[DefaultInstall]
CEShortcuts = Shortcuts
[DestinationDirs]
Shortcuts = ,%CE11%
Files.License = ,%InstallDir%
Files.Bin.ARM = ,%InstallDir%
Files.Bin.ARM.Localized = ,%InstallDir%
[Files.License]
COPYING,,,0x80000000
;
; ARM
;
[CEDevice.ARM]
ProcessorType = 2577
BuildMax=0xE0000000
[SourceDisksFiles.ARM]
tMan.exe = 1
tManCfg.exe = 2
setup.dll = 3
[DefaultInstall.ARM]
CESetupDLL = "setup.dll"
CopyFiles = Files.Bin.ARM,Files.License
AddReg = AddRegSection.ARM
[Files.Bin.ARM]
tMan.exe,,,0x80000000
tManCfg.exe,,,0x80000000
[AddRegSection.ARM]
;
; ARM - localized version
;
[CEDevice.ARM.Localized]
ProcessorType = 2577
BuildMax=0xE0000000
[SourceDisksNames.ARM.Localized]
5 = ,"Language files",,..\lang
[SourceDisksFiles.ARM.Localized]
tMan.exe = 1
tManCfg.exe = 2
setup.dll = 3
default.lng = 5
[DefaultInstall.ARM.Localized]
CESetupDLL = "setup.dll"
CopyFiles = Files.Bin.ARM,Files.Bin.ARM.Localized
AddReg = AddRegSection.ARM.Localized
[Files.Bin.ARM.Localized]
default.lng,,,0x80000000
[AddRegSection.ARM.Localized]