-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathW31SUPP.INF
143 lines (111 loc) · 3.94 KB
/
W31SUPP.INF
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
; This is the Setup information file to install Windows 3.1 Support for Windows 95
[VERSION]
AdvancedINF=2.5, %AdvPackWarn%
signature=$CHICAGO$
[DefaultInstall]
RequiredEngine=SetupAPI,"Fatal Error - missing setupapi.dll"
;Standard INF Options
CopyFiles=Install.Copy.Windows.Inf,Install.Copy.Windows.System.Win31,Install.Copy.Windows.System.Win31.116,Install.Copy.Windows.System.Win31.328
AddReg=Install.AddReg
UpdateInis=Install.AddShortcuts
[Uninstall]
BeginPrompt=Uninstall.BeginPrompt
DelFiles=Uninstall.Del.Windows.Inf,Uninstall.Del.Windows.System.Win31,Uninstall.Del.Windows.System.Win31.116,Uninstall.Del.Windows.System.Win31.328
DelReg=Uninstall.DelReg
UpdateInis=Uninstall.DelShortcuts
[DestinationDirs]
; general locations:
; 10=Windows, 11=SYSTEM, 12=IOSUBSYS, 13=COMMAND, 14=Control Panel, 15=Printers, 16=Workgroup
; 17=INF, 18=Help, 19=Administration, 20=Fonts, 21=Viewers, 22=VMM32, 23=Color, 25=Shared
; 26=Winboot, 27=Machine, 28=Host Winboot, 30=Boot drv root, 31=Root of Boot drv Host
; 00=Null (new) LDID, 01=Source drv:\path, 02=Temp Setup, 03=Uninstall, 04=Backup
; Install Locations
Install.Copy.Windows.Inf = 17
Install.Copy.Windows.System.Win31 = 11,WIN31
Install.Copy.Windows.System.Win31.116 = 11,WIN31\116
Install.Copy.Windows.System.Win31.328 = 11,WIN31\328
; Uninstall Locations
Uninstall.DelWindows.Inf = 17
Uninstall.Del.Windows.System.Win31 = 11,WIN31
Uninstall.Del.Windows.System.Win31.116 = 11,WIN31\116
Uninstall.Del.Windows.System.Win31.328 = 11,WIN31\328
[Uninstall.BeginPrompt]
Prompt = %BeginPromptUninstall%
ButtonType = <YESNO | OKCANCEL>
Title = %UpdName%
;
; INSTALL SECTION
;
[Install.Copy.Windows.Inf]
W31SUPP.INF,W31SUPP.INF,,4
[Install.Copy.Windows.System.Win31]
README.TXT,README.TXT,,4
[Install.Copy.Windows.System.Win31.116]
DUALMOUS.DRV,DM_116.DRV,,4
DUALCOMM.DRV,DC_116.DRV,,4
WIN31.EXE,W31_116.EXE,,4
WIN31.PIF,WIN31.PIF,,4
[Install.Copy.Windows.System.Win31.328]
DUALMOUS.DRV,DM_328.DRV,,4
DUALCOMM.DRV,DC_328.DRV,,4
WIN31.EXE,W31_328.EXE,,4
WIN31.PIF,WIN31.PIF,,4
[Install.AddReg]
; register UNINSTALL key
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\W31Support","DisplayName",,"%UpdName%"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\W31Support","UninstallString",,"RunDLL setupx.dll,InstallHinfSection Uninstall 4 W31SUPP.INF"
[Install.AddShortcuts]
setup.ini,progman.groups,,"Win3xSupport=Windows 3.1 Support"
setup.ini,Win3xSupport,,"""Windows 3.1 (Build 116)"",%11%\WIN31\116\"
setup.ini,Win3xSupport,,"""Windows 3.1 (Build 328)"",%11%\WIN31\328\"
setup.ini,Win3xSupport,,"""Readme"",%11%\WIN31\README.TXT"
;
; UNINSTALL SECTION
;
[Uninstall.DelReg]
; remove UNINSTALL key
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\W31Support"
[Uninstall.Del.Windows.Inf]
W31SUPP.INF
[Uninstall.Del.Windows.System.Win31]
README.TXT
[Uninstall.Del.Windows.System.Win31.116]
DUALMOUS.DRV
DUALCOMM.DRV
WIN31.EXE
WIN31.PIF
[Uninstall.Del.Windows.System.Win31.328]
DUALMOUS.DRV
DUALCOMM.DRV
WIN31.EXE
WIN31.PIF
[Unistall.DelShortcuts]
setup.ini,progman.groups,,"Win3xSupport=Windows 3.1 Support"
setup.ini,Win3xSupport,,"""Windows 3.1 (Build 116)"""
setup.ini,Win3xSupport,,"""Windows 3.1 (Build 328)"""
setup.ini,Win3xSupport,,"""Readme"""
; English / Default
[Strings]
;Non-localizable
LANG= "EN"
LocaleID= "UPD"
Guid= "{9d93581f-ed31-4b51-9e6f-172b31881a5a}"
UpdID= "311561"
UpdateKey= "Software\Microsoft\Windows\CurrentVersion\Setup\Updates"
; Localizable strings
UpdName="Windows 3.1 Support for Windows 95"
AdvPackWarn="You need a newer version of advpack.dll."
SrcDiskName="Windows 3.1 Support for Windows 95"
BeginPromptUninstall="Remove Windows 3.1 Support for Windows 95?"
[SourceDisksNames]
55=%SrcDiskName%,"",0
[SourceDisksFiles]
W31SUPP.INF=55
README.TXT=55
WIN31.PIF=55
W31_328.EXE=55
W31_116.EXE=55
DC_116.DRV=55
DM_116.DRV=55
DC_328.DRV=55
DM_328.DRV=55