F
Finn Stampe Mikkelsen
I have a solution with several projects, where i have added a setup project. this works great for me.
But now i have a situation, where i need my installer to check if the application folder already exists and if so, i need to delete it all of its files and sub-directories..
I have tried with a costum action, but have so far only gotten errors when trying to run the setup. The installer class has been targeted to the same framework and cpu, but i get an error 1001 with an access violation to the costumaction.dll...
Can anybody either direct me to an understandable tutorial og better yet, maybe try to explain with code snippets how to accomplish what i need?
TIA
/Finn
But now i have a situation, where i need my installer to check if the application folder already exists and if so, i need to delete it all of its files and sub-directories..
I have tried with a costum action, but have so far only gotten errors when trying to run the setup. The installer class has been targeted to the same framework and cpu, but i get an error 1001 with an access violation to the costumaction.dll...
Can anybody either direct me to an understandable tutorial og better yet, maybe try to explain with code snippets how to accomplish what i need?
TIA
/Finn