|
|
#1 |
|
Junior Member
|
is it possible to extract DLL files to the system directory, but only if they don't already exist?
|
|
|
|
|
|
#2 | |
|
Junior Member
|
Quote:
code: 1) if target.dll existed? goto CheckVer, else goto InstNewVer. 2) Compare DLL Version. 3) Install new version. 4) exit. My trick... ![]() |
|
|
|
|
|
|
#3 |
|
Moderator Alumni
Join Date: Apr 2000
Location: USA
Posts: 315
|
That actually won't work, because CompareDLLVersions compares two DLLs on the _target_ system.
What you have to do is this: code: |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|