Forum Discussion
liam--
Jul 20, 2023Copper Contributor
Installing Win32 Apps
Hi Community, Can you confirm how I would install a Win32 app for a .exe file. I'm struggling with one part in particular which is the install and uninstall commands - which I can't find many...
- Jul 26, 2023I searched for silent install and uninstall command lines for that software but couldn't find any. I suggest contacting support and asking them how to silently install and uninstall the software to deploy it using Intune Win32. Alternatively, a packager could wrap this into an MSI, which you could add to Intune.
There are a lot of programs out there which could have an install.cmd containing things like (This is a Dutch Adobe Acrobat installer):
Install.cmd
AcroRdrDC1900820071_nl_NL.exe /sAll /rs /rps /msi /norestart /quiet EULA_ACCEPT=YES
Uninstall.cmd
MsiExec.exe /X{AC76BA86-7AD7-1043-7B44-AC0F074E4100} /quiet
It just all depends... I would recommend https://silentinstallhq.com/, which posts articles like https://silentinstallhq.com/notepad-8-5-4-silent-install-how-to-guide/ containing details about install and uninstall parameters.
oliviawhite820
Aug 26, 2023Copper Contributor
Installing and uninstalling Win32 applications (.exe files) can vary depending on the specific software and the installation method used by the software vendor. However, I can provide you with a general outline of how the process usually works, including some common commands that might be used.
1. Silent Installation:
Silent installation is a method where the installation process occurs without any user interaction or prompts. This is often used in enterprise environments for deploying software across multiple machines.
For silent installation, you typically need to locate the installer executable (.exe file) for the software you want to install. Then, you use command-line parameters to customize the installation process. Here's a general format:
installer.exe /silent /parameter1 value1 /parameter2 value2 ...
https://pickleballopinion.com/most-expensive-pickleball-paddles/
1. Silent Installation:
Silent installation is a method where the installation process occurs without any user interaction or prompts. This is often used in enterprise environments for deploying software across multiple machines.
For silent installation, you typically need to locate the installer executable (.exe file) for the software you want to install. Then, you use command-line parameters to customize the installation process. Here's a general format:
installer.exe /silent /parameter1 value1 /parameter2 value2 ...
https://pickleballopinion.com/most-expensive-pickleball-paddles/