Suriyan Suresh
Suriyan Suresh

Reputation: 3024

how to install dotnet framework+Windows installer 3.0 using VS2005 setup project?

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

Answers (2)

Suriyan Suresh
Suriyan Suresh

Reputation: 3024

i have found one solution DotnetInstaller, which is perfectly worked for me

Upvotes: 1

foobarfuzzbizz
foobarfuzzbizz

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

Related Questions