About 50 results
Open links in new tab
  1. .net - Wix: MSI failing: Error 3: -2147287038 - Stack Overflow

    Feb 21, 2014 · P.S. line 393 MSI (s) (04:D4) [17:20:10:936]: PROPERTY CHANGE: Adding REMOVE property. Its value is 'ALL'. which seems to indicate you have posted a failing uninstall log.

  2. How do I extract files from an MSI package? - Super User

    Feb 14, 2009 · 33 There is built-in MSI support for file extraction (admin install) MSI or Windows Installer has built-in support for this - the extraction of files from an MSI file. This is called an administrative …

  3. How to use Start-Process and msiexec to install from a .msi file?

    Jan 4, 2024 · How to use Start-Process and msiexec to install from a .msi file? [duplicate] Ask Question Asked 2 years, 2 months ago Modified 2 years, 2 months ago

  4. SQL Server 2016 Express localdb.msi offline installer

    Oct 29, 2024 · SQL Server 2016 Express localdb.msi offline installer Asked 8 years, 11 months ago Modified 2 months ago Viewed 103k times

  5. windows installer - Batch script to install MSI - Stack Overflow

    Aug 10, 2014 · On double clicking on a MSI file, Windows looks in registry which application is associated with this file extension for opening action. And the application to use is msiexec with the …

  6. Installing Java on Windows 11 - Stack Overflow

    May 16, 2024 · The MSI Installer on the other hand follows a certain format as dictated by Microsoft. This ensures that you can e.g. completely uninstall the software at a later time. My personal …

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

    Feb 13, 2020 · InstallShield 12 represents the main product installation directory for a regular Windows Installer–based (or InstallScript MSI) installation, such as the end user launching Setup.exe or your …

  8. What is major difference between MSI and EXE installation files?

    Sep 13, 2012 · MSI is a specific format used to store information about an installation, a database of what steps to take and which files to put where. By itself, it is not executable; it is actually interpreted …

  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 somewhere where th...

  10. windows - Uninstall without an MSI file - Stack Overflow

    Dec 19, 2016 · There is an MSI cleanup utility from Microsoft, Windows Installer Cleanup Utility (deprecated tool, unsupported and unsafe to use - perhaps try this answer instead: Uninstall without …