Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/install.py

Issue 10836143: Refactored the VS add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/InstallerResources/install.py
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/install.py b/visual_studio/NativeClientVSAddIn/InstallerResources/install.py
index 7cb19a95f090df96bc57e4eb957b90748243d8b6..0dd6d6c05b4fcbf9af50bb6fdb87b0909c77330d 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/install.py
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/install.py
@@ -149,6 +149,7 @@ def main():
ppapi_answer = raw_input().strip()
if ppapi_answer.lower() == "yes" or ppapi_answer.lower() == "y":
options.install_ppapi = True
+ print "Confirmed installer will include PPAPI platform."
else:
options.install_ppapi = False
print "Will not install PPAPI platform during installation."

Powered by Google App Engine
This is Rietveld 408576698