Python Forum
Silent installation with Add python.exe to path
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Silent installation with Add python.exe to path
#1
Hi All:

I have try install the python with following

msiexec /i python-3.4.4.amd64.msi /quiet InstallAllUsers=1 PrependPath=1

As above the Environment Variable does not shown path is added.


is the PrependPath=1 also equal to the Add python.exe to Path in GUI Mode?

if it is not could someone kindly tell me what is the name to installed Add Python.exe to Path

many thanks
Ag248
Reply
#2
see: https://python-forum.io/Thread-Basic-Par...ht=windows
and: https://python-forum.io/Thread-Basic-Par...nt-Windows
Reply
#3
Thank you Larz60+
it seem that is for the GUI installation, but I am after the silent installation as I am deploy to the PC.
just wondering is there a bug that it cannot create a path on the command shell.

ag248
Reply
#4
thanks, I managed to found the soloution:


msiexec /i "python-2.7.11.amd64.msi" /passive /norestart ADDLOCAL=ALL

from
stackoverflow.com/questions/34214607/python-2-7-windows-silent-installer-msi-command-line-option-to-set-the-path

can close this thread now,Admin
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  White Screen Issue with Toolbar After Python Installation evelynfreya 3 1,330 Apr-30-2025, 06:43 AM
Last Post: encore
  Install a module to a specific to Python Installation (one of many)) tester_V 2 2,390 Oct-29-2024, 03:25 PM
Last Post: snippsat
  Shrink Python installation? Extract site-packages from .zip only on demand? pstein 4 1,821 Oct-28-2024, 04:29 PM
Last Post: snippsat
  Troubleshooting Jupyter Notebook installation with Python using pip and a venv Drone4four 1 2,579 Jun-04-2024, 10:55 PM
Last Post: Drone4four
  Python installation for old MacOS Yonix 1 1,141 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 5,001 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 4,854 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 1,684 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
  python installation/running inside singularity container erdemath 2 3,338 Sep-21-2022, 08:13 AM
Last Post: erdemath
Question Python V3.11 Installation Help Danno 2 2,101 Aug-11-2022, 02:30 AM
Last Post: Danno

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020