Skip to content

Commit bdb6cf9

Browse files
joaocgreisMyles Borins
authored and
Myles Borins
committed
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent f0192ec commit bdb6cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/msi/product.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Property Id="ApplicationFolderName" Value="nodejs"/>
4343
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
4444

45-
<Property Id="INSTALLDIR">
45+
<Property Id="INSTALLDIR" Secure="yes">
4646
<RegistrySearch Id="InstallPathRegistry"
4747
Type="raw"
4848
Root="HKLM"

0 commit comments

Comments
 (0)