Advertisement

08.18.2008 at 07:58AM PDT, ID: 23656555
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

INF Install Command Line

Asked by dbguy2626 in Windows Batch Scripting, InstallShield, WISE

Tags: , ,

Hey everyone, I have an INF file that I am installing using a command line, when the INF file is run Windows is currently prompting me if I want to overwrite target files that are older then source, I want to say NO TO ALL, but I would like this option silent to users with NO TO ALL as the default.  Below is the INF file and the command line that I use.  Any help would be apprecaited.

rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 [ProgramFilesFolder]Centricity RIS\IDXrMAMBreastImageEditor\IDXrMAMBreastImageEditor.INF

Start Free Trial
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:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
;INF file for IDXrMAMBreastImageEditor.ocx
;DestDir can be 10 for Windows directory, 11 for Windows\System(32) directory, or left blank for the Occache directory.
 
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
 
[DefaultInstall]
CopyFiles=install.files
RegisterOCXs=RegisterFiles
AddReg=AddToRegistry
 
[RInstallApplicationFiles]
CopyFiles=install.files
RegisterOCXs=RegisterFiles
AddReg=AddToRegistry
[DestinationDirs]
install.files=11
 
[SourceDisksNames]
1=%DiskName%,IDXrMAMBreastImageEditor.CAB,1
 
[Add.Code]
IDXrMAMBreastImageEditor.ocx=IDXrMAMBreastImageEditor.ocx
IDXrMAMBreastImageEditor.exe=IDXrMAMBreastImageEditor.exe
hhctrl.ocx=hhctrl.ocx
itss.dll=itss.dll
itircl.dll=itircl.dll
hh.exe=hh.exe
comdlg32.ocx=comdlg32.ocx
COMCT232.OCX=COMCT232.OCX
mscomct2.ocx=mscomct2.ocx
comct332.ocx=comct332.ocx
COMCTL32.OCX=COMCTL32.OCX
Mscomctl.ocx=Mscomctl.ocx
MSINET.OCX=MSINET.OCX
MAMImageEditor.chm=MAMImageEditor.chm
msvbvm60.dll=msvbvm60.dll
STDOLE2.TLB=STDOLE2.TLB
 
[install.files]
IDXrMAMBreastImageEditor.ocx=IDXrMAMBreastImageEditor.ocx
IDXrMAMBreastImageEditor.exe=IDXrMAMBreastImageEditor.exe
hhctrl.ocx=hhctrl.ocx
itss.dll=itss.dll
itircl.dll=itircl.dll
hh.exe=hh.exe
comdlg32.ocx=comdlg32.ocx
COMCT232.OCX=COMCT232.OCX
mscomct2.ocx=mscomct2.ocx
comct332.ocx=comct332.ocx
COMCTL32.OCX=COMCTL32.OCX
Mscomctl.ocx=Mscomctl.ocx
MSINET.OCX=MSINET.OCX
MAMImageEditor.chm=MAMImageEditor.chm
msvbvm60.dll=msvbvm60.dll
STDOLE2.TLB=STDOLE2.TLB
 
[SourceDisksFiles]
IDXrMAMBreastImageEditor.ocx=1
IDXrMAMBreastImageEditor.exe=1
hhctrl.ocx=1
itss.dll=1
itircl.dll=1
hh.exe=1
comdlg32.ocx=1
COMCT232.OCX=1
mscomct2.ocx=1
comct332.ocx=1
COMCTL32.OCX=1
Mscomctl.ocx=1
MSINET.OCX=1
MAMImageEditor.chm=1
msvbvm60.dll=1
STDOLE2.TLB=1
 
[IDXrMAMBreastImageEditor.ocx]
file-win32-x86=thiscab
RegisterServer=yes
clsid={87D9C93F-E608-4F0B-B7A5-C4A929F3F1AB}
DestDir= 
FileVersion=10,5,0,280
 
