| 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."
|
|
|