Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Requiring specific version of DLL

Status
Not open for further replies.

FarleySoftware

Programmer
Jan 14, 2008
18
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top