G
Guest
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?
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?