About 50 results
Open links in new tab
  1. 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 MSI from …

  2. 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 application to …

  3. wix - What is the purpose of administrative installation initiated ...

    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 purpose of this t...

  4. Regarding silent installation using Setup.exe generated using ...

    Feb 26, 2018 · I have a setup.exe file generated using installshield suite project (.issuite) file. For an admin or a general user with sufficient privileges, one of our IT admin is able to do a silent installation

  5. Programmatically extract contents of InstallShield setup.exe

    Dec 30, 2011 · I am trying to extract the file-contents of an InstallShield setup.exe-file. (My plan is to use it in a back-office tool, so this must be done programmatically without any user interactions.) Is t...

  6. 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...

  7. 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 showing Even I try …

  8. Why do so many programs have both a setup.exe and a setup.msi?

    Sep 4, 2012 · In the case where you have both exe and the msi the exe is just a loader for the msi. If you have an installation supporting multiple languages then the exe applies a language transform …

  9. 'setup.exe' is not recognized as an internal or external command ...

    I am creating a setup file in visual studio in which I have to install external application in silent mode. In custom action i add cmd.exe in commit section and in argument i write /c cmd.exe /c "[

  10. Install Oracle Client from command line without user-interaction

    Jun 27, 2019 · In order to run it automatically there shall be no user-interaction. The Oracle documentation is quite sparse for command line options of Oracle Universal Installer. Even when …