Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36174 > unrolled thread

Windows Installer Error

Started bymatttwall@gmail.com
First post2013-01-05 06:30 -0800
Last post2013-01-05 16:15 -0500
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Windows Installer Error matttwall@gmail.com - 2013-01-05 06:30 -0800
    Re: Windows Installer Error matttwall@gmail.com - 2013-01-05 06:35 -0800
      Re: Windows Installer Error Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-01-05 16:15 -0500

#36174 — Windows Installer Error

Frommatttwall@gmail.com
Date2013-01-05 06:30 -0800
SubjectWindows Installer Error
Message-ID<4cc9c08a-c123-4699-b082-52e96241717d@googlegroups.com>
I am running on Windows 7 Professional x64 with latest service pack and I cannot get Python to install. I run the python-3.2.1.msi, and after I select the installation directory, I get a popup that says "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor". 2.7.3, amd64, and older packages all do the exact same thing. 

[toc] | [next] | [standalone]


#36176

Frommatttwall@gmail.com
Date2013-01-05 06:35 -0800
Message-ID<2428a000-bb74-4bdd-a169-ae8590ae9b4f@googlegroups.com>
In reply to#36174
On Saturday, January 5, 2013 8:30:39 AM UTC-6, matt...@gmail.com wrote:
> I am running on Windows 7 Professional x64 with latest service pack and I cannot get Python to install. I run the python-3.2.1.msi, and after I select the installation directory, I get a popup that says "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor". 2.7.3, amd64, and older packages all do the exact same thing.

NVM, I solved it just this very moment. I found this topic http://superuser.com/questions/478631/dll-could-not-be-run-for-msi-installers. It turns out I had to go to my Temp directory and give Full Control to the Everyone group. No idea why the MSI wouldn't have admin rights.

[toc] | [prev] | [next] | [standalone]


#36211

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2013-01-05 16:15 -0500
Message-ID<mailman.145.1357420541.2939.python-list@python.org>
In reply to#36176
On Sat, 5 Jan 2013 06:35:50 -0800 (PST), matttwall@gmail.com declaimed
the following in gmane.comp.python.general:

> On Saturday, January 5, 2013 8:30:39 AM UTC-6, matt...@gmail.com wrote:
> > I am running on Windows 7 Professional x64 with latest service pack and I cannot get Python to install. I run the python-3.2.1.msi, and after I select the installation directory, I get a popup that says "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor". 2.7.3, amd64, and older packages all do the exact same thing.
> 
> NVM, I solved it just this very moment. I found this topic http://superuser.com/questions/478631/dll-could-not-be-run-for-msi-installers. It turns out I had to go to my Temp directory and give Full Control to the Everyone group. No idea why the MSI wouldn't have admin rights.

	It's Windows 7... Not even an admin account has full admin rights
(but doesn't need a password to elevate privileges).

	I'd have expected a "global" Temp directory to have rights for
everyone in the first place; perhaps something removed that access
earlier -- and since the MSI expected the access, it didn't force
elevated privileges.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web