I would like some files within a folder not to be deleted when a cab application is uninstalled on a handheld device. I read that this is possible if you create a custom setup dll.
I could create a project in VS, but i don't know what C++ code should i write there, in the Uninstall_Init function in order to prevent some files to be deleted. Do you have any suggestion?
It would be possible to obtain this through manipulating the .inf file?