About 210,000 results
Open links in new tab
  1. What are the specific differences between .msi and setup.exe file?

    Nov 24, 2009 · Setup.exe is an application (executable file) which has msi file (s) as its one of the resources. Executing Setup.exe will in turn execute msi (the installer) which writes your …

  2. Silent run installer (.exe) with parameters on Windows

    Nov 14, 2018 · How to run an installation in /silent mode with adjusted settings (extraction of non-Installshield setup.exe files - for example Advanced Installer or WiX setup.exe files) Extract …

  3. What is the purpose of administrative installation initiated using ...

    Jun 2, 2020 · Windows Installer technology supports administrative installation. The command line for initiating administrative installation is: 'msiexec /a setup.msi'. I want to understand the …

  4. cmd - How to install any software on windows os using command …

    Jun 3, 2020 · I have to install software(.exe/.msi) on Windows OS with command prompt just like it is done on Linux. Are there any commands available for this ? Have anyone tried this before …

  5. visual studio 2010 - How to create a single setup.exe with ...

    I am trying to create a single .exe file installer. I managed to get all the dependencies in to a .exe file (by setting extract from Setup.exe property). How do i get the .msi also inside the setup...

  6. powershell - EXE silent installation - Stack Overflow

    Start-Process -FilePath "C:\Temp\UpgradeClientInstaller\setup.exe" -ArgumentList "/S /v/qn" by giving /s in argument list, it should install silently without user intervention but a popup is …

  7. How to run an installation in /silent mode with adjusted settings

    Sep 14, 2018 · 2) Proprietary Packaging Formats: If the setup.exe is a proprietary format you need to either repackage it in a standard format (MSI) using tools to do so, or you need to run …

  8. What's the difference between an EXE and a MSI installer?

    Oct 7, 2010 · Legacy Setup.exe Installer: Note that an EXE file can also be a non-MSI installer In other words an old-style installer not based on the Microsoft MSI format (which is a MS-SQL …

  9. Unable to install SQL Server(setup.exe) Exit code decimal:

    Oct 5, 2022 · Unable to install SQL Server (Setup), An Insallation Package for the product Microsoft OLE DB Driver for SQL Server Cannot be fount, Try the installation again a valid …

  10. installation - Extract MSI from EXE - Stack Overflow

    Oct 10, 2009 · I want to extract the MSI of an EXE setup to publish over a network. For example, using Universal Extractor, but it doesn't work for Java Runtime Environment.