Skip to content

Commit 89f9ca6

Browse files
authored
Merge pull request #3895 from igorakkerman/bugfix/windows-install-location
Windows installer using installation path for x64 applications
2 parents 016e3f3 + d91615e commit 89f9ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/windows/minikube.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

28-
InstallDir "$PROGRAMFILES\${COMPANYNAME}\${APPNAME}"
28+
InstallDir "$PROGRAMFILES64\${COMPANYNAME}\${APPNAME}"
2929
!define UNINSTALLDIR "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}"
3030
BrandingText " "
3131

0 commit comments

Comments
 (0)