Skip to content

Commit

Permalink
In Uninstall remove entry in Add/Remove Programs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismorl committed Oct 14, 2011
1 parent ef508cc commit c8293b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows-vc2008/Distribution/NSISScriptToCreateInstaller.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,9 @@ Section "Uninstall"
DeleteRegKey HKCU "Software\OpenBabelGUI"
DeleteRegKey HKCR "*\shell\OBDepict"

; Remove entry in Add/Remove Programs
DeleteRegKey HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenBabel-${OBVERSION}"

; Remove env var
push "BABEL_DATADIR"
push $INSTDIR
Expand Down

0 comments on commit c8293b1

Please sign in to comment.