You are not logged in.

scils81

V.I.P.

  • "scils81" started this thread

Posts: 101

Date of registration: Oct 3rd 2008

  • Send private message

1

Thursday, October 13th 2011, 6:51pm

Wie integriere ich Netframwork updates in meine Windows 7 DVD ???



LG scils81

This post has been edited 1 times, last edit by "scils81" (Oct 13th 2011, 7:00pm)


scils81

V.I.P.

  • "scils81" started this thread

Posts: 101

Date of registration: Oct 3rd 2008

  • Send private message

2

Friday, October 14th 2011, 11:31am

hat keiner eine Idee wie man das machen könnte??

Vorschlag eines Users:

Du kannst Dir aber auch ganz einfach selbst ein Installer mittels einer Batch Datei erstellen!
Der Befehl hier zu lautet:

Einfach den Texteditor öffnen

Zitat
start /wait deinNet4.exe /quiet /norestart
start /wait deinUpdate1.exe /quiet /norestart
start /wait deinUpdate2.exe /quiet /norestart



und dann als Install.cmd speichern!

This post has been edited 4 times, last edit by "scils81" (Oct 14th 2011, 12:31pm)


scils81

V.I.P.

  • "scils81" started this thread

Posts: 101

Date of registration: Oct 3rd 2008

  • Send private message

3

Friday, October 14th 2011, 11:45am

gibt es denn auch einen direkten weg diese Updates in die DVD zu patchen??

install wim z.B??

( Alles andere habe ich an Updates Stand Oktober 2011 nur wenn ich jetzt nach Updates suche tauchen wieder die Net 4.0 Hotfixes auf...)

This post has been edited 1 times, last edit by "scils81" (Oct 14th 2011, 11:46am)


R2-D2

User

Posts: 525

Date of registration: Sep 23rd 2008

Thanks: 1 / 2

  • Send private message

4

Friday, October 14th 2011, 11:46am

Du musst Dir darüber klar sein, - das es nicht unbedingt Sinn macht, diese Updates zu Integrieren...

Vor allem nicht in Ihrer .Exe Form...

- Updates müssen zuerst enpackt werden - und dann eventuell umgewandelt werden...

W7T oder der WimIntegrator eigenen sich generell zum Integrieren von Updates... - aber es geht auch über die Befehlszeile und dism...

Die Updates werden aber nicht "Geslipstreamt" - heisst - das WindowsImage wird damit nur aufgeblasen... von dem her macht eine Silentinstall nach der WindowsInstall mehr Sinn...

Ansonsten hilft Dir die Suchfunktion, - da dieses Thema hier sicherlich mehr als einmal behandelt wurde...

scils81

V.I.P.

  • "scils81" started this thread

Posts: 101

Date of registration: Oct 3rd 2008

  • Send private message

5

Friday, October 14th 2011, 11:53am

ECHT???

ich habe gestern die Sufu benutzt und relativ wenig gefunden zu den Net 4.0 Updates + Integration.
habe auch nicht viel bei google heraus gefunden wie man NET 4.0 updates integrated

den Silentinstaller habe ich schon fertig gebaut

R2-D2

User

Posts: 525

Date of registration: Sep 23rd 2008

Thanks: 1 / 2

  • Send private message

6

Friday, October 14th 2011, 12:01pm

Generell ist es nicht wichtig welche KB Version ein Update hat - das Verfahren ist immer gleich...

Dennoch vlt solltest Du darauf achten, das das NETFX3 (wahrscheinlich die Vorbedingung für 4) bei der Install auch aktiviert ist...

Das geht über die AutoUnattend.xml unter Foundation Package

Source code

1
2
 <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
      <selection name="NetFx3" state="true" />


oder über Dism......

This post has been edited 1 times, last edit by "R2-D2" (Oct 14th 2011, 12:03pm)


g-force

Gunnar

Posts: 11,352

Date of registration: Sep 23rd 2008

Thanks: 164 / 161

  • Send private message

7

Friday, October 14th 2011, 12:39pm

