I developed an installer using NSIS. Every time I re-install the application, I want to create a backup of the existing database files.
How can I rename these database files using the following format 'currentdatetime'(ex: 201003101140 means 2010-03-10 at 11:40 AM)?
Thanks !
${MyTIMESTAMP}
will be that of the build not when run. This will not work to create a backup folder. – Magnification