I have downloaded the new Visual Studio Installer for VS 2013. I have created a the installer without problems, and removed all dependencies on the .Net Framework. Then generated the installer. But when I try to install the generated setup in Windows 7 for example:
It says that the setup requires the .Net Framework version 4.5 which was nos selected in the Prerequisites before. Does someone knows how to remove this dependency? Is the Visual Studio Installer Project dependent on the .Net Framework even when no one of the files installed use it? Thanks