About 20,400,000 results
Open links in new tab
  1. How to Automate Software Installation with a Script: A Step-by …

    Mar 30, 2023 · However, by using a script, you can automate the installation process and significantly reduce the amount of time and effort required. In this guide, we’ll walk you through the steps to create a script to automate software installation on multiple devices.

  2. PowerShell Script to Install Software Made Easy

    Discover a powerful powershell script to install software effortlessly. This guide offers concise steps to streamline your installation process.

  3. Python Script to Automate Software Installation - GeeksforGeeks

    3 days ago · In this article, you will learn about creating a Python script to automate software installation. Before diving into the steps, let’s understand some key concepts related to software installation automation:

  4. How to create a Windows application Installer with NSIS

    Feb 19, 2025 · This tutorial will guide you through installing and creating your first Windows installer with Nullsoft Scriptable Install System and how to compile your project.

  5. Use a script to install a desktop app in provisioning packages

    This walkthrough describes how to include scripts in a Windows client provisioning package to install Win32 applications. Scripted operations other than installing apps can also be performed. However, some care is needed to avoid unintended behavior during script execution (see Remarks below).

  6. Install software using powershell script - Stack Overflow

    Aug 1, 2018 · I created a Powershell script with Chocolatey to perform the installation of programs from a list in json. It will install chocolatey, check the packages, and them install it

  7. Automation with Bash - Creating a Script to Install and Configure ...

    Jul 17, 2023 · This article explores how to leverage Bash scripting to create a versatile installer that works seamlessly across Red Hat-based systems, Debian-based systems, and even Darwin (macOS).

  8. Batch file to install multiple programs silently - Stack Overflow

    Apr 27, 2015 · I want to create a batch file which will install multiple programs sequentially. I am able to install the required softwares sequentially using following code in batch file: OR. But here before installing any software I want to check if it is already installed or not. I have tried getting the list of installed softwares using following two ways: OR

  9. Automating application install on a fresh Windows 10/11 using …

    Apr 25, 2024 · This PowerShell script uses Microsoft Store and winget to download and install a list of application, configured at the top of the file. Microsoft store should be privilegied for apps with a real good desktop version, like PowerToys, VScode, etc. Avoid lights versions specific to the store, like VLC.

  10. Install software with winget / automate installation with …

    Apr 13, 2025 · Using this PowerShell script, within about 10 minutes it had installed over 30 applications with no interaction needed from me. Here's a quick tutorial on using winget. Winget comes pre-installed on new computers, but if you don't have it, just install the App Installer from the Microsoft Store.

  11. Some results have been removed