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


Groups > comp.lang.python > #100305

Re: Hello

From Ian Kelly <ian.g.kelly@gmail.com>
Newsgroups comp.lang.python
Subject Re: Hello
Date 2015-12-11 13:57 -0700
Message-ID <mailman.163.1449867517.12405.python-list@python.org> (permalink)
References <CACcLcB5KAKU2LL0EshNGoUZ+XhszX92LS5djg3sLKBEoi-=Z5g@mail.gmail.com> <CACcLcB4uKULT9VH8yO=g6nW9BiP=oz86g8DEstC08FOmPXDeug@mail.gmail.com>

Show all headers | View raw


On Fri, Dec 11, 2015 at 11:43 AM, Seung Kim <seung.kim@gallaudet.edu> wrote:
> See message below.
>
> On Fri, Dec 11, 2015 at 1:13 PM, Seung Kim <seung.kim@gallaudet.edu> wrote:
>
>> I would like to have Python 3.5.1 MSI installer files for both 32-bit and
>> 64-bit so that I can deploy the software on managed computers on campus.
>>
>> When I ran the silent install command line on python-3.5.1.exe, the
>> registry key of QuietUninstallString showed me that the installer file was
>> located under the following C:\Users\css.kim\AppData\Local\Package
>> Cache\{b8440650-9dbe-4b7d-8167-6e0e3dcdf5d0}\python-3.5.1-amd64.exe"
>> /uninstall /quiet.
>>
>> If I deploy the latest version of Python 3.5.1, the source location will
>> be differently installed among managed computers. That is why I won't use
>> the exe installer file. I wanted to have MSI installer files.
>>
>> Please, advise.

You probably want to install for all users using the InstallAllUsers=1
option. See https://docs.python.org/3/using/windows.html#installing-without-ui

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Hello Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-11 13:57 -0700

csiph-web