Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` and folder.

## [1.0.1] / 2024-05-15
### Features
Expand Down
8 changes: 4 additions & 4 deletions Install/RevitShell.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand All @@ -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"
Expand All @@ -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"
Expand Down
Loading