Uninstalling with the custom installer

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

I am using a custom installer with my Pocket PC 2003 project. When
uninstalling through add/remove programs on the PC, all files but temporary
files created by the application are uninstalled correctly. I can't figure
out a way to remove the temporary files and directory. Should I add
something to the project that will remove the files and directory?

Thanks.
 
As of me both AfterUninstall Custom Installer are same, I am using the
old technique not the C#.Net, anyway, can you please post your code to
figure out the exact problem that you are facing.

Regards,
Arun
www.innasite.com
 
From what I can see, the C# .net example is to control what happens with the
installation and uninstallation of the desktop components and not the mobile
device. CeAppMgr is called to load cabs on the device but can only have an
..ini as a parameter and nothing outside of that.

I compiled a C++ program based on the link you gave me and it works great.
I'm not a C++ developer and I was wondering how I could delete multiple
files in different directories. Can anyone point me in the right direction
for that? I'm assuming I should create a loop of some sort but not exactly
sure.

Thanks for all the help.
 
Back
Top