Skip to content

Commit

Permalink
Merge pull request #42 from Freeesia/revert-40-feature/install_user
Browse files Browse the repository at this point in the history
Revert "ユーザー環境にインストールする"
  • Loading branch information
Freeesia authored Apr 6, 2024
2 parents 47bb004 + cd42570 commit acbfb77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions VdLabel.Wix/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var version = info.FileVersion;

var project = new ManagedProject(App,
new Dir(@$"%LocalAppData%\StudioFreesia\{App}",
new Dir(@$"%ProgramFiles%\StudioFreesia\{App}",
new File(exePath) { AddCloseAction = true },
new Files(Path.Combine(ArtifactsDir, "*.*"), p => !p.EndsWith(Executable))));

Expand All @@ -40,9 +40,6 @@
project.ValidateBackgroundImage = false;
project.BannerImage = @"..\assets\installer_bunner.png";

// ユーザーレベルのインストールを強制する
project.InstallScope = InstallScope.perUser;

// ライセンスファイルの設定
project.LicenceFile = @"..\LICENSE.rtf";

Expand Down

0 comments on commit acbfb77

Please sign in to comment.