Skip to content

Commit

Permalink
win,msi: mark INSTALLDIR property as secure
Browse files Browse the repository at this point in the history
Allows INSTALLDIR to be passed to the server MSIExec process during
installation.

PR-URL: #8795
Fixes: #6057
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
joaocgreis authored and Myles Borins committed Nov 18, 2016
1 parent f0192ec commit bdb6cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/msvs/msi/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<Property Id="ApplicationFolderName" Value="nodejs"/>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>

<Property Id="INSTALLDIR">
<Property Id="INSTALLDIR" Secure="yes">
<RegistrySearch Id="InstallPathRegistry"
Type="raw"
Root="HKLM"
Expand Down

0 comments on commit bdb6cf9

Please sign in to comment.