[issue29702] Error 0x80070003: Failed to launch elevated child process

2017-06-17 Thread Eryk Sun
Changes by Eryk Sun : -- resolution: out of date -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue29702] Error 0x80070003: Failed to launch elevated child process

2017-06-17 Thread Armen Levonian
Armen Levonian added the comment: OK, so this bug tuned out to be related to the Windows 10 version I had prior to the just now updated 1703. I discovered one other Visual Studio installation that was failing. However, after the update to the latest Windows 1703, the installation issues are res

[issue29702] Error 0x80070003: Failed to launch elevated child process

2017-05-21 Thread Kai Shen
Kai Shen added the comment: when you perform the installation and choose the "Download debugging symbols" or "Download debug binaries", make sure your internet connection is up and available. -- nosy: +Kai Shen ___ Python tracker

[issue29702] Error 0x80070003: Failed to launch elevated child process

2017-03-03 Thread Armen Levonian
10:44 AM Subject: [issue29702] Error 0x80070003: Failed to launch elevated child process Eryk Sun added the comment: When run directly from the temp directory path that's reported in the log, does the new log say that the installer is trying to run python-3.5.3-amd64.exe from that same path

[issue29702] Error 0x80070003: Failed to launch elevated child process

2017-03-03 Thread Eryk Sun
Eryk Sun added the comment: When run directly from the temp directory path that's reported in the log, does the new log say that the installer is trying to run python-3.5.3-amd64.exe from that same path, or is it trying to run it from a new directory? -- __

[issue29702] Error 0x80070003: Failed to launch elevated child process

2017-03-03 Thread Armen Levonian
log message. So the folder exists, since the installer is creating it, and the .exe exists. Armen From: Eryk Sun To: alevon...@yahoo.com Sent: Thursday, March 2, 2017 7:20 PM Subject: [issue29702] Error 0x80070003: Failed to launch elevated child process Eryk Sun added the comment: The

[issue29702] Error 0x80070003: Failed to launch elevated child process

2017-03-02 Thread Eryk Sun
Eryk Sun added the comment: The error message is misleading. It happens that WiX is trying to run an elevated process (see the WiX functions CoreLaunchApprovedExe, CoreElevate, ElevationElevate, and PipeLaunchChildProcess). However, the actual error code has nothing to do with elevation. Error

[issue29702] Error 0x80070003: Failed to launch elevated child process

2017-03-02 Thread Armen Levonian
New submission from Armen Levonian: For some reason, after uninstalling Python 3.5.2 on my Windows 10 (64 bit - latest version), I am no longer able to install any new version of Python after version 3.4.3 I keep getting the failure to elevate privileges. I have of course tried to run the ins