FarleySoftware
Programmer
Is there a way, as part of Visual Studio deployment, to check for a specific version of a DLL & halt installation if it's not a match?
An app I'm developing is an add-on of sorts, and needs to check this.
I determined how to get the version of the DLL (GetVersionInfo), but I'm not clear on how to script to check as part of deployment.
Thanks in advance.
An app I'm developing is an add-on of sorts, and needs to check this.
I determined how to get the version of the DLL (GetVersionInfo), but I'm not clear on how to script to check as part of deployment.
Thanks in advance.