This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients jaraco, steve.dower, tim.golden, zach.ware
Date 2015-04-05.02:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428199707.15.0.13472678589.issue23874@psf.upfronthosting.co.za>
In-reply-to
Content
When installing Python (3.4.3 or 2.7.9) from an EFS encrypted installer file, the installation proceeds normally through the target selection and feature selection, but then immediately reports "/!\ The system cannot open the device or file specified," and aborts the installation with "The installer has encountered an unexpected error installing this package. This may indicate a problem with the package. The error code is 2755."

Other MSI products install fine when the MSI is encrypted (pandoc, MongoDB), so there appears to be something unique about the Python installer that's failing when the Trusted Installer cannot read the MSI itself. Decrypting the MSI before installing works around the issue.

Environment: Windows 8.1 64-bit with Python 64-bit
History
Date User Action Args
2015-04-05 02:08:27jaracosetrecipients: + jaraco, tim.golden, zach.ware, steve.dower
2015-04-05 02:08:27jaracosetmessageid: <1428199707.15.0.13472678589.issue23874@psf.upfronthosting.co.za>
2015-04-05 02:08:27jaracolinkissue23874 messages
2015-04-05 02:08:25jaracocreate