TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:extracting_msi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technote:extracting_msi [2023/01/24 22:57] Scott Cunliffetechnote: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, such as Visual Studio runtimes. This setup program will take care up upgrading the product and installing any prerequisites, such as Visual Studio runtimes.
  
-If you wish to extract the encapsulated MSI from the setup executable, open command prompt with administrator privileges an change directory to where you have downloaded the setup executable.+If you wish to extract the encapsulated MSI from the setup executable, create (or select) a directory to write the msi file to.
  
-run the following code, setting the file location you want to write the msi file to (in this example C:\MSI).  Making sure you have created the directory before running the extraction.+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:\MSI).  
    
 <code plain;> <code plain;>
Line 17: Line 21:
 Open file explorer to locate and run the msi file for installation. Open file explorer to locate and run the msi file for installation.
  
-{{:technote:extract_msi.png?550|}} +
-</note>+
  
 {{tag>technote msi exe files installer install}} {{tag>technote msi exe files installer install}}
technote/extracting_msi.1674601021.txt.gz · Last modified: 2025/01/21 22:07 (external edit)