Unsolved
This post is more than 5 years old
3 Posts
0
58142
October 10th, 2011 10:00
Need Guidance On MUP Packages
I need help deciphering the new MUP format for Dell driver and app installs. How does one extract the files so that customization can be done? We need to be able to change the default installation behavior in the enterprise, e.g., prevent rebooting, regulate shortcuts, default configuration settings, etc. This is usually done via msi transforms. Thanks.
No Events found!


Peter Tsai
2 Intern
•
272 Posts
0
October 10th, 2011 15:00
If you are just looking to extract the files, you will have to run the setup.exe with the following parameters:
/extract_all: Extract all contents of the MUP
I found this into in a similar thread on the Dell Support forum
http://en.community.dell.com/support-forums/laptop/f/3518/p/19406316/19948214.aspx
rejohnson761
3 Posts
0
October 10th, 2011 18:00
Peter Tsai
2 Intern
•
272 Posts
0
October 11th, 2011 07:00
1. download the package for R303961 from support.dell.com
2. browse to the download directory and extract the contents using Winzip or from a command line, type "APP_WIN_R303961 /s /e=c:\temp"
3. go to the directory you extracted files to and will see a setup.exe
4. from a command line run "setup.exe /v/x"
5. the contents of the package will be extracted to "C:\Windows\Downloaded Installations" where you will find a subdirectory that contains the file called "Dell Mobile Broadband Utility.msi"
i think that's all you want.... but If you want to extract the MSI file use the command line
"msiexec /a "dell mobile broadband utility.msi" /qb TARGETDIR=c:\R303961"