Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(620)

Unified Diff: Tools/msi/msi.py

Issue 4023055: MSI: Add installation dir to %PATH%
Patch Set: Created 13 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/msi/msi.py
===================================================================
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -463,6 +463,11 @@
("CompileGrammar", "COMPILEALL", 6802),
])
+ # Add target dir to PATH
+ add_data(db, "Environment",
+ [("Environmnent", "=-*PATH", "[~];[TARGETDIR]", "python.exe"),
+ ])
+
#####################################################################
# Standard dialogs: FatalError, UserExit, ExitDialog
fatal=PyDialog(db, "FatalError", x, y, w, h, modal, title,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b