.net 6.0 compatibility #6905
Replies: 4 comments 6 replies
-
The WiX toolset does not add any dependencies on any .NET version to your installation package. The WiX toolset does require .NET on your build server to create your installation packages. WiX v3 requires .NET Framework v3.5 to build your installation packages. WiX v4 requires .NET Framework v4.7.2 or .NET Core v3.1 (the latter may change to .NET 6.0 before WiX v4 GA) to build your installation packages. |
Beta Was this translation helpful? Give feedback.
-
This question was marked answered recently but the answer does not cover the concern and lock of feature I brought to group attention. The answer "The WiX toolset does not add any dependencies on any .NET version to your installation package....." is true but is not helpful. You cannot GLUE the WPF dll to the wix. This is the problem. |
Beta Was this translation helpful? Give feedback.
-
WiX v4.0-preview.1 will be the first release that supports building managed BootstrapperApplications using .NET 6. (I guess I have to write this as a separate thread for it to be marked as an answer)l. |
Beta Was this translation helpful? Give feedback.
-
Hi @robmen ,Even I am facing the same problem , Currently I have migrated one of my Application into .net 6 and the Wix tool set gives me the error " Error LGHT0103: The system cannot find the file '...._Out\Release\App.exe'. so will you suggest that once I update WIX v4.0 then this will able to find particular exe. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Just noticed that its been over a year since Wix 4 preview.0 was released and If I read correctly even the preview.1 will not support .net 6.0.
So I have an application that is .NET 6.0 and if I use Wix 3.11 will the server require .NET framework 4.x just so I can install my product?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions