I'm having an issue with this backup thing. To be more specific, in the [InstallDelete]
section i have the following line
Type: filesandordirs; Name: "{app}\res_mods\*.*"; Tasks: cleaninstall;
and than in the [Files]
section I'm trying to copy the content of the folder,that i delete in the [InstallDelete]
,into a backup folder with the following line:
Source: "{app}\res_mods\*"; DestDir: "{app}\_res_mods_{#DateTime}"; Flags: external skipifsourcedoesntexist createallsubdirs recursesubdirs
L.E: I'm asking , if there's any way to copy that files before the [Installdelete] section deletes them :).