PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Uninstall not removing everything. Help please.
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Uninstall not removing everything. Help please.
![]() |
Uninstall not removing everything. Help please. |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
When I uninstall my application from a PPC using "remove programs" I cannot
seem to get the entire application to remove. It wants to leave behind folders and data. Sometimes it will alert me that a file or folder is in use or marked read only and sometimes it will complete the uninstall without any noise at all. But, looking back at the ppc I sometimes will see that everything has been removed properly and then at other times there will be folders left behind. We are trying to get our application "logo tested" and one of the requirements is for the uninstall to leave as little behind as possible. I am using the following items in my program: OpenNetCF SqlCE FormStack I have an exit button on my main page in the application that has the following code in the click event: Application.Exit() Anyone out there might know of a way to help me out? ------------------------------------------ Noble D. Bell AgForest Partners, Inc. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
This happens many times when Application is still running and we try to
uninstall....but as you have written "Application.Exit" then it should not be the case. Before uninstalling, Go to Settings --> Running Program and check whether application is in memory or not. It should be the case where, application is still in memory or you are accessing same folder or open the file or image which is going to be uninstalled. The other way round is while aceessing third party controls... where they open stream or file...and not close or destruct the objetct. "Noble Bell" <NobleBell@discussions.microsoft.com> wrote in message news:9C22566C-C47F-4504-8415-495E8A42A608@microsoft.com... > When I uninstall my application from a PPC using "remove programs" I > cannot > seem to get the entire application to remove. It wants to leave behind > folders and data. Sometimes it will alert me that a file or folder is in > use > or marked read only and sometimes it will complete the uninstall without > any > noise at all. But, looking back at the ppc I sometimes will see that > everything has been removed properly and then at other times there will be > folders left behind. > > We are trying to get our application "logo tested" and one of the > requirements is for the uninstall to leave as little behind as possible. > > I am using the following items in my program: > OpenNetCF > SqlCE > FormStack > > I have an exit button on my main page in the application that has the > following code in the click event: > Application.Exit() > > Anyone out there might know of a way to help me out? > > > ------------------------------------------ > Noble D. Bell > AgForest Partners, Inc. > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

