diff --git a/installers/windows/minikube.nsi b/installers/windows/minikube.nsi index b6d398d5fb..c433f19a16 100644 --- a/installers/windows/minikube.nsi +++ b/installers/windows/minikube.nsi @@ -121,6 +121,7 @@ Function .onInit FunctionEnd Section "Install" + # Required to create a system-wide Start Menu shortcut SetShellVarContext all # Files for the install directory - to build the installer, these should be in the same directory as the install script (this file) @@ -168,6 +169,7 @@ Section "Install" SectionEnd Section "Uninstall" + # Required to remove the system-wide Start Menu shortcut SetShellVarContext all # Remove Start Menu launcher