technote:extracting_msi
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technote:extracting_msi [2018/06/14 01:54] – Scott Cunliffe | technote:extracting_msi [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
This setup program will take care up upgrading the product and installing any prerequisites, | This setup program will take care up upgrading the product and installing any prerequisites, | ||
- | If you wish to extract the encapsulated MSI from the setup executable | + | If you wish to extract the encapsulated MSI from the setup executable, create (or select) a directory |
- | <sxh plain;> | + | Download the executable file you want to extract the msi file from and place it in the directory you want to write the msi file to. |
- | setup.exe /s /x / | + | |
- | </sxh> | + | open a command prompt with administrator privileges and change directory to where you have the setup executable located. |
+ | |||
+ | run the following code, setting the file location you want to write the msi file to (in this example C: | ||
+ | |||
+ | <code plain;> | ||
+ | setup.exe /s /x / | ||
+ | </code> | ||
In the above example, the MSI will be extracted from the '' | In the above example, the MSI will be extracted from the '' | ||
- | <note tip>When running this command, the setup process will try to uninstall | + | Open file explorer |
- | Select No to cancel the uninstall process and continue extracting the MSI. | + | |
- | {{:technote: | + | {{tag>technote |
- | </ | + |
technote/extracting_msi.1528941297.txt.gz · Last modified: 2025/01/21 22:07 (external edit)