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
  Python installation for old MacOS Yonix 1 457 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 780 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 1,466 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 915 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
  python installation/running inside singularity container erdemath 2 1,689 Sep-21-2022, 08:13 AM
Last Post: erdemath
Question Python V3.11 Installation Help Danno 2 1,053 Aug-11-2022, 02:30 AM
Last Post: Danno
  WebDriverException: Message: 'PATH TO CHROME DRIVER' executable needs to be in PATH Led_Zeppelin 1 2,149 Sep-09-2021, 01:25 PM
Last Post: Yoriz
  Portable installation of Python possible? pstein 2 3,003 Nov-15-2020, 12:14 PM
Last Post: snippsat
  [split] Launch soft on Terminal in silent mode Note3409 2 2,013 Oct-03-2020, 08:21 PM
Last Post: Note3409
  python and openCV installation dejhost 16 10,614 Aug-04-2020, 02:23 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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