Skip to content
Snippets Groups Projects
Commit 2308d5d6 authored by cgeek test account's avatar cgeek test account
Browse files

Delete sakia data after install

parent bb8b42d1
No related branches found
No related tags found
1 merge request!421Windows Installer
@ECHO OFF
mkdir %APPDATA%\sakia\test
\ No newline at end of file
rd /s /q %APPDATA%\sakia
\ No newline at end of file
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment