Extraction Process:

  1. Locate the MSI File: Ensure you know the exact path of the MSI file you wish to extract.
  2. Open Command Prompt: Run it as an administrator to ensure you have the necessary permissions.
  3. Use the msiexec Command: Enter the following command, replacing the placeholders with your specific details:
msiexec /a "SurfaceDock2_DriverOnly_Win10_17763_20.054.29700.0.msi" TARGETDIR=c:\temp

This command will extract the content of the specified MSI file to the “c:\temp” directory.


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.