From 1f9315c627cf4ca6d6b881b79206df9bd9904def Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Fri, 2 May 2025 18:41:13 -0300 Subject: [PATCH 1/2] Update app name to `ricaun.RevitShell`. --- CHANGELOG.md | 2 +- Install/RevitShell.iss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e81538..9621de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update `ricaun.Revit.Installation` to `1.4.0`. ### Build - Replace ` ` to `.` in the installation name. -- Add `ricaun` in the installation name. +- Update app name to `ricaun.RevitShell`. ## [1.0.1] / 2024-05-15 ### Features diff --git a/Install/RevitShell.iss b/Install/RevitShell.iss index 881a2ef..cce6a64 100644 --- a/Install/RevitShell.iss +++ b/Install/RevitShell.iss @@ -4,11 +4,11 @@ ; by Luiz Henrique Cassettari #define AppId "{75C82D94-C2D8-4F8A-AB17-F98A8BC0E712}" -#define AppName "RevitShell" +#define AppName "ricaun.RevitShell" #define AppVersion "1.0.0" #define AppPublisher "ricaun" #define AppComments "Windows Shell Extensions in .NET for Revit files. " -#define AppFolder "RevitShell" +#define AppFolder "ricaun.RevitShell" #define AppURL "https://github.com/ricaun-io/RevitShell" #define AppEmail "" @@ -30,7 +30,7 @@ DefaultDirName="{autopf}\{#AppFolder}\{#AppVersion}" DisableWelcomePage=no DisableDirPage=no DisableProgramGroupPage=yes -OutputBaseFilename="ricaun.{#AppName}.{#AppVersion}" +OutputBaseFilename="{#AppName}.{#AppVersion}" UninstallDisplayName="{#AppName}" LicenseFile="..\LICENSE" From 2e7de00afaa5588c514cf9f56aa31ce6c7b8dbdc Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Fri, 2 May 2025 18:47:00 -0300 Subject: [PATCH 2/2] Update app name to `ricaun.RevitShell` and folder. --- CHANGELOG.md | 2 +- Install/RevitShell.iss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9621de4..921393c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update `ricaun.Revit.Installation` to `1.4.0`. ### Build - Replace ` ` to `.` in the installation name. -- Update app name to `ricaun.RevitShell`. +- Update app name to `ricaun.RevitShell` and folder. ## [1.0.1] / 2024-05-15 ### Features diff --git a/Install/RevitShell.iss b/Install/RevitShell.iss index cce6a64..2f43806 100644 --- a/Install/RevitShell.iss +++ b/Install/RevitShell.iss @@ -8,7 +8,7 @@ #define AppVersion "1.0.0" #define AppPublisher "ricaun" #define AppComments "Windows Shell Extensions in .NET for Revit files. " -#define AppFolder "ricaun.RevitShell" +#define AppFolder "ricaun\RevitShell" #define AppURL "https://github.com/ricaun-io/RevitShell" #define AppEmail "" @@ -57,7 +57,7 @@ Name: {app}; Permissions: users-full Name: "en"; MessagesFile: "compiler:Default.isl"; [Files] -Source: "..\{#AppFolder}\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs signonce +Source: "..\RevitShell\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs signonce [Run] Filename: "{app}\ServerRegistrationManager.exe"; Parameters: "install ""{app}\RevitShell.dll"" -codebase"