Skip to content

Commit

Permalink
disable MMX_DATA env variable remove on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
stotiks committed Jun 26, 2024
1 parent c01560e commit a15e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/nsis/NSIS.template.in
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ Section "Uninstall"

; Remove the registry entries.
DeleteRegKey SHCTX "Software\@CPACK_PACKAGE_VENDOR@\@CPACK_PACKAGE_INSTALL_REGISTRY_KEY@"
DeleteRegValue ${NT_current_env} MMX_DATA
; DeleteRegValue ${NT_current_env} MMX_DATA

; Removes all optional components
!insertmacro SectionList "RemoveSection_CPack"
Expand Down

0 comments on commit a15e24f

Please sign in to comment.