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

Commit

Permalink
Merge pull request #443 from embray/uninstall-clean-registry
Browse files Browse the repository at this point in the history
Remove the DOCKER_TOOLBOX_INSTALL_PATH registry when Toolbox is uninstalled
  • Loading branch information
nathanleclaire committed Mar 10, 2016
2 parents 3d7b69f + 24fcb7e commit 8194e43
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 @@ -88,7 +88,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 8194e43

Please sign in to comment.