Thursday, April 15, 2010

Packaging .Net Framework 3.5 SP1

For the .Net Framework 3.5 SP1 application, the files get extracted to "C:\Windows\Microsoft.NET\Framework\v3.5", after installing the downloaded executable file. Out of those extracted files, we need to copy "vs_setup.msi" file and "vs_setup.cab" file which is the source for creating the package.


Create the application transform using this MSI file and add a property "ADDEPLOY" with value "1" and run it.

No comments:

Post a Comment