Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'automate': 0.05; 'subject:Python': 0.05; 'python': 0.08; 'scripts': 0.09; 'msi': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'wolfgang': 0.16; 'question.': 0.16; 'wrote:': 0.18; 'subject:Windows': 0.18; '>>>': 0.18; "doesn't": 0.22; 'asked': 0.22; 'header:In-Reply- To:1': 0.22; "user's": 0.23; 'windows': 0.26; 'developing': 0.26; 'asking': 0.28; '(and': 0.28; 'problem': 0.29; 'pm,': 0.29; 'installation': 0.30; 'subject:?': 0.31; 'does': 0.32; 'actual': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'to:addr:python-list': 0.34; 'fault': 0.34; '(not': 0.35; 'something': 0.35; 'file': 0.36; 'received:au': 0.36; 'question': 0.36; 'push': 0.37; 'but': 0.37; 'run': 0.37; 'using': 0.38; 'menu': 0.38; 'received:org': 0.38; 'describe': 0.39; 'relatively': 0.39; "i'd": 0.39; 'url:org': 0.39; 'why': 0.39; 'to:addr:python.org': 0.40; 'subject:Start': 0.67; 'subject:without': 0.67; 'view.': 0.67; 'url:]': 0.84; 'received:110': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Lie Ryan Subject: Re: Install Python on Windows without Start Menu icons? Date: Mon, 05 Dec 2011 23:52:37 +1100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 110-175-240-90.static.tpgi.com.au User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323089576 news.xs4all.nl 6854 [2001:888:2000:d::a6]:38732 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16656 On 12/05/2011 07:01 PM, Wolfgang Strobl wrote: > "Pedro Henrique G. Souto": > >> On 02/12/2011 16:34, snorble wrote: >>> Is it possible to automate the Python installation on Windows using >>> the MSI file so it does not add a Start Menu folder? I would like to >>> push out Python to all of my office workstations, but I'd like for it >>> to be relatively silent from the user's point of view. >> >> If you just want to run python scripts in those machines (not developing >> in it), you can use something like py2exe [http://www.py2exe.org/]. > > That doesn't answer the question. But it may solve his problem, which is the whole point. Often in discussions, an OP may ask the wrong question that does not solve their problem or is a roundabout way to solve their problem (and it may not necessarily be their fault that they asked the wrong question). Which is why it is often best to describe the actual problem in addition to asking a specific question.