.net 2005 runtime files... [cobol mystery unresolved]
Where can I find .net 2005 runtime files and is there a bootstrapper for 2005?
second thought...
I got a cobol programming question in http://www.vbforums.com/showthread.php?t=385211 but since no-one looks up the "other programs" section of the forums I just thought I'd drop it here
:wave:
Re: .net 2005 runtime files...
Quote:
Originally Posted by Ruku
Where can I find .net 2005 runtime files and is there a bootstrapper for 2005?
One of the first links from google
As for a boot strapper, I know ClickOnce development can install the .Net framework. Otherwise I think you'll be looking at the higher end version of VS 2005 (other than express)
Quote:
Originally Posted by Ruku
Not the place for it
Re: .net 2005 runtime files...
Express and Standard only support ClickOnce deployment, which can be used to distribute the Framework, as kasracer says. Professional and above support Setup projects that can also be used to distribute the Framework. Search for "bootstrapper" on MSDN and you'll find an article about using it. If you are using Express or Standard and don't want to use ClickOnce then look for Inno or NSIS if you want a free MSI creator.
Re: .net 2005 runtime files...
Thanks all, anybody up for that cobol challenge now?
:ehh: :sick: