Silent Install Python when Deploy with LabVIEW Application as Installer

Updated May 4, 2021

Environment

Software

  • LabVIEW

Programming Language

  • Python

I have gone through Automate Python Installation for LabVIEW Applications. May I know how to complete the Python installation silently where no human interaction is needed?

To perform a silent installation for Python when deploying it with LabVIEW application as an installer, you should add /quiet InstallAllUsers=1 PrependPath=1 into the Command line arguments in Step 7 of Automate Python Installation for LabVIEW Applications as illustrated by the image below.
silent install