Click here to Skip to main content
Click here to Skip to main content

.NET Framework 1.1 Installer for Innosetup

By , 22 May 2004
 

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
No Biography provided

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

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
General.net framework 1.1 causes that when you start windows ask for administrator to log inmemberzionlion4 Sep '09 - 16:57 
GeneralA more straight forward scriptmemberPriyank Bolia3 May '08 - 8:41 
General.NET Framework 1.1/2.0/3.5 installer scriptmemberstfx13 Oct '07 - 23:20 
QuestionAn offline installermemberMarco Tenuti21 Oct '06 - 19:47 
I just "discovered" InnoSetup, ISTool, and this very useful tool, that lets me deliver in half an hour a professional installer for a .NET application I developed in the last week.
I didn't try the installer at all, except that from my computer. My hardware is of course a development machine and it has everything installed of course, so this setup does none of course. I hope to have some poorly equipped machines in the next hours to make some deeper test.

What are the steps to make the same job, in case of a computer which is not connected to the internet or in the case it cannot access to the internet throught a large band connection? I would like to deliver an installation in a quick-and-dirty CD-ROM, that should include all the needed packages.
 
In such case:
 
1- I could save about the Download DLL dependency (although I would like to use also it, in order to detect some important information or last minute notes I could give from some page in my websites)
2- I should include the "downloaded" packages as quiet installation setup files
3- I would detach from an important weakness, i.e. the Microsoft bizarre change of package URLs. Such changes determine the failure of the some downloads and maybe the failure of the entire process (I'm not sure of that, because I need to make any test).
 

 
Marco Tenuti - www.tencas.com

AnswerRe: An offline installermemberTed Ehrich8 Nov '06 - 13:42 
GeneralInstShellExecmemberpana200610 Aug '06 - 6:17 
GeneralRe: InstShellExec [modified]memberTed Ehrich13 Aug '06 - 17:02 
GeneralNote: The Microsoft URL's are outdatedmemberTed Ehrich26 Apr '06 - 14:05 
GeneralRe: Note: The Microsoft URL's are outdated [modified]memberSolel24 Aug '06 - 23:05 
GeneralGreat work - have u tried .NET 2.0 with it? [modified]memberLightingToGo2 Mar '06 - 7:27 
GeneralRe: Great work - have u tried .NET 2.0 with it?memberTed Ehrich26 Apr '06 - 14:26 
AnswerDetecting .NET 2.0memberrazva28 Oct '06 - 11:01 
GeneralScript errormembernmg1968 Jul '05 - 1:59 
GeneralRe: Script errormemberTed Ehrich26 Apr '06 - 14:24 
GeneralRe: Script errormembernmg19626 Apr '06 - 22:33 
GeneralRe: Script errormemberTed Ehrich27 Apr '06 - 6:49 
GeneralRe: Script error [modified]memberGlaucioSilva14 May '09 - 4:21 
GeneralProblem with ISTools Updatememberstroi28 Dec '04 - 10:49 
GeneralRe: Problem with ISTools Updatememberstockman0127 Apr '05 - 11:13 
GeneralThanks much!memberOkeno Palmer11 Oct '04 - 21:17 
GeneralFind pathmembernaormeir28 Jun '04 - 20:33 
GeneralFix for Win98SEsussAndreas Wente2 Jun '04 - 1:13 
GeneralRe: Fix for Win98SE [modified]memberGlaucioSilva14 May '09 - 4:18 
GeneralMissing isxdl.issmemberanandasim25 May '04 - 21:50 
GeneralRe: Missing isxdl.issmemberAsper3326 May '04 - 18:12 

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

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