From b62aad6b340175303757eb368e32950e75dd57a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blak?= Date: Mon, 4 Nov 2024 11:33:36 +0100 Subject: [PATCH] Windows installer: remove bin dir as a first step of installation It fixes problem with unwanted qmldir in 2.31 which is in `bin/StatusQ` when overriding 2.30.1 or older installation. Closes: #16693 --- status.iss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/status.iss b/status.iss index 4353455e9c..4635fcfebd 100644 --- a/status.iss +++ b/status.iss @@ -68,6 +68,9 @@ Name: "{userdesktop}\{#Name}"; Filename: "{app}\{#ExeName}"; IconFilename: "{app Filename: "{app}\vendor\vc_redist.x64.exe"; Parameters: "/install /quiet /norestart"; StatusMsg: "Installing VS2017 redistributable package (64 Bit)"; Filename: "{app}\{#ExeName}"; Description: {cm:LaunchProgram,{#Name}}; Flags: nowait postinstall skipifsilent +[InstallDelete] +Type: filesandordirs; Name: "{app}\bin" + [UninstallDelete] Type: filesandordirs; Name: "{app}" Type: files; Name: "{userdesktop}\{#Name}"