Steve Dower added the comment:

I use /i, ADDLOCAL=ALL and ALLUSERS=1 with success all the time (/a does not do 
a real install - avoid it unless you know you'll be deploying the reduced size 
MSI to the rest of your network, and *especially* avoid it if you don't know 
why you'd want to do that).

The quotes are not necessary and neither is MSIINSTALLPERUSER. I generally use 
/quiet or /passive rather than /qb, so that may be part of the issue.

Also, your log output indicates that it was already installed when you ran that 
installation. Without the existing install it should be fine, but there's no 
way to change from a per-user install to a per-machine install with the 3.4 
installer. (The 3.5 installer, except for one bug that's probably not fixable 
before 3.5.2, should let a user install per-user and then per-machine if they 
want.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24805>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to