/build/static/layout/Breadcrumb_cap_w.png

How can I extract msp file from .exe?

hi how i can extract msp file from .exe?


0 Comments   [ + ] Show comments

Answers (4)

Posted by: Ben M 11 years ago
9th Degree Black Belt
1

You can use a program like 7-Zip to extract the contents of an exe file. http://www.7-zip.org/download.html

 

Posted by: cblake 11 years ago
Red Belt
0

You can try to use 7-Zip, alternatively launch the EXE but do not click through the installer, you'll usually find the extracted contents at %TEMP% location.


Comments:
  • Additionally, you can use command line and use the /extract or /admin to launch the program in Administrator install which allows you to extract the files instead of install to an alternative location. - Trinity 11 years ago
Posted by: msalsbury 11 years ago
Second Degree Blue Belt
0

Another solution that works well is to use the free Sysinternals Process Monitor (procmon) tool.  Launch it and have it monitor the installer's process (e.g., setup.exe).  Then launch the installer and leave it running.  Process Monitor will watch as the executable extracts the MSI/MST/MSP file and tell you where it was extracted to.  Then you browse to that location with Windows Explorer and grab the file from there by copying it to a safe location.

Posted by: andymcrae 6 years ago
White Belt
0
One can also alternatively go on the microsoft web page for updates, download the given update as a .exe file, and use the /extract switch
.
For instance, lets say you want to get the powerpoint2016-kb3178699.msp update from an powerpoint2016-kb3178699.exe update file. So you will open the command line and type.

C:\Users\Dracula\Desktop\powerpoint2016-kb3178699.exe /extract:"C:\Updates".

This produces a .msp file which you can put in your office "\updates" deployment folder (which is usually on the network).

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