Hello

Ian Kelly ian.g.kelly at gmail.com
Fri Dec 11 15:57:55 EST 2015


On Fri, Dec 11, 2015 at 11:43 AM, Seung Kim <seung.kim at gallaudet.edu> wrote:
> See message below.
>
> On Fri, Dec 11, 2015 at 1:13 PM, Seung Kim <seung.kim at 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



More information about the Python-list mailing list