Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd9054a387 | |||
| 84efce792b | |||
| 0bc4da1864 | |||
| d7ea4f217f |
+6
-3
@@ -18,7 +18,7 @@
|
||||
#define AppURL "https://speckle.systems"
|
||||
#define UninstallerFolder "{autoappdata}\Speckle\Uninstallers\" + Slug
|
||||
|
||||
#define CustomConnectorFolder "{%USERPROFILE}\Documents\Power BI Desktop\Custom Connectors"
|
||||
#define CustomConnectorFolder "{userdocs}\Power BI Desktop\Custom Connectors"
|
||||
|
||||
[Setup]
|
||||
AppId={{6759e9e1-8c6b-4974-87c3-bb3c8b8ce619}
|
||||
@@ -34,14 +34,13 @@ AppCopyright=Copyright (C) 2020-2024 AEC SYSTEMS LTD
|
||||
DefaultDirName={#UninstallerFolder}
|
||||
VersionInfoVersion={#InfoVersion}
|
||||
CloseApplications=false
|
||||
PrivilegesRequired=admin
|
||||
OutputDir={#Bin}
|
||||
OutputBaseFilename={#Slug}-{#Version}
|
||||
; UI
|
||||
WindowShowCaption=no
|
||||
WizardSizePercent=100,100
|
||||
; SetupIconFile=.\InnoSetup\speckle.ico
|
||||
|
||||
PrivilegesRequired=lowest
|
||||
; Disable wizard pages
|
||||
DisableDirPage=yes
|
||||
DisableProgramGroupPage=yes
|
||||
@@ -60,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"
|
||||
|
||||
Reference in New Issue
Block a user