Windows: Set system PATH and not just the user PATH

This commit is contained in:
Asanka C. Herath
2010-11-15 21:11:18 -05:00
parent 9f589500dc
commit a4136a53af

View File

@@ -52,7 +52,7 @@
Value='[dirBin]' KeyPath='yes' /> Value='[dirBin]' KeyPath='yes' />
</RegistryKey> </RegistryKey>
<Environment Id='env.Path' Name='PATH' Action='set' Part='last' <Environment Id='env.Path' Name='PATH' Action='set' Part='last'
Separator=';' Value='[dirBin]' /> Separator=';' Value='[dirBin]' System='yes' />
</Component> </Component>
<Component Id='comp.kinit' <Component Id='comp.kinit'