I have 3 applications that can run independently that I would like to deploy on the same media (CD, DVD, etc) and would like all three .msi installers to use the same "DotNetFX35" folder. How can I do that? My thought was that the folder structure would look like this;
\Application1
\Application2
\Application3
\DotNetFX35
It looks like I need to set the "Download prerequisites from the following location:" and in that, I just can't set the ".\DotnetFX35" folder. It asks for the UNC. How can I set the Loca CD Drive?