Skip to content

Commit b83f51a

Browse files
joaocgreisFishrock123
authored andcommitted
win,msi: mark INSTALLDIR property as secure
Allows INSTALLDIR to be passed to the server MSIExec process during installation. PR-URL: #8795 Fixes: #6057 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4e7c67c commit b83f51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/msi/product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<Property Id="ApplicationFolderName" Value="nodejs"/>
4747
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
4848

49-
<Property Id="INSTALLDIR">
49+
<Property Id="INSTALLDIR" Secure="yes">
5050
<RegistrySearch Id="InstallPathRegistry"
5151
Type="raw"
5252
Root="HKLM"

0 commit comments

Comments
 (0)