Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
How to add the following features with my project setup? please help me out.

Test case 1: If .NET framework is not installed, setup project should ask to install or download .NET framework

Test case 2: If one instance of project is installed on the machine then setup project should decline the installation

Test case 3: If one instance of project is installed then running then user should not be able to start another instance
Posted
Updated 25-Jun-13 4:41am
v2
Comments
Nelek 25-Jun-13 9:40am    
Have you tried it? Where did you get stuck?

1 solution

For case 1, I would think that this article - from right here at the Code Project - could be of assistance:

Add Prerequisites of .NET Framework in Visual Studio Setup Project[^]

If I understand case 3 correctly, then one of these articles should be able to help you with that:

C# Single Instance App With the Ability To Restore From System Tray (Using Mutex)[^]
Single instance app in C#[^]
Single Instance Application in C#[^]

As for case 2, I'm afraid I don't know... Good luck with that!
 
Share this answer
 
v2

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