From 2308d5d6848383752893e0b391e2b25b80ccb703 Mon Sep 17 00:00:00 2001 From: cgeek <contact@zertimail.net> Date: Fri, 6 May 2016 18:14:49 +0200 Subject: [PATCH] Delete sakia data after install --- ci/appveyor/after_install.cmd | 2 +- ci/appveyor/sakia.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/appveyor/after_install.cmd b/ci/appveyor/after_install.cmd index 41da8214..4ed2b33c 100644 --- a/ci/appveyor/after_install.cmd +++ b/ci/appveyor/after_install.cmd @@ -1,3 +1,3 @@ @ECHO OFF -mkdir %APPDATA%\sakia\test \ No newline at end of file +rd /s /q %APPDATA%\sakia \ No newline at end of file diff --git a/ci/appveyor/sakia.iss b/ci/appveyor/sakia.iss index 2d1fbcb7..6fec5612 100644 --- a/ci/appveyor/sakia.iss +++ b/ci/appveyor/sakia.iss @@ -55,7 +55,7 @@ Name: "{commondesktop}\{#MyAppName}"; IconFilename: "{app}\sakia.ico"; Filename: [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent -Filename: "{app}\after_install.cmd"; Description: "Supprimer les données existantes"; Flags: postinstall nowait skipifsilent unchecked +Filename: "{app}\after_install.cmd"; Description: "Delete ALL existing data"; Flags: postinstall nowait skipifsilent unchecked [Setup] ; NOTE: The value of AppId uniquely identifies this application. -- GitLab