I do have VS2008 installed in my computer. I have developed a small app. Now i am ready to deploy it to my client’s machine.
Since my client don’t have .NetFramework installed in his winXP, I want to build up a msi file with both .netframework i am building and my application.
I tried creating setup file but when i test the deploy, it started downloading framework file from internet. Since my internet connection is too slow. I find embeding .netframework is my good solution.
So how do i embed .NetFramework in my MSI
As far as I know, you can’t do that.
What you can do is to also send him the .NET Framework downloaded from Microsoft’s website, in another file.