Reputation: 3024
i have included DotnetFramework, Windows installer in VS Setup Project through Setup Project ->properties
alt text http://img35.imageshack.us/img35/3158/prerequisite.jpg
but while run setup.msi it ask me to download dotnet framework from online
i would like to eliminate the process, it should be run from local folder
Upvotes: 0
Views: 977
Reputation: 3024
i have found one solution DotnetInstaller, which is perfectly worked for me
Upvotes: 1
Reputation: 58627
You have to include the actual .NET framework file in your installer then.
The properties page simply lists dependencies, but does not actually include them.
Upvotes: 0