Click here to Skip to main content
Licence 
First Posted 22 May 2004
Views 92,700
Downloads 221
Bookmarked 32 times

.NET Framework 1.1 Installer for Innosetup

By Ted Ehrich | 22 May 2004
An innosetup install script that detects which dependencies to download from Microsoft, dowloads and installs them with little user intervention.
2 votes, 13.3%
1

2
1 vote, 6.7%
3
2 votes, 13.3%
4
10 votes, 66.7%
5
4.44/5 - 15 votes
2 removed
μ 4.16, σa 2.49 [?]

Introduction

Here is an Innosetup script I wrote that installs the dotnet framework. It's pretty intuitive I think. I couldn't find any extensive ones when I was searching and working on it, so I thought I'd post it.

It detects if the following are installed, and then downloads from Microsoft (if they aren't in a root \dependencies folder already) and installs them for the user without prompting them. IE 6 prompts for a download location (this could be changed to a total quiet install, but there would be a long wait with no status updates).

  • NT4 sp6a - required by dotnet, when on nt4
  • IE 6 - required by dotnet
  • MDAC 2.8 - My app needed it
  • Jet 4.0 sp3 - dao 3.6 isn't included in mdac 2.7...
  • .NET 1.1

The setup does skip the application directory dialog if an exclusive reboot is needed (I disabled the app dir wizard page FYI, you'll want to re-enable that).

Those who are looking for alternative ways to install .net services might want to consider using things like InstallUtil and net start and net stop. The base functions, as well as some misc functions that I use personally, are also included in the script.

Thanks IS, ISX and ISXDL authors!

Here's a link to my original post: http://news.jrsoftware.org/news/innosetup.isx/msg06108.html

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Ted Ehrich



United States United States

Member


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
General.net framework 1.1 causes that when you start windows ask for administrator to log in Pinmemberzionlion17:57 4 Sep '09  
GeneralA more straight forward script PinmemberPriyank Bolia9:41 3 May '08  
General.NET Framework 1.1/2.0/3.5 installer script Pinmemberstfx0:20 14 Oct '07  
QuestionAn offline installer PinmemberMarco Tenuti20:47 21 Oct '06  
AnswerRe: An offline installer PinmemberTed Ehrich14:42 8 Nov '06  
GeneralInstShellExec Pinmemberpana20067:17 10 Aug '06  
GeneralRe: InstShellExec [modified] PinmemberTed Ehrich18:02 13 Aug '06  
GeneralNote: The Microsoft URL's are outdated PinmemberTed Ehrich15:05 26 Apr '06  
GeneralRe: Note: The Microsoft URL's are outdated [modified] PinmemberSolel0:05 25 Aug '06  
GeneralGreat work - have u tried .NET 2.0 with it? [modified] PinmemberLightingToGo8:27 2 Mar '06  
GeneralRe: Great work - have u tried .NET 2.0 with it? PinmemberTed Ehrich15:26 26 Apr '06  
AnswerDetecting .NET 2.0 Pinmemberrazva12:01 28 Oct '06  
GeneralScript error Pinmembernmg1962:59 8 Jul '05  
GeneralRe: Script error PinmemberTed Ehrich15:24 26 Apr '06  
GeneralRe: Script error Pinmembernmg19623:33 26 Apr '06  
GeneralRe: Script error PinmemberTed Ehrich7:49 27 Apr '06  
GeneralRe: Script error [modified] PinmemberGlaucioSilva5:21 14 May '09  
GeneralProblem with ISTools Update Pinmemberstroi11:49 28 Dec '04  
GeneralRe: Problem with ISTools Update Pinmemberstockman0112:13 27 Apr '05  
GeneralThanks much! PinmemberOkeno Palmer22:17 11 Oct '04  
GeneralFind path Pinmembernaormeir21:33 28 Jun '04  
GeneralFix for Win98SE PinsussAndreas Wente2:13 2 Jun '04  
GeneralRe: Fix for Win98SE [modified] PinmemberGlaucioSilva5:18 14 May '09  
GeneralMissing isxdl.iss Pinmemberanandasim22:50 25 May '04  
GeneralRe: Missing isxdl.iss PinmemberAsper3319:12 26 May '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.5.120210.1 | Last Updated 23 May 2004
Article Copyright 2004 by Ted Ehrich
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid