vote up 0 vote down star

i have included DotnetFramework, Windows installer in VS Setup Project through Setup Project ->properties

alt text

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

flag

32% accept rate

2 Answers

vote up 0 vote down

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.

link|flag
ok, but i have dotnetframework & windows installer in relevant folder, even though it goes to online to download – Suriyan Suresh Jul 9 at 13:48
is there any possible way to include required files in to single msi file – Suriyan Suresh Jul 9 at 13:49
how do i launch dotnetfx.exe if framework not installed and also windows installer 3.1 – Suriyan Suresh Jul 9 at 13:51
There should be an option to pack all the relevant files in. – samoz Jul 9 at 14:12
which option may i know them – Suriyan Suresh Jul 10 at 4:28
vote up 0 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.