Bundling framework in a setup file
Hi there,
hope someone can help me out in this.
i am creating an application to check if .net framework 3.5 is installed. If not installed i will automatacilly run an executable file.
the problem:
1.now i have .net framework 3.5 how do i execute it from the program
2.even if i have it working in the VS environment. When i bundle the setup file how do i know where to load the executable .net framework from
Hi there,
hope someone can help me out in this.
i am creating an application to check if .net framework 3.5 is installed. If not installed i will automatacilly run an executable file.
the problem:
1.now i have .net framework 3.5 how do i execute it from the program
2.even if i have it working in the VS environment. When i bundle the setup file how do i know where to load the executable .net framework from
Comment