Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Remove the DOCKER_TOOLBOX_INSTALL_PATH registry when docker toolbox i…
Browse files Browse the repository at this point in the history
…s uninstalled (it is no longer useful, and confuses programs that might check it for a docker toolbox installation)

Signed-off-by: Erik M. Bray <[email protected]>
  • Loading branch information
embray committed Mar 4, 2016
1 parent de267d7 commit 24fcb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/Toolbox.iss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Filename: "{app}\docker-machine.exe"; Parameters: "rm -f default"
Type: filesandordirs; Name: "{localappdata}\..\Roaming\Kitematic"

[Registry]
Root: HKCU; Subkey: "Environment"; ValueType:string; ValueName:"DOCKER_TOOLBOX_INSTALL_PATH"; ValueData:"{app}" ; Flags: preservestringtype ;
Root: HKCU; Subkey: "Environment"; ValueType:string; ValueName:"DOCKER_TOOLBOX_INSTALL_PATH"; ValueData:"{app}" ; Flags: preservestringtype uninsdeletevalue;

[Code]
#include "base64.iss"
Expand Down

0 comments on commit 24fcb7e

Please sign in to comment.