[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Gaurav

9/17/2007 5:36:00 PM

I package a DLL in my C# setup project. There are two versions of the same
DLL... eg. xyz.dll [ver 1.0] and xyz.dll [ver 1.1]

I want to check the registry to find the version of application installed
and include the correct DLL file (only one in the setup proj) eg.
If application ver (from registry) = 1.0 install xyz.dll [ver 1.0],
Else If application ver (from registry) = 1.1 install xyz.dll [ver 1.1]

Can this be done with the setup project?

Thanks...