Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Install my setup in Computer, already had the same application means say message already installed otherwise setup allow to install. How to Check setup(application VB.Net) already installed in my machine.

please help me out

Regards
Rajesh V
Posted
Updated 24-Apr-13 20:18pm
v2
Comments
Maciej Los 25-Apr-13 2:15am    
Check the registry entries ;)
Bernhard Hiller 25-Apr-13 3:07am    
Which tool do you use for creating your setup? When you do a setup project with Visual Studio, such a feature is "integrated".
Rajesh Vetrivel 25-Apr-13 5:33am    
Thanks for your reply Bernhard Hiller. Setup created with Visual Studio Only.

1 solution

In the Visual Studio Steup project, go to the Properties of your setup project proper. Set the DetectNewerInstalledVersion, ProductCode, Version, UpgradeCode, and RemovePreviousVersions properties. I am not sure if that's all or not, perhaps some more settings are required...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900