IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Last warning

1. This is not a warez site! Links/Requests to warez and/or illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated. You will be banned without notice.

Last warning. We will not tolerate any, i mean any illegal activity. We are very close to lock this forum. Think about it when you post your questions or requests.

 
Reply to this topicStart new topic
> .NET Framework 1.1/2.0/3.0 for x86&x64
TAP3AH
post May 30 2007, 05:52 AM
Post #1


Newbie


Group: Members
Posts: 12
Joined: 12-December 05
Member No.: 82215
Country Flag


These are switchless instalers that install .NET FW 1.1SP1, 2.0 & 3.0.
There are 11 separated self-extracting EXEs. If you don't want to install any of them remove them from CAB file as well as their respective entries from INI file (I'll assume you know how to do it). Here is what is what:

1.exe - .NET Framework 1.1 with slipstreamed hotfixes KB867460 (SP1), KB886903 & KB890673
2.exe - .NET Framework 2.0 with slipstreamed hotfixes KB917283 & KB922770
3.exe (3h.exe for x64 version) - .NET Framework 3.0
3a.exe - Software Rasterizer for DirectX 9.0 SDK
3b.exe - MSXML 6.0 Parser (KB925673)
3bu.exe - MSXML 6.0 Parser (KB927977)
3c.exe - Windows Imaging Component
3d.exe - XML Paper Specification Shared Components Pack 1.0
3e.exe - Windows Communication Foundation
3f.exe - Windows Presentation Foundation
3g.exe - Windows Workflow Foundation

x86 87.2MB (91536606B) | x64 138MB (145250463B)
Go to the top of the page
 
+Quote Post
AJARBAS
post May 31 2007, 09:22 PM
Post #2





Group: Members
Posts: 7
Joined: 17-September 06
Member No.: 110592
Country Flag


I have system other language. This is a problem?
Sorry my english is poor.

Thanks your project.

This post has been edited by AJARBAS: May 31 2007, 09:24 PM
Go to the top of the page
 
+Quote Post
Murphy123
post Jun 9 2007, 10:24 AM
Post #3





Group: Members
Posts: 3
Joined: 9-June 07
Member No.: 142496
OS: none
Country Flag


Please could you describe your method - for all of us whith non-english Windows?

Thanks ;-)
Go to the top of the page
 
+Quote Post
untermensch
post Jun 9 2007, 09:56 PM
Post #4


Newbie


Group: Members
Posts: 22
Joined: 4-June 07
Member No.: 141921
OS: XP Pro x86
Country Flag


You read my mind when you but this package together
but Im having a problem with .net 2.0 installing,
It looks like its installing during setup but when XP restarts
there is not a 2.0 dir in microsoft.NET dir and no .net 2.0 in
add remove programs. I can extract 2.exe and double click
it and it installs fine, as expected.

my svcpack.ini is below

[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\SVCPACK"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
kb923689.exe /q /n /z /o
KB923789.EXE /Q
KB927977.EXE /quiet
KB927978.EXE /quiet
kb931836.exe /q /n /z /o /b:sp2gdr
AdobeReader81.exe /sAll /rs
AVG75.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED
1.exe
2.exe
3.exe
3a.exe
3b.exe
3bu.exe
3c.exe
3d.exe
3e.exe
3f.exe
3g.exe
SetupDVDDecrypter_3.5.4.0.exe /S
FileZilla2232.exe /S
InfraRecorder043.exe /S
KLiteCodecPackStandard310.exe /VERYSILENT /SP-
PuTTY060.exe /VERYSILENT /SP-
uTorrent.exe
VLC086b.exe /S
WindowsDefender.exe
WLM_8_5_BETA.exe
WinRAR370.exe /S

[CatalogHeader]

; Customized by nLite - www.nliteos.com

can any one see any problems, maybe conflicts or install order
should be changed.

This post has been edited by untermensch: Jun 9 2007, 09:56 PM
Go to the top of the page
 
+Quote Post
maxkohl
post Jun 10 2007, 03:55 PM
Post #5


Newbie


Group: Members
Posts: 14
Joined: 17-February 07
Member No.: 127150
Country Flag


^^^ - never tried the svcpack method for dotnet2, but it failed for me on cmdlines...later on I read that MSI stuff may fail there, and that MS recommends installing them via [GUIRunOnce] - in winnt.sif IIRC - I'm yet to try that though - I'd love to find an easier way (read: addon) to integrate .net into my ua...smile.gif
Go to the top of the page
 
+Quote Post
untermensch
post Jun 10 2007, 11:07 PM
Post #6


Newbie


Group: Members
Posts: 22
Joined: 4-June 07
Member No.: 141921
OS: XP Pro x86
Country Flag


I got RyanVM .NET Framework all in one working as an addon, really easy to do
installs fine, I guess my dream would be to slipstream it in.
Go to the top of the page
 
+Quote Post
TAP3AH
post Jun 15 2007, 05:16 AM
Post #7


Newbie


Group: Members
Posts: 12
Joined: 12-December 05
Member No.: 82215
Country Flag


QUOTE (Murphy123 @ Jun 9 2007, 05:24 PM) *
Please could you describe your method - for all of us whith non-english Windows?

Thanks ;-)

