Skip to content

Commit

Permalink
fix delete correct profiles directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wisec committed Jun 13, 2012
1 parent 95a65e5 commit 1331ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/installer/windows/nsis/uninstaller.nsi
Expand Up @@ -223,7 +223,7 @@ Section "Uninstall"

${MUI_INSTALLOPTIONS_READ} $0 "unconfirm.ini" "Field 3" "State"
${If} "$0" == "1"
${un.DeleteRelativeProfiles} "Mozilla\Firefox"
${un.DeleteRelativeProfiles} "DOMinator1"
RmDir "$APPDATA\DOMinator1\Extensions\{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
RmDir "$APPDATA\DOMinator1\Extensions"
RmDir "$APPDATA\DOMinator1"
Expand Down

0 comments on commit 1331ac1

Please sign in to comment.