I included the wyUpdate trial in a Visual Basic program. The program is taking a different turn,so right now I'm not going to need to use wyUpdate.
I need to completely remove this from my project but I'm having a tough time. Here's what I've done:
1: Removed all references.2: Included code to delete wyUpdate.exe, AutomaticUpdater.dll, AutomaticUpdater.xml, client.wyc and the icon from the desktop.3: Searched throughout my entire code looking for any wyUpdate related code. None found.
Basically, I have gone through my entire program looking for and removing ANYTHING wyUpdate related. By all appearances, there is nothing left.
When I start the program from my own shortcut, my app automatically generates all the files that were deleted and puts them back. Then they get deleted (because of my code) so it seems like I can't completely eliminate wyUpdate.
Where else should I be checking? I really, really liked the trial and program and I might be using it in the future, but for right now, things changed and it's not needed. I can't have Windows configure my app every time it's started.