First, I made administrative installations for all packages except 3c.exe and 3d.exe. Then, I slipstreamed all hotfixes using msiexec with /p switch. Then, added msistub.exe to installations. After that, I made 7z self-extracting archives for each package with following command lines:
  • CODE
    update/update.exe /quiet
    for 3c and 3d
  • CODE
    msistub.exe netfx.msi ADDEPLOY=1 /passive /norestart
    for 2.exe and 3.exe
  • CODE
    msistub.exe *.msi /passive /norestart
    for all others
Finally, I packed EXEs into *.cab file.
The only exception is x64 version of .NET 1 which is executed through *.bat script and has one additional command:
CODE
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
Go to the top of the page
 
+Quote Post
TAP3AH
post Jun 15 2007, 05:18 AM
Post #8


Newbie


Group: Members
Posts: 12
Joined: 12-December 05
Member No.: 82215
Country Flag


QUOTE (untermensch @ Jun 10 2007, 04:56 AM) *
You read my mind when you but this package together
but Im having a problem with .net 2.0 installing,
It looks like its installing during setup but when XP restarts
there is not a 2.0 dir in microsoft.NET dir and no .net 2.0 in
add remove programs. I can extract 2.exe and double click
it and it installs fine, as expected.

EDIT: Yeap. .NET FW 2.0 doesn't work. If anyone has a clue why please post here.

This post has been edited by TAP3AH: Jul 3 2007, 02:40 AM
Go to the top of the page
 
+Quote Post
MyStur
post Oct 4 2008, 10:13 AM
Post #9


Junior
*

Group: Members
Posts: 76
Joined: 27-September 06
From: Slovenia
Member No.: 111490
OS: XP Pro x86
Country Flag


what is with ver 3.5

can someone update that packs with updates for framework
Go to the top of the page
 
+Quote Post
Geej
post Oct 4 2008, 10:50 PM
Post #10


Member
**

Group: Members
Posts: 153
Joined: 1-January 08
Member No.: 169162
OS: XP Pro x86
Country Flag


QUOTE (TAP3AH @ Jun 15 2007, 07:18 PM) *
QUOTE (untermensch @ Jun 10 2007, 04:56 AM) *
You read my mind when you but this package together
but Im having a problem with .net 2.0 installing,
It looks like its installing during setup but when XP restarts
there is not a 2.0 dir in microsoft.NET dir and no .net 2.0 in
add remove programs. I can extract 2.exe and double click
it and it installs fine, as expected.

EDIT: Yeap. .NET FW 2.0 doesn't work. If anyone has a clue why please post here.



