I have a Winform project built in .NET 4. It contains two forms and one data report (native .NET’s report). I want to make an installer for this project that can run on Windows 98 and following versions of Windows. I have tried one click deployment but could not get it working.
I don’t know what exactly are dependencies and how to ship them with the project. Would someone can tell me about step by step tutorial?
.NET 4.0 is not supported on windows 98.
See the list of supported systems here.