Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Hello Date: Fri, 11 Dec 2015 13:57:55 -0700 Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de n2SHk5flfcW1NfJ2QKBiNg8ktfZaa7VtUcyVWxdEDksA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'received:209.85.223': 0.03; 'differently': 0.07; 'msi': 0.09; 'python': 0.10; 'files.': 0.13; '1:13': 0.16; 'campus.': 0.16; 'exe': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'registry': 0.16; 'wrote:': 0.16; '2015': 0.20; '64-bit': 0.22; 'advise.': 0.22; 'file.': 0.22; 'am,': 0.23; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'command': 0.26; 'installed': 0.26; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; '32-bit': 0.29; 'kim': 0.29; 'skip:q 20': 0.29; 'probably': 0.31; 'source': 0.33; 'url:python': 0.33; 'option.': 0.33; 'file': 0.34; 'received:google.com': 0.35; 'skip:c 30': 0.35; 'located': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'wanted': 0.37; "won't": 0.38; 'version': 0.38; 'received:209': 0.38; 'files': 0.38; 'why': 0.39; 'to:addr:python.org': 0.40; 'software': 0.40; 'url:3': 0.60; 'please,': 0.63; 'latest': 0.64; 'below.': 0.66; 'computers': 0.70; 'subject:Hello': 0.70; '3.5.1': 0.84; 'computers.': 0.84; 'to:name:python': 0.84; 'silent': 0.96 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=OqPQv6c0D0s9hLDTUHTJJ6i6PZVdjb6Rvz9nfbtXqWo=; b=c9whI4WhaBJbG3WqNfJtwNf+GrIpXzX8yPcT55ssRtESxIhx44xWuiB1M26esC1sRI rTZvXLLa7VvLRZQOZxhFROebsRfkccI9/ppvKLxejFl/9HcUInE2jPCeTyVjiL2Kmq7v He1yWmUMZktrNSigH8RRAr9NS4tNA7lsgKKr5V2XjIS+sigq+Go3GEnzjA1YvXt994d1 eT4uhTnvGFHh5a55eFoIKY7gz7uTcSsi8KMLM8GJhBFTOlptBS3RBq57JQ8RuT6fLXz2 QrbXmqS0o14cPbsrZH+Z+kt0E8NnMmsK4LbEoMpgZ4Jkh4GGhUR18d/QSJxt7IG5YVww O71A== X-Received: by 10.107.137.226 with SMTP id t95mr18310332ioi.188.1449867514887; Fri, 11 Dec 2015 12:58:34 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100305 On Fri, Dec 11, 2015 at 11:43 AM, Seung Kim wrote: > See message below. > > On Fri, Dec 11, 2015 at 1:13 PM, Seung Kim 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