Only After the installer Has successfully been installed, I want to copy and replace with this folder in C:\program
[files]
;(replace with this folder)
Filename: {App}\folder DestDir: C:\program
Only After the installer Has successfully been installed, I want to copy and replace with this folder in C:\program
[files]
;(replace with this folder)
Filename: {App}\folder DestDir: C:\program
Write your own function in the [Code]
-section.
Call this function in CurUninstallStepChanged
with if ( CurUninstallStep = usPostUninstall )
.
In this function you can copy the folder as described in this post