What is SlipStream in Windows Installer?
What is "SlipStream" in MSI and how do we use it?
2 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
rvprasad
11 years ago
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.
Are you sure you don't mean other streams (Like summary information stream ea) - EVEEN 11 years ago