I have a Windows Forms app that is deployed using ClickOnce deployment. I'm using another Winforms project to customize the installation steps. So I would have to distribute the executable (of the installer project). Is there anyway to bundle the .NET framework 4.0 with the executable (either standalone or web installer) or should it be downloaded and installed separately?
Thanks.