Delete folder and files before the installation

Started by Lube · 2015-08-19 13:56 UTC · 2 replies · SMF topic #2299

Hi there,

is it possible to delete the folder where my script will install everything?
I need that because i have to update files inside it with every new installation.

Can you help me?

Thanks!
Hi, have a look at {2}. There you can find a tutorial how to build a setup. The setup overwrites all the existing files and you can define which files have to be deleted at uninstalling time.


Name: {app}\flamap_update.mns; Type: files
Name: {app}\flamap_update.mnc; Type: files
Name: {app}\flamap_update.mnr; Type: files
Name: {app}\flamap_update.bak.cui; Type: files
Name: {app}\flamap_update.bak.cuix; Type: files


Fred
Thanks, I'll try! :)