Matthias, wäre es nicht einfacher, eines von Sereby`s AiO als Silent-Install nach der Win7-Install auszuführen?

Für x64: 11.10.2011 - AiO Runtimes - x64 - v1.3.0

Für x86: 11.10.2011 - AiO Runtimes - x86 - v1.6.8

Das x86 ist ein (entpackbares) Addon, das x64 ist ein SFX.
"Von all den Dingen, die mir verloren gegangen sind, habe ich am meisten an meinem Verstand gehangen."

scils81

V.I.P.

  • "scils81" started this thread

Posts: 101

Date of registration: Oct 3rd 2008

  • Send private message

8

Friday, October 14th 2011, 12:50pm

Hallo Gunnar

da fehlt ja die 4.0 Version bei 32 bit komplett

ich suche was womit ich das NetFramework client 4 direkt in die x32 bit DVD bekommen kann

LG Matze

This post has been edited 1 times, last edit by "scils81" (Oct 14th 2011, 12:55pm)


scils81

V.I.P.

  • "scils81" started this thread

Posts: 101

Date of registration: Oct 3rd 2008

  • Send private message

9

Saturday, October 15th 2011, 9:22am

also es ist so wenn ich meine Win 7 DVD bearbeitet habe mit allen Hotfixes Stand Oktober 11 dann habe ich soweit alles drinne,

es tauchen dann noch 2 Updates auf ;;das Defender Update und das Microsoft Tool zum Entfernen bösartiger Software.;;

So wenn ich das gemacht habe kommen danach noch ungefähr 9 weitere Updates 7 davon Hotfixes.... zum vorscheinen



und die versuche ich dann in meine Windows 7 Scheibe zu bekommen erfolglos weil das exe Dateien sind.

Ich kann die zwar entpacken finde dort dann msp dateien und keine msu

habe schon überall nachgelesen wie mann das hinbekommen kann ohne Erfolg... :-(

google , http://www.msfn.org/board/, win-lite, usw

Die SFx habe ich es so zusammengebaut



die start.bat

@echo OFF
echo Wait... NET Framework Client-Setup x86 Full
start/wait dotNetFx40_Client_x86_x64.exe /quiet /norestart
start/wait NDP40-KB2518870-x86.exe /quiet /norestart
start/wait NDP40-KB2533523-x86.exe /quiet /norestart
start/wait NDP40-KB2572078-x86.exe /quiet /norestart
start/wait NDP40-KB2478663-x86.exe /quiet /norestart
start/wait NDP40-KB2468871-x86.exe /quiet /norestart
start/wait NDP40-KB2539636-x86.exe /quiet /norestart

das dauert aber eine Ewigkeit

es muss doch eine möglichkeit geben diese 9 Updates auch in die DVD zu Slipstreamen......

da die installation dieser Updates ja sehr viel Zeit beansprucht.....

LG Matze

Posts: 49

Date of registration: Sep 27th 2008

  • Send private message

10

Monday, October 17th 2011, 9:39pm

Habe das hier auf Mydigital Life gefunden:

Quoted

-=- How to make an updated NET 4 Framework installer (Client version is explained, but same goes for the Extended version) -=-


1. Download the following:

* SoLoR's prepped NET4 package:
http://hotfix.chris123nt.com/Windows.7/A…Full_x86_x64.7z

* Latest NET4 updates:
x64 Client: http://hotfix.chris123nt.com/Windows.7/A…xes_Client_x64/
x86 Client: http://hotfix.chris123nt.com/Windows.7/A…xes_Client_x86/

* Ricktendo's pre-made .mst slimmers:
http://www.mediafire.com/?99h1jj6k8f9pq13

* InstEd It!:
http://apps.instedit.com/releases2/InstEd-1.5.12.21.msi

* Universal Extractor:
http://www.ryanvm.net/forum/viewtopic.php?t=8201

* Ricktendo's "Silent Switch Maker":
http://www.mediafire.com/?ltlyta8l5mh3ev4 ('config.txt' file already configured)

2. After extracting SoLoR's prepped NET4 archive, place the NET4 .msp updates in the "Hotfixes_Client_x64" and "Hotfixes_Client_x86" folders, and place Ricktendo's .mst slimmers in the NET4 package main folder.

3. Run "ApplyHotfixes.cmd". This will integrate all the NET4 .msp updates and generate new .msi's ("netfx_Core_x64.msi" and "netfx_Core_x86.msi").

4. Install InstEd It! if you hadn't already, and open "netfx_core_x64.mst" (you can do this by double-clicking the .mst file after InstEd It! is installed). An "Select Base File" dialogue will appear, whereupon you will select and open the "netfx_Core_x64.msi". You then click "Transform" from the menu bar, and click, "Save transformed." Just name the new .msi you will now save differently (as you cannot overwrite the original .msi's), something like: "netfx_Core_x64-NEW.msi" or what have you. Do the same with the "netfx_core_x86.mst" and save the x86 msi with a different name as well.

5. You can now delete the original msi's ("netfx_Core_x64.msi" and "netfx_Core_x86.msi") and give your new .msi's these names to avoid confusion and to tidy everything back up.

6. Now you're ready to do an MSI administrative install of both the "netfx_Core_x64.msi" and the "netfx_Core_x86.msi", using the program called "Universal Extractor." Open the x64 msi with Universal Extractor and choose the "MSI Administrative Installer" option, which will create a folder called, "netfx_Core_x64" which now contains your newly updated NET4 x64 files. After this (or before, order doesn't matter) open the x86 msi with Universal Extractor and do the same thing, which will create a folder called, "netfx_Core_x86", which will contain your newly updated NET4 x86 files.

Now, since the x64 NET4 files contain all the x86 counterparts as well, we do not need any of the x86 folder's files, except for the x86 MSI (netfx_Core_x86\netfx_Core_x86.msi). Get this x86 msi and place it in the newly created "netfx_Core_x64" folder, which already contains the "netfx_Core_x64.msi" file as well. So the content of the "netfx_Core_x64" folder now looks like this:

ProgramFilesFolder
Windows
netfx_Core_x64.msi
netfx_Core_x86.msi

7. Select the above (2 folders, 2 msi's) and create a .7z archive out of it with 7-zip (give it any name). You now have your updated NET4 archived.

8. Use Ricktendo's "Silent Switch Maker" app to create a silent installer from your updated and archived NET 4. Unrar Silent Switch Maker and configure the "config.txt" file inside of it as follows:

;!@Install@!UTF-8!
RunProgram="x86:netfx_Core_x86.msi"
RunProgram="x64:netfx_Core_x64.msi"
GUIMode="2"
;!@InstallEnd@!

Save the config.txt file.

This code will cause the .msi with the appropriate architecture to run (dependent on the architeture of the OS you are using).

After having configured and saved the "config.txt" file as indicated above, select and drag your updated NET4 .7z archive and drop it on the "drag&drop_on_me.bat" file, and your silent NET4 installer will automatically be created.


You now have an updated and silent NET4 Framework Client dual-architecture installer.




funktioniert super, mein kompletter framework 4 installer (stand okt. 2011 ist 41,8 MB groß)

habe aber ansteller der angebotenen * Latest NET4 updates: nur die updates genommen die die *.exe endung haben.
diese habe ich entpackt und die *.msp dateien in die entsprechenden ordner kopiert

This post has been edited 1 times, last edit by "btf-tribal" (Oct 17th 2011, 9:41pm)