Aug-06-2018, 09:34 AM
How do I install program silent(quite mode) using python?
install without window popups
Thanks,
install without window popups
Thanks,
install program silent
|
Aug-06-2018, 09:34 AM
How do I install program silent(quite mode) using python?
install without window popups Thanks,
Aug-06-2018, 10:08 AM
Are you talking about a package that you created?
First create a setup.py file, and then create a wheel using: python setup.py bdist_wheelsee: http://lucumr.pocoo.org/2014/1/27/python-on-wheels/ a wheel can be saved on PyPi, and loaded using a script. I'm not sure if you can make it totally 'silent' because tools used to install the wheel usually display the steps being performed as they are executed. Look for a verbose option.
Aug-06-2018, 10:19 AM
see following is part of the code I need to install infranview and other program silently
if che50.get() == "1": os.system(programSourcePath + '/"iview444_x64_setup.exe"')
Aug-06-2018, 10:25 AM
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link Create MCV example Debug small programs
Aug-06-2018, 03:02 PM
can you give example? I am confuse with this subprocess module
Thanks,
Aug-06-2018, 05:49 PM
Can someone give me example how to use subprocess module
install the infranview program in silent mode? Thanks
Aug-06-2018, 07:35 PM
The linked docs contain examples. If you still have issues, please share your code so we don't have to make wild guesses as to what the problems are.
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
[split] Launch soft on Terminal in silent mode | Note3409 | 2 | 2,694 |
Oct-03-2020, 08:21 PM Last Post: Note3409 |
|
Silent installation with Add python.exe to path | ag248 | 3 | 8,624 |
Aug-09-2018, 11:38 AM Last Post: ag248 |
|
Adding into Path var while silent installation of Python | Erik | 7 | 9,040 |
Nov-20-2017, 04:16 PM Last Post: Erik |
|
How to install my Python application as an Arch Linux Program | BigMan | 1 | 5,221 |
Apr-11-2017, 09:55 AM Last Post: wavic |