Example: DotNet3.5. This package is just a call to cinst netfx3 -source WindowsFeature.
The package cant use nuspec dependencies due t othe special source and if working on a client SKU, the WindowsFeature resource is not an option.
There are many packages that use cinst to create a "meta" package and provides more control over execution order and custom scripts between packages than using the nuspec dependencies.
Comments: Hmm. We'll definitely have to provide a set of functions for cinst, etc..
The package cant use nuspec dependencies due t othe special source and if working on a client SKU, the WindowsFeature resource is not an option.
There are many packages that use cinst to create a "meta" package and provides more control over execution order and custom scripts between packages than using the nuspec dependencies.
Comments: Hmm. We'll definitely have to provide a set of functions for cinst, etc..