Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Created Setup Package for my application.

I am facing problem.

First i installed the setup Package and then....

Scenario:

1.Run the application and delete the application from the system when the application is opened.
Got pop up message Tryagain continue cancel
i selected continue.


2. We will be able to remove application from the system successfully.

3. Again install the application in the same system.

4. The applictaion is installed succesfully.

5. Now try to open the application which was installed in the Step 3.
Got pop up message telling that the application is already running.

6. Now, again from the setup of application, remove application from the system.

7. This time I didn't get the pop up message.

What's the problem?
What should I do to get the pop up msg?
Posted
Updated 11-Dec-10 0:07am
v4
Comments
Dalek Dave 10-Dec-10 3:27am    
Edited for Grammar, Spelling and Readability.

1 solution

Without any details on what the application is, how it was written, or how you created the setup it near impossible to give you accurate advice.
 
Share this answer
 
Comments
subhash04573 11-Dec-10 6:11am    
The application is a Windows application written in C#.
I Created SetUp Package by adding application .exe file and all dependent refferences.
[no name] 11-Dec-10 10:02am    
That's nice, but still not enough detail to answer the question. Is it a service? How is it being used? Are the assemblies still in use when uninstalled? How was the uninstaller written? What is it doing? What steps have you taken to debug? There are so many posssible causes which can't be determined from "Windows application written in C#"

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