Skip to content

Commit 4539d4a

Browse files
authored
WiX: adjust the MSI configuration for additional tools
Fix PATH environment variable for `Tools` folder.
1 parent 677ca69 commit 4539d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/shared/shared.wxs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<Fragment>
6464
<Component Id="SystemToolsEnvironmentVariables" Guid="5BA7803B-1EA5-45D3-8FD7-C75518C2C099" Directory="ToolsVersioned">
65-
<Environment Id="Path" Action="set" Name="Path" Part="last" Permanent="no" System="no" Value="[Tools]" />
65+
<Environment Id="Path" Action="set" Name="Path" Part="last" Permanent="no" System="no" Value="[ToolsVersioned]" />
6666
</Component>
6767
</Fragment>
6868

0 commit comments

Comments
 (0)