Hi. Hard to title this.
My product requires a certain prerequisite which I have setup as feature-based. so far so good.
But I would also like to leave this prerequisite behind for my users to deploy along with my components -- so I would like to install the install
I can add the prerequisite msi as a file just like any other; but then it is included twice (once as a prereq and once as a file to install) - making my exe super huge.
I thought I could just add a FileCopy to copy from the temp folder into my target folder, but it appears the prerequisite msi is not extracted unless it is actually needed - so it isn't always available for copy.