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.
32 lines
538 B
Plaintext
32 lines
538 B
Plaintext
2 years ago
|
;Dependency file for setup wizards
|
||
|
|
||
|
[VWOPCSimulation.exe]
|
||
|
Register=$(EXESelfRegister)
|
||
|
uses1=opcenum.exe
|
||
|
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)
|
||
|
|