/build/static/layout/Breadcrumb_cap_w.png

What is SlipStream in Windows Installer?

What is "SlipStream" in MSI and how do we use it?


2 Comments   [ + ] Show comments
  • Must be something rather unique. A search on Google gave me just 55.000 hits, none msi related.
    Are you sure you don't mean other streams (Like summary information stream ea) - EVEEN 10 years ago
  • My guess would be this was an interview question but the OP misheard. The question was most likely about slip-streaming, viz. patching clients versus patching an AIP. - anonymous_9363 10 years ago

Answers (1)

Answer Summary:
Posted by: rvprasad 10 years ago
Brown Belt
2

SlipStream method is nothing but steaming the .msp file with MSI file.

 

First you need to type the below command:

Msiexec /a “Path of MSI” /p “Path of MSP”

 

By doing this the size of the MSI file will increase, and then we create a .mst file for the newly created MSI. Then you will have to use the new msi and MST file for installation. No need of msp file.

 

This is what is SlipStream Method.

 
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