I am making installation with Inno Setup Compiler. Program is writen in C# Win Form.
My question is how to make installation which will install .NET Framerowk, becouse program can't work without .NET Framerowk.
What is the best way to do this?
Update: Sorry, I missed that you use Inno Setup, but this works for those interested in ClickOnce.
If you are using ClickOnce deployment it's really easy to set that up as one of the prerequisites. I use this in some projects and it works really well.