From fd9054a387f3a607af6d6b6d4759e9fd240a07b7 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Thu, 23 May 2024 00:00:42 +0200 Subject: [PATCH] fix: Ensure old .mez connector is removed upon installation (#72) --- tools/powerbi.iss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/powerbi.iss b/tools/powerbi.iss index 0f1f9e7..3fef9ed 100644 --- a/tools/powerbi.iss +++ b/tools/powerbi.iss @@ -59,3 +59,7 @@ Source: "{#Bin}Speckle.pqx"; DestDir: "{#CustomConnectorFolder}"; ; TODO: Including the thumbprint in the registry will enable this running in higher security environments. ; Currently blocked because of MakePQX.exe not being ready to work with online CSP's like Digicert Keylocker. ; #include "includes\registry-thumbprint-edit.iss" + +[InstallDelete] +; Remove old .mez file connector to prevent conflicts +Type: filesandordirs; Name: "{#CustomConnectorFolder}\Speckle.mez"