I am writing custom actions for Advanced Installer using the WiX toolset.
The custom action project is .NET framework 4 by default, but I would like to use dependencies that are only compatible to .NET 4.5.
My installer is set to require .NET 4.5.2, so it is safe to assume that when the custom actions are executed, .NET 4.5.2 or higher is available.
Can I safely increase the .NET version, or will this break the installer?