About 1,490,000 results
Open links in new tab
  1. How can I find the product GUID of an installed MSI setup?

    Apr 29, 2015 · I need to find the product GUID for an installed MSI file in order to perform maintenance such as patching, uninstall (how-to uninstall) and also for auditing purposes.

  2. What are the specific differences between .msi and setup.exe file?

    Nov 24, 2009 · An MSI is a Windows Installer database. Windows Installer (a service installed with Windows) uses this to install software on your system (i.e. copy files, set registry values, …

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

  4. installation - How can I create an MSI setup? - Stack Overflow

    Jun 25, 2009 · I've created setups for all my Delphi tools with Inno Setup for years. Now some users rather want an MSI installation package, so they can deploy the setups from a central …

  5. Set AssemblyInfo Version numbers with MSI setup version

    Mar 5, 2013 · If you want to make the Setup projects version number set the Assembly & File version numbers you need to do it with a script/exe that gets triggered by the build. This article …

  6. How do you install an MSI with msiexec into a specific directory?

    Feb 13, 2020 · TARGETDIR represents the installation directory for an InstallScript installation, or for an administrative Windows Installer based installation (when the user runs Setup.exe or …

  7. How to create .msi installer with WiX - Stack Overflow

    Feb 10, 2015 · I found this book to be VERY helpful with every little step regarding the .msi creation process. The book will guide you to create your first .msi in the very 1st chapter! …

  8. Missing vc_runtimeminimum_x86.msi and installation won't work

    Apr 21, 2017 · Click OK to try again, or enter an alternate path to a folder containing the installation package ' vc_runtimeMinimum_x86.msi ' in the box below." If I hit cancel, the …

  9. Where the MSI file is copied after the installation?

    Jan 15, 2010 · I have to replace it because of a bug that blocks the software uninstallation, but Windows can't find the MSI file if I use the file search utility, but I think the MSI is stored …

  10. wix - Silent installation of an MSI package - Stack Overflow

    I have a MSI package that I need to install if the package is not already installed. Also I need to install it silently. The package prompts user for: Installation location (C:\\Program Files\\Foobar)