Here is how you tell windows to install an packaged feature and the source directory to install from.
Elevated Command Prompt:
Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess
To get a list of features:
dism /online /get-features