Skip to content

Commit

Permalink
execute full installer as admin
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Sep 5, 2023
1 parent 233e9af commit 7aab36e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/installer_building/installer-init.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
RequestExecutionLevel user

Var GOOEYTEMP

Section "Initialize"
Expand Down
2 changes: 2 additions & 0 deletions tools/installer_building/windows-installer-amd64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Name "Datalad Gooey"

Outfile "datalad-gooey-installer-amd64.exe"

RequestExecutionLevel admin

!include installer-init.nsi

Section "git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Name "Datalad Gooey (without git and git-annex)"

Outfile "datalad-gooey-installer-gooey-only-amd64.exe"

RequestExecutionLevel user

!include installer-init.nsi

!include installer-gooey.nsi

0 comments on commit 7aab36e

Please sign in to comment.