Compare commits

...

1 Commits

Author SHA1 Message Date
Alan Rynne fd9054a387 fix: Ensure old .mez connector is removed upon installation (#72) 2024-05-23 00:00:42 +02:00
+4
View File
@@ -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"