Frankly, i use RogerSpear .2net silent install pack that I dl long ago. There is a also a patch KB928365 if .net 2 is installed. This KB928365 need to install a via GUIRUNONCE. (KB928365 wouldn't work if install via svcpack as windows update will still says it it missing)

There is a Silent .Net Maker tool if you are interested
Go to the top of the page
 
+Quote Post
johndoe74
post Oct 5 2008, 02:53 AM
Post #11


MSFN Addict
*******

Group: Members
Posts: 1514
Joined: 12-March 06
Member No.: 90547
OS: XP MCE
Country Flag


i'm a big fan (and a user) of RogueSpear's .NET releases as well. He works very hard and does a great job making flawless installers thumbup.gif

This post has been edited by johndoe74: Oct 5 2008, 02:53 AM
Go to the top of the page
 
+Quote Post
GDragoN
post Oct 13 2008, 02:06 AM
Post #12


Junior
*

Group: Members
Posts: 80
Joined: 24-September 04
Member No.: 31959



Unfortunatly, for Windows XP 64bit there is only one sure way of installing NET 3.5, and that is using original MS dotNETFX isntaller with built in 2.0, 3.0 and 3.5 (SP1 installer is released few months ago), because you need to install both 32bit and 64bit components to be sure that all apps will work. There is evn slimed down b4bit NET for direct integration, but it's only 64bit. I have tryed all the available methods, and the only sure way is to add full 200MB installer with silent switch to be installed during first boot.
Go to the top of the page
 
+Quote Post
radix
post Oct 13 2008, 12:26 PM
Post #13


Senior Member
****

Group: Members
Posts: 527
Joined: 8-February 07
Member No.: 125681
OS: XP Pro x86
Country Flag


QUOTE (GDragoN @ Oct 13 2008, 11:06 AM) *
Unfortunatly, for Windows XP 64bit there is only one sure way of installing NET 3.5, and that is using original MS dotNETFX isntaller

I have build a silent installer for Windows XP 64 bit that have 54.3 MB (337 MB uncompressed).
Check these links for info:
http://blogs.msdn.com/astebner/archive/200...16/6785921.aspx
http://blogs.msdn.com/astebner/archive/200...20/6821804.aspx
Go to the top of the page
 
+Quote Post
GDragoN
post Oct 16 2008, 04:58 AM
Post #14


Junior
*

Group: Members
Posts: 80
Joined: 24-September 04
Member No.: 31959



QUOTE (radix @ Oct 13 2008, 01:26 PM) *
I have build a silent installer for Windows XP 64 bit that have 54.3 MB (337 MB uncompressed).
Check these links for info:
http://blogs.msdn.com/astebner/archive/200...16/6785921.aspx
http://blogs.msdn.com/astebner/archive/200...20/6821804.aspx


But this will also install only 64bit portions of both 2.0 and 3.5. On x64 Windows 32bit part from the article will fail installing, I have tested that recently.

And for the most applications there will be no problems, since NET applications are usually build for 'Any CPU' platform. But if you have NET app that is x86 built then you can't run it with only 64bit NET. I am a .NET developer and we had this problems with our test custom built machine with integrated 64bit NET that was missing x86 parts. So, the only way for not to install both x86 and x64 is to use MS full dotNETFX installer.

Until someone finds a way to integrate both x86 and x64 parts for integration in Windows XP 64bit, I am sticking to full installer.

This post has been edited by GDragoN: Oct 16 2008, 05:02 AM
Go to the top of the page
 
+Quote Post
radix
post Oct 16 2008, 08:46 AM
Post #15


Senior Member
****

Group: Members
Posts: 527
Joined: 8-February 07
Member No.: 125681
OS: XP Pro x86
Country Flag


QUOTE (GDragoN @ Oct 16 2008, 01:58 PM) *
But this will also install only 64bit portions of both 2.0 and 3.5. On x64 Windows 32bit part from the article will fail installing, I have tested that recently.

Maybe you do something wrong, because my installer made with those instructions works perfect.
Go to the top of the page
 
+Quote Post
TranceEnergy
post Oct 16 2008, 09:47 AM
Post #16


Friend of MSFN
*****

Group: Members
Posts: 929
Joined: 23-March 06
From: Quake Live
Member No.: 91607
OS: XP Pro x64
Country Flag


mine uses 67mb UNCompressed.. Just deleted files not needed for my os.
Go to the top of the page
 
+Quote Post
Longhair
post Oct 25 2008, 03:52 AM
Post #17


Newbie


Group: Members
Posts: 14
Joined: 5-May 05
Member No.: 54750
Country Flag


I am having a problem making it work with nLite.

After adding it to Inergrate Hotfixes, Add-ons and Update Packs the yellow button shows up on Setup Unattended.

I skimmed over my settings, didn't change anything - same as before w/ out .NET addon - and then completed to the point of making an ISO.

I tested it with VMWare Workstation and during the unattended install, I seen 7-Zip unspecifed error 2 times and 1155: (no text) OK (button) 1 time. When it finished, only .NET Framework 1.1 & updates was installed.

Can someone let me know what I am missing?
Go to the top of the page
 
+Quote Post
aztec
post Nov 9 2008, 03:03 PM
Post #18


Junior
*

Group: Members
Posts: 50
Joined: 6-September 04
Member No.: 30182



does anybody has a link for .net framework 2.0 by any chance.
i know its on this post but it looks like everybody is having issues with it.
Go to the top of the page
 
+Quote Post
mooms