Difference between revisions of "Adobe Reader Silent Install / MSI Extract"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "<ref>http://blogs.adobe.com/dmcmahon/2010/06/16/how-to-extract-an-msi-file-from-the-exe-for-adobe-reader/</re> <pre>%UserProfile%\Desktop\AdbeRdr80_en_US.exe" -nos_ne</pre>")
 
Line 1: Line 1:
 
<ref>http://blogs.adobe.com/dmcmahon/2010/06/16/how-to-extract-an-msi-file-from-the-exe-for-adobe-reader/</re>
 
<ref>http://blogs.adobe.com/dmcmahon/2010/06/16/how-to-extract-an-msi-file-from-the-exe-for-adobe-reader/</re>
<pre>%UserProfile%\Desktop\AdbeRdr80_en_US.exe" -nos_ne</pre>
+
<pre>%UserProfile%\Desktop\AdbeRdr80_en_US.exe" -nos_ne
 +
AdbeRdr1010_en_US.exe.exe -nos_o"C:\Folder" -nos_ne
 +
</pre>

Revision as of 08:47, 7 April 2017

<ref>http://blogs.adobe.com/dmcmahon/2010/06/16/how-to-extract-an-msi-file-from-the-exe-for-adobe-reader/</re>

%UserProfile%\Desktop\AdbeRdr80_en_US.exe" -nos_ne
AdbeRdr1010_en_US.exe.exe -nos_o"C:\Folder" -nos_ne