Page 1 of 1
framework 1.1 + sp1 slipstreamed (ITALIAN)
#1
Posted 16 September 2004 - 03:46 AM
how can i create this (ITALIAN VERSION), like http://unattended.ms...etframework.htm? is there a guide?
#2
Posted 16 September 2004 - 03:54 AM
where's the problem? Oo and why don't u slipstream sp2?
#4
Posted 16 September 2004 - 04:18 AM
@lieblingsbesuch
He has slip-streamed SP2 of XP into his CD. What he wants to do, is slip-stream the SP1 (which is the latest possible) for .NET framework into his .NET 1.1 installer.
@beppemito
You'll find details on how to do the same for other languages by yourself, in this thread - .NET Framework 1.1 Service Pack - RyanVM has described everything.
He has slip-streamed SP2 of XP into his CD. What he wants to do, is slip-stream the SP1 (which is the latest possible) for .NET framework into his .NET 1.1 installer.
@beppemito
You'll find details on how to do the same for other languages by yourself, in this thread - .NET Framework 1.1 Service Pack - RyanVM has described everything.
#6
Posted 16 September 2004 - 04:31 AM
is this?
Quote
That's odd, it didn't work before for me......
Anyways RyanVM gave me the courage, and here's the steps (given by him):
1. First download the .NET framework v1.1 re-distributable package, and run "dotnetfx.exe" with the "/C" switch (to extract contents).
2. Then download the .NET fw v1.1 SP1 update, and run "NDP1.1sp1-KB867460-X86.exe" with the /XP" switch (to extract contents).
3. A dialog box asking you where to save the MSP (update patch) comes up, choose where you want to save it (size 18,760 KB).
4. Rename that MSP to SP1.MSP, and place the extracted contents of dotnetfx.exe (.NET framework installer) in the same directory.
5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.
6. Run the following commands (from a command prompt):
CODE
msiexec /a netfx.msi TARGETDIR="c:\netfx"
msiexec /p sp1.msp /a c:\netfx\netfx.msi
These commands created an admin-install point and patch-updated it to .NET SP1 respectively.
7. Your c:\netfx directory should have 3 items in it after this operation: 2 directories - Program Files & Win, and netfx.msi.
8. Now you can compress it to SFX (if compressed it will be just 12.2 MB, if left uncompressed it is 56.2 MB). And set it to silently extract.
9. And install your newly created ".NET Framework v1.1 slip-streamed with SP1" package during XP/win2k setup with the "/QB" switch.
Anyways RyanVM gave me the courage, and here's the steps (given by him):
1. First download the .NET framework v1.1 re-distributable package, and run "dotnetfx.exe" with the "/C" switch (to extract contents).
2. Then download the .NET fw v1.1 SP1 update, and run "NDP1.1sp1-KB867460-X86.exe" with the /XP" switch (to extract contents).
3. A dialog box asking you where to save the MSP (update patch) comes up, choose where you want to save it (size 18,760 KB).
4. Rename that MSP to SP1.MSP, and place the extracted contents of dotnetfx.exe (.NET framework installer) in the same directory.
5. Clean the directory so sp1.msp, data1.cab, and netfx.msi are the only files (3 files) in the directory.
6. Run the following commands (from a command prompt):
CODE
msiexec /a netfx.msi TARGETDIR="c:\netfx"
msiexec /p sp1.msp /a c:\netfx\netfx.msi
These commands created an admin-install point and patch-updated it to .NET SP1 respectively.
7. Your c:\netfx directory should have 3 items in it after this operation: 2 directories - Program Files & Win, and netfx.msi.
8. Now you can compress it to SFX (if compressed it will be just 12.2 MB, if left uncompressed it is 56.2 MB). And set it to silently extract.
9. And install your newly created ".NET Framework v1.1 slip-streamed with SP1" package during XP/win2k setup with the "/QB" switch.
#7
Posted 16 September 2004 - 12:30 PM
Yes, that's the one - for your purpose, you might also need to slip-stream the italian MUI for .NET (if it exists). But since I'm not on italian windows, I don't know..
#9
Posted 16 September 2004 - 01:02 PM
MUI = Multi-lingual User Interface pack.
Its used when there's a core application, and MS wants to expand the languages in which it can display/accept UI elements.
If you haven't heard/used it before, then its safe to assume you don't need it.
Its used when there's a core application, and MS wants to expand the languages in which it can display/accept UI elements.
If you haven't heard/used it before, then its safe to assume you don't need it.
#10
Posted 14 June 2005 - 02:29 PM
Quote
8. Now you can compress it to SFX (if compressed it will be just 12.2 MB, if left uncompressed it is 56.2 MB). And set it to silently extract.
How do I set it to silent extract?
Is this correct?
Setup=netfx.msi TempMode Silent=1 Overwrite=1
One last thing...Do I add QB to the netfx.exe I made with win rar, or do I add it to the text over in code? "Setup=netfx.msi /QB"??
This post has been edited by svortevik: 14 June 2005 - 02:36 PM
Share this topic:
Page 1 of 1



Help

Back to top









