Deployment
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I have written a small application that users can download from our website. How can I build a setup program so that it will detect if the framework needs to be installed and then install it without the user knowing? Thanks for any help. Linda
-
Hi all, I have written a small application that users can download from our website. How can I build a setup program so that it will detect if the framework needs to be installed and then install it without the user knowing? Thanks for any help. Linda
Search MSDN on "Bootstrapping" and "dotnetfx" or "Net Framework" yto find the various options for installing the framework as a prerequisite.