[IDXrMAMBreastImageEditor.exe]
file-win32-x86=thiscab
RegisterServer=no
DestDir=11
FileVersion=10,5,0,280
 
[hhctrl.ocx]
file-win32-x86=thiscab
RegisterServer=no
DestDir=11
FileVersion=4,74,8793,0
 
[itss.dll]
file-win32-x86=thiscab
RegisterServer=yes
DestDir=11
FileVersion=4,72,8085,0
 
[itircl.dll]
file-win32-x86=thiscab
RegisterServer=yes
DestDir=11
FileVersion=4,72,7277,0
 
[hh.exe]
file-win32-x86=thiscab
RegisterServer=no
DestDir=11
FileVersion=4,74,8793,0
 
[comdlg32.ocx]
file-win32-x86=thiscab
RegisterServer=yes
clsid={F9043C85-F6F2-101A-A3C9-08002B2F49FB}
DestDir=11
FileVersion=6,0,84,18
 
[COMCT232.OCX]
file-win32-x86=thiscab
RegisterServer=yes
clsid={1E216240-1B7D-11CF-9D53-00AA003C9CB6}
DestDir=11
FileVersion=6,0,80,22
 
[mscomct2.ocx]
file-win32-x86=thiscab
RegisterServer=yes
clsid={B09DE715-87C1-11D1-8BE3-0000F8754DA1}
DestDir=11
FileVersion=6,0,88,4
 
[comct332.ocx]
file-win32-x86=thiscab
RegisterServer=yes
clsid={38911D92-E448-11D0-84A3-00DD01104159}
DestDir=11
FileVersion=6,7,0,8988
 
[COMCTL32.OCX]
file-win32-x86=thiscab
RegisterServer=yes
clsid={9ED94440-E5E8-101B-B9B5-444553540000}
DestDir=11
FileVersion=6,0,81,5
 
[Mscomctl.ocx]
file-win32-x86=thiscab
RegisterServer=yes
clsid={1EFB6596-857C-11D1-B16A-00C0F0283628}
DestDir=11
FileVersion=6,1,83,41
 
[MSINET.OCX]
file-win32-x86=thiscab
RegisterServer=yes
clsid={48E59293-9880-11CF-9754-00AA00C00908}
DestDir=11
FileVersion=6,0,88,62
 
[MAMImageEditor.chm]
file-win32-x86=thiscab
RegisterServer=no
DestDir=11
FileVersion=0,0,0,0
 
[msvbvm60.dll]
file-win32-x86=thiscab
RegisterServer=yes
DestDir=11
FileVersion=6,0,89,64
 
[STDOLE2.TLB]
file-win32-x86=thiscab
RegisterServer=no
DestDir=11
FileVersion=2,40,4275,1
 
[Setup Hooks]
AddToRegHook=AddToRegHook
 
[AddToRegHook]
InfSection=DefaultInstall2
 
[DefaultInstall2]
AddReg=AddToRegistry
 
[AddToRegistry]
HKLM,"SOFTWARE\Classes\CLSID\{87D9C93F-E608-4F0B-B7A5-C4A929F3F1AB}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}"
HKLM,"SOFTWARE\Classes\CLSID\{87D9C93F-E608-4F0B-B7A5-C4A929F3F1AB}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}"
HKCR,"Licenses",,,"Licensing: Copying the keys may be a violation of established copyrights."
 
[RegisterFiles]
%11%\msvbvm60.dll
%11%\MSINET.OCX
%11%\Mscomctl.ocx
%11%\COMCTL32.OCX
%11%\comct332.ocx
%11%\mscomct2.ocx
%11%\COMCT232.OCX
%11%\comdlg32.ocx
%11%\itircl.dll
%11%\itss.dll
%11%\IDXrMAMBreastImageEditor.ocx
[+][-]08.18.2008 at 03:32PM PDT, ID: 22255970

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Windows Batch Scripting, InstallShield, WISE
Tags: Microsoft, Windows, XP
Sign Up Now!
Solution Provided By: vadimrapp1
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628