
mail2sri.19851.5524898943135017E12 asked a question.
How to delete files and folder created by application when uninstall
Hi All,
I have created installer using IA2011 and installed and started the service and opened the application.
some files and folders created by application after starting the service some where in installed folders.
i have stopped the the service uninstalled the installer some folder and files cant able to delete .these files and folders are created application after starting the service.
Could anybody help me how to delete these files and folders through installers when uninstall
i have used delete folder action even it cant delete.i am getting message like unable to remove folder
Regards,
Sreekanth
You probably know where such file will be created, so you have to create the folder where those files will be located and add the option "Recursively delete all contents....during uninstall" (option available in create folder action).
--Jerome
Are all your services stopped when you uninstall?
I mean there is maybe a process that locks some files under these directories.
--Jerome
Please help me how to proceed ... :(