.NET Framework 1.1/2.0/3.0 for x86&x64
#1
Posted 30 May 2007 - 05:52 AM
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)
#2
Posted 31 May 2007 - 09:22 PM
Sorry my english is poor.
Thanks your project.
This post has been edited by AJARBAS: 31 May 2007 - 09:24 PM
#3
Posted 09 June 2007 - 10:24 AM
Thanks ;-)
#4
Posted 09 June 2007 - 09:56 PM
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: 09 June 2007 - 09:56 PM
#5
Posted 10 June 2007 - 03:55 PM
#6
Posted 10 June 2007 - 11:07 PM
installs fine, I guess my dream would be to slipstream it in.
#7
Posted 15 June 2007 - 05:16 AM
Murphy123, on Jun 9 2007, 05:24 PM, said:
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:
update/update.exe /quiet
for 3c and 3dmsistub.exe netfx.msi ADDEPLOY=1 /passive /norestart
for 2.exe and 3.exemsistub.exe *.msi /passive /norestart
for all others
The only exception is x64 version of .NET 1 which is executed through *.bat script and has one additional command:
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
#8
Posted 15 June 2007 - 05:18 AM
untermensch, on Jun 10 2007, 04:56 AM, said:
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: 03 July 2007 - 02:40 AM
#9
Posted 04 October 2008 - 10:13 AM
can someone update that packs with updates for framework
#10
Posted 04 October 2008 - 10:50 PM
TAP3AH, on Jun 15 2007, 07:18 PM, said:
untermensch, on Jun 10 2007, 04:56 AM, said:
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
#11
Posted 05 October 2008 - 02:53 AM
This post has been edited by johndoe74: 05 October 2008 - 02:53 AM
#12
Posted 13 October 2008 - 02:06 AM
#13
Posted 13 October 2008 - 12:26 PM
GDragoN, on Oct 13 2008, 11:06 AM, said:
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
#14
Posted 16 October 2008 - 04:58 AM
radix, on Oct 13 2008, 01:26 PM, said:
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: 16 October 2008 - 05:02 AM
#15
Posted 16 October 2008 - 08:46 AM
#16
Posted 16 October 2008 - 09:47 AM
#17
Posted 25 October 2008 - 03:52 AM
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?
#18
Posted 09 November 2008 - 03:03 PM
i know its on this post but it looks like everybody is having issues with it.
#19
Posted 09 November 2008 - 07:19 PM
aztec, on Nov 9 2008, 10:03 PM, said:
i know its on this post but it looks like everybody is having issues with it.
http://www.msfn.org/board/Silent-NET-Maker...200#entry792923



Help
Back to top









