You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
549 B
Plaintext
33 lines
549 B
Plaintext
;Dependency file for setup wizards
|
|
|
|
[VWOPCDemo.exe]
|
|
Register=$(EXESelfRegister)
|
|
uses1=opcenum.exe
|
|
Uses2=msxml3.dll
|
|
Uses3=opcproxy.dll
|
|
Uses4=opccomn_ps.dll
|
|
Uses5=callrproxy.dll
|
|
Uses6=vwopccfgproxy.dll
|
|
|
|
[opcenum.exe]
|
|
Dest=$(WinSysPath)
|
|
Register=$(EXESelfRegister)
|
|
Uses1=opccomn_ps.dll
|
|
|
|
[callrproxy.dll]
|
|
Dest=$(WinSysPath)
|
|
Register=$(DLLSelfRegister)
|
|
|
|
[opcproxy.dll]
|
|
Dest=$(WinSysPath)
|
|
Register=$(DLLSelfRegister)
|
|
|
|
[opccomn_ps.dll]
|
|
Dest=$(WinSysPath)
|
|
Register=$(DLLSelfRegister)
|
|
|
|
[vwopccfgproxy.dll]
|
|
Dest=$(VisiWinSysPath)
|
|
Register=$(DLLSelfRegister)
|
|
|