How To install framework automatically if it is not installed? I use bootstrapper, but this one only forwards you to the page of download. I want something more automatic and silent.
thanks in advance.
regards
Printable View
How To install framework automatically if it is not installed? I use bootstrapper, but this one only forwards you to the page of download. I want something more automatic and silent.
thanks in advance.
regards
I have moved this post to the Application Deployment section.
Bundle it with your application and setup package.
But how I put that it searches in the folder of installation?
regards
Any help? What must I put in "InstallUrl" property of the Launch condition to install the framework instead of downloading it?
ok I solved it.
1) Add langpack.exe and dotnetfx.exe to app folder
2) Set InstallUrL: dotnetfx.exe
But my next problem is When it finishes the installation it does not continue with the installation of the program