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 [2018/06/14 01:54] 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 you can run the setup with arguments to extract the MSI first.+If you wish to extract the encapsulated MSI from the setup executable, create (or select) a directory to write the msi file to.
  
-<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 /b"C:\MSI" /qn /v + 
-</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:\MSI).   
 +  
 +<code plain;> 
 +setup.exe /s /x /b"C:\MSI" /v"/qn" 
 +</code>
  
 In the above example, the MSI will be extracted from the ''C:\MSI'' folder. In the above example, the MSI will be extracted from the ''C:\MSI'' folder.
  
-<note tip>When running this command, the setup process will try to uninstall the TapeTrack product\\ +Open file explorer to locate and run the msi file for installation
-Select No to cancel the uninstall process and continue extracting the MSI.+
  
  
-{{:technote:extract_msi.png?550|}} +{{tag>technote msi exe files installer install}}
-</note>+
technote/extracting_msi.1528941297.txt.gz · Last modified: 2025/01/21 22:07 (external edit)