deployment exe with local framework

  • Thread starter Thread starter windy
  • Start date Start date
W

windy

Hi all,
I would like to know how to make my deployment file to use the local
exported dotnetframework instead of downloading from web, when my client
didn't have it?

Thanks a lot.
 
Hello, windy!

w> Hi all,
w> I would like to know how to make my deployment file to use the local
w> exported dotnetframework instead of downloading from web, when my client
w> didn't have it?

what do you mean by 'local exported dotnetframework"?

if you mean that instead of sending users to download .net msi install you put that installation into your msi?
If this is so, then you have to remove launch condition from msi ( I assume that you use setup project under VS ),
and add custom action that will launch .NET framework installation.

to edit msi manually you can use Orca tool.

for more info look at ( http://www.installsite.org/ )
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top