Publish query
When I publish my program I select the option to download the prerequisit files (.net 2.0) from the same place as my project files. I have downloaded dotnetfx.exe to my project files but get the following error messages:
Error 2 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX\instmsia.exe' in item '.NET Framework 2.0' can not be located on disk. See Help for more information.
Error 3 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX\WindowsInstaller-KB893803-v2-x86.exe' in item '.NET Framework 2.0' can not be located on disk. See Help for more information.
Error 4 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX\dotnetfx.exe' in item '.NET Framework 2.0' can not be located on disk. See Help for more information.
What files do I need to download to make my project self contained and prevent the user from having to download .NET from the web before running my program.
|