Skip to content

Commit

Permalink
Merge pull request #3895 from igorakkerman/bugfix/windows-install-loc…
Browse files Browse the repository at this point in the history
…ation

Windows installer using installation path for x64 applications
  • Loading branch information
k8s-ci-robot committed Mar 18, 2019
2 parents 016e3f3 + d91615e commit 89f9ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/windows/minikube.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

RequestExecutionLevel admin ;Require admin rights on NT6+ (When UAC is turned on)

InstallDir "$PROGRAMFILES\${COMPANYNAME}\${APPNAME}"
InstallDir "$PROGRAMFILES64\${COMPANYNAME}\${APPNAME}"
!define UNINSTALLDIR "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}"
BrandingText " "

Expand Down

0 comments on commit 89f9ca6

Please sign in to comment.