Silent .NET Maker (latest update: 20080603) Create silent switchless .NET installers for Win2K/XP/2K3 x86
#351
Posted 21 December 2008 - 11:25 AM
#352
Posted 21 December 2008 - 11:32 AM
Thanks tho for the info im goin home shortly where i have no internet access so i will be running SNM_mod8.cmd and seeing how it goes with what im after and then i will report back to you m8 to say how its gone (good or bad
Hope this helps you m8 to improve the script and such... thank you for your hard work buddy!
Stoner81.
#353
Posted 22 December 2008 - 08:47 AM
#354
Posted 22 December 2008 - 09:39 AM
noonehere, on Dec 22 2008, 02:47 PM, said:
Merge them all together using strel's modified script and this wil solve this problem.
#355
Posted 22 December 2008 - 09:42 AM
Stoner81, on Dec 21 2008, 05:32 PM, said:
Thanks tho for the info im goin home shortly where i have no internet access so i will be running SNM_mod8.cmd and seeing how it goes with what im after and then i will report back to you m8 to say how its gone (good or bad
Hope this helps you m8 to improve the script and such... thank you for your hard work buddy!
Stoner81.
Ok strel its me again
Attatched is a screen cap of how the cmd prompt window looked after it had finished.
Attached File(s)
-
NET_Silent_Screen.jpg (33.85K)
Number of downloads: 21
#356
Posted 22 December 2008 - 03:56 PM
Stoner81, on Dec 22 2008, 04:39 PM, said:
noonehere, on Dec 22 2008, 02:47 PM, said:
Merge them all together using strel's modified script and this wil solve this problem.
Did not work here, even using the merged installer
My INI file:
; SNM.CMD default configuration settings. "YES" means "if it exists". ; PROCESS MAIN PACKAGES PROCESS_DNF1=YES PROCESS_DNF2=YES PROCESS_DNF3=YES PROCESS_DNF35=YES ; HANDLING OF INDIVIDUAL FRAMEWORKS IN .NET 3.5 PROCESS_DNF35_DNF2=SEPARATE PROCESS_DNF35_DNF3=SEPARATE PROCESS_DNF35_DNF35=YES ; PROCESS SUBCOMPONENTS OF .NET 3.0 SP1 PROCESS_DNF3_RGBRAST=YES PROCESS_DNF3_WINIMAGING=YES PROCESS_DNF3_MSXML6=YES PROCESS_DNF3_XMLPSSC=YES ; PROCESS LANGUAGE PACKS LANGPACK1_NAME=langpack.exe PROCESS_DNF1_LNG=YES PROCESS_DNF2_LNG=YES PROCESS_DNF3_LNG=YES PROCESS_DNF35_LNG=YES ; SPECIAL ; Set MERGE_FRAMEWORKS to 12 to merge .NET 1.1 with .NET 2.0 SP1. ; Set MERGE_FRAMEWORKS to FULL to make a single complete package. ; If the temporary file appears to not go up in size anymore after several minutes, ; decrease the compression ratio. Accepted values: MED and LOW. Try MED first. MERGE_FRAMEWORKS=FULL COMPRESSION_RATIO=
#357
Posted 22 December 2008 - 04:40 PM
darks0ul, on Dec 22 2008, 09:56 PM, said:
Stoner81, on Dec 22 2008, 04:39 PM, said:
noonehere, on Dec 22 2008, 02:47 PM, said:
Merge them all together using strel's modified script and this wil solve this problem.
Did not work here, even using the merged installer
My INI file:
; SNM.CMD default configuration settings. "YES" means "if it exists". ; PROCESS MAIN PACKAGES PROCESS_DNF1=YES PROCESS_DNF2=YES PROCESS_DNF3=YES PROCESS_DNF35=YES ; HANDLING OF INDIVIDUAL FRAMEWORKS IN .NET 3.5 PROCESS_DNF35_DNF2=SEPARATE PROCESS_DNF35_DNF3=SEPARATE PROCESS_DNF35_DNF35=YES ; PROCESS SUBCOMPONENTS OF .NET 3.0 SP1 PROCESS_DNF3_RGBRAST=YES PROCESS_DNF3_WINIMAGING=YES PROCESS_DNF3_MSXML6=YES PROCESS_DNF3_XMLPSSC=YES ; PROCESS LANGUAGE PACKS LANGPACK1_NAME=langpack.exe PROCESS_DNF1_LNG=YES PROCESS_DNF2_LNG=YES PROCESS_DNF3_LNG=YES PROCESS_DNF35_LNG=YES ; SPECIAL ; Set MERGE_FRAMEWORKS to 12 to merge .NET 1.1 with .NET 2.0 SP1. ; Set MERGE_FRAMEWORKS to FULL to make a single complete package. ; If the temporary file appears to not go up in size anymore after several minutes, ; decrease the compression ratio. Accepted values: MED and LOW. Try MED first. MERGE_FRAMEWORKS=FULL COMPRESSION_RATIO=
Are you using SNM_mod8.cmd that strel has made to do it? and do you have v2.0 already installed otherwise it wont work. What errors messages do you get?
#358
Posted 22 December 2008 - 05:51 PM
Stoner81, on Dec 22 2008, 11:40 PM, said:
Yes, I do (strel's cmd).
Version 2.0 is installed on the machine that makes the installer. I'm trying to install from 2.0SP2 to 3.5SP1 on a clean XP installation.
Are you saying that I do must install .net 2.0 (plain) and then, 2.0SP2 and the rest of the files?
I did not get any error message using that package, I will pass /lv %SystemDrive%\dotnet.log to the installer and check the log.
#359
Posted 22 December 2008 - 06:38 PM
#360
Posted 22 December 2008 - 07:50 PM
darks0ul, on Dec 22 2008, 11:51 PM, said:
Stoner81, on Dec 22 2008, 11:40 PM, said:
Yes, I do (strel's cmd).
Version 2.0 is installed on the machine that makes the installer. I'm trying to install from 2.0SP2 to 3.5SP1 on a clean XP installation.
Are you saying that I do must install .net 2.0 (plain) and then, 2.0SP2 and the rest of the files?
I did not get any error message using that package, I will pass /lv %SystemDrive%\dotnet.log to the installer and check the log.
Hang on a sec... you say you are trying to install from 2.0 SP2 to 3.5 SP1 on a clean install?
3.5 SP1 (231MB) contains 2.0 plus service packs so from what you are saying you cud just run the installer to install it as it is from MS however thats not what you are after..
on the system you are trying to create the merged installer i suggest the following;
1. Have all the versions of the .NET Framework installed just in case using windows update (I did
2. Have you followed the instructions in the first post correctly, sometimes its the smallest things that cause the biggest problems.
3. Have you got all the needed files for the merged installer you are making (see 2)
Beyond that m8 im out of ideas really since im not too familiar with scripting but I'll do my best for you!
#361
Posted 23 December 2008 - 12:19 PM
noonehere, on Dec 22 2008, 03:47 PM, said:
darks0ul, on Dec 22 2008, 10:56 PM, said:
I put this to the test only with single installers. What I did:
- I used SNM_mod8_loud.cmd to build single installers of 2.0 SP2, 3.0 SP2 and 3.5 SP1. I could check I forgot to reverse ECHO ON testing setting at the beginning of the file when I uploaded it, and you guys not advising, tsk, tsk; and I could check another bug about langpacks in unusual conditions.
- I take an image of an untouched XP pro SP3.
- I used nlite only to give it some unattendance quickly, nothing more.
- I set installers to run on runonceex
- I used virtual PC 2007 to test.
And surprise!!! It installs smothly. So I found another minor glitches but no the one you claim.
No idea of what is happening to you, but I tend to think is something out of the reach of this script.
#362
Posted 23 December 2008 - 12:34 PM
THe very first thing I install is .net 1.1 and then I proceed to install the merged 2.0,3.0,3.5 package. (all using runonceex).
The funny thing is that I have a similar XP x64 image using my own .net installers and they do work in x64 (my installers have the same problem than this .net maker in WP Pro x86).
however... strel, look what I've found...
eventlog said:
eventlog said:
It could be ok until now, but s***, this could be the problem (when going to install 3.0)
eventlog said:
Parser returned error 0x80070003.
#363
Posted 23 December 2008 - 12:47 PM
darks0ul, on Dec 23 2008, 07:34 PM, said:
Reread post #1. You can't install 1.1 and 3.# without rebooting after installing 1.1. To install both without rebooting you have to install 1.1 last. You can do that with merged installer, but you have to build it to include all the frameworks, including 1.1.
This post has been edited by strel: 23 December 2008 - 01:12 PM
#364
Posted 23 December 2008 - 02:52 PM
strel, on Dec 23 2008, 07:47 PM, said:
darks0ul, on Dec 23 2008, 07:34 PM, said:
Reread post #1. You can't install 1.1 and 3.# without rebooting after installing 1.1. To install both without rebooting you have to install 1.1 last. You can do that with merged installer, but you have to build it to include all the frameworks, including 1.1.
You got me
I read about that some time ago and forgot about it hehe. It seems to be working, thank you!
#365
Posted 24 December 2008 - 02:23 PM
darks0ul, on Dec 23 2008, 08:52 PM, said:
strel, on Dec 23 2008, 07:47 PM, said:
darks0ul, on Dec 23 2008, 07:34 PM, said:
Reread post #1. You can't install 1.1 and 3.# without rebooting after installing 1.1. To install both without rebooting you have to install 1.1 last. You can do that with merged installer, but you have to build it to include all the frameworks, including 1.1.
You got me
I read about that some time ago and forgot about it hehe. It seems to be working, thank you!
Glad you got it sorted out m8
Stoner81.
#366
Posted 25 December 2008 - 01:50 PM
Inki, on Dec 9 2008, 07:29 PM, said:
All is fine, but I still have to manually apply NDP20SP1-KB947748-x86.exe (2.0SP1 version of NDP1.1SP1-KB947742-x86.exe, MS08-052) to have the latest gdiplus.dll put in place also for 2.0SP1, so that I can keep Windows Update and MBSA content.
I understand, that when Tomcat made the original script, there were no updates for 2.0SP1, so he used an assumed naming convention for what support was built for them, and the script does not anticipate any updates beginning with a name such as NDP20SP1*. Also, from looking at the script I see that KB947742 has a specific hardcoded extraction command under 1.1, and a similar one might need to be adopted for KB947748 under 2.0SP1. However, I have not looked at the issue any deeper than that.
So, I wonder if there might be any interest among those, who better know how things like this should be done, to see if KB947748 support could easily be added for 2.0SP1. If the interest is limited, I would appreciate a tip or two just in case I might feel bold enough to experiment on my own (never done scripts like this).
YumeYao, on Dec 20 2008, 06:48 AM, said:
http://www.microsoft.com/downloads/details...;displaylang=en
I've done a major update of Silent .NET Maker synthesized script to support these request and other features. The new script make things a bit different than Tomcat76's. Since Tomcat76 is dissapeared, I decided to put it in a new thread to make it more visible, better keep tracking of it, and for easiness publishing updates of script and guide.
You can find it here:
Silent .NET Maker synthesized
This post has been edited by strel: 25 December 2008 - 01:52 PM
#369
Posted 28 January 2009 - 05:24 PM
the kb article is
kb951847
the package from ms says it got released yesterday
its 248mb
has anyone been able to successfully integrate this into their setup?
#370
Posted 28 January 2009 - 06:33 PM
There's Silent .NET Maker synthesized. and other solutions around.
This post has been edited by strel: 29 January 2009 - 03:32 AM
- ← [solution] Installing Office 2k3 On T-12
- Application Installs
- Request! Kaspersky Internet Security 7.0.1.325 en →



Help


Back to top








