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 [2021/07/22 02:21] – 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 |
+ | 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. | ||
+ | |||
+ | 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;> | <code plain;> | ||
- | setup.exe /s /x / | + | setup.exe /s /x / |
</ | </ | ||
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 the TapeTrack product. \\ \\ | + | Open file explorer |
- | Select No to cancel the uninstall process | + | |
- | {{: | ||
- | </ | ||
{{tag> | {{tag> |
technote/extracting_msi.1626920460.txt.gz · Last modified: 2025/01/21 22:07 (external edit)