When I publish a .NET 4 app using ClickOnce I get this warning if I uncheck "Windows Installer 4.5 in the Prerequisites window:
Item 'Windows Installer 4.5' is required by 'Microsoft .NET Framework 4 (x86 and x64)', but was not included.
The app publishes and the old version gets updated just fine but I'm wondering why is this warning message displayed, what exactly does it mean and are there any possible side-effects of not including this prerequisite?
As far as I know, Win 7 or later ships with Windows Installer 5 and there will be no client computers with Win XP or earlier so am I correct in assuming not including Windows Installer 4.5 should be fine?