Requirements: The company will provide the .NET Framework project with a .msi format installation package to the customer, and open the file to install the application. How can I extract the contents of a .msi file without installing an app?
An MSI file is a data packet for Windows Installer, which is actually a database that contains the information needed to install a product and the instructions and data needed to install (and uninstall) a program in many installations. MSI files associate the program's constituent files with functionality. In addition, it contains information about the installation process itself: such as the installation sequence, destination folder path, system dependencies, installation options, and properties that control the installation process.
msiexec command
Open the command prompt and enter the following:
If we use this feature frequently, we can return itcommand added to the right-click menuto create a new registry .reg file with the following contents:
Remove the right-click function (delete registry) as follows:
File Download:
Tourists, if you want to see the hidden content of this post, please Reply
|