MSFN Forum: Silent .NET Maker (latest update: 20080603) - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any 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.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 19 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Silent .NET Maker (latest update: 20080603) Create silent switchless .NET installers for Win2K/XP/2K3 x86 Rate Topic: -----

#121 User is offline   OuTmAn 

  • \ ( ^_^) /
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 11-October 04

Posted 13 July 2007 - 06:26 PM

Hi Tomcat76, many thanks for this script, very useful for creating "custom taste" .NET installers (ie. w/ desired lang pack) :thumbup:

However, I've noticed resulting installers are big... RogueSpear's ones are nearly 2x smaller :ph34r:

so, could we improve this? (as an other benefit, .NET2.0 won't require 1Go RAM anymore to compress without pain ^^)


#122 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 14 July 2007 - 08:29 PM

@450:
Don't rename these files. Just download and run SNM.
I have downloaded the Japanese language pack for .NET 3.0 and the Japanese XPS update and it should work.

OuTmAn:
Actually, the compression ratio is overall better with SNM (if not changing to MED or LOW). The difference with those pre-made packages is that many files have been stripped out of them which isn't possible without hacking the MSI installer within.

#123 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 14 July 2007 - 08:35 PM

XPS update for .NET 3.0 and .NET 3.0 language pack

#124 User is offline   450 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 13-February 07

Posted 16 July 2007 - 06:38 AM

View PostTomcat76, on Jul 15 2007, 11:29 AM, said:

@450:
Don't rename these files. Just download and run SNM.
I have downloaded the Japanese language pack for .NET 3.0 and the Japanese XPS update and it should work.


Thank you. KB in the question did not come out in WindowsUpdate when two programs were put on the folder without renaming it and it tried again though what you had misunderstood was not understood.

It apologizes to have spent extra time.

#125 User is offline   450 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 13-February 07

Posted 18 July 2007 - 12:23 PM

Hello. I want you to demand one.

Does not it not come to be able to be put hotfix on the folder with a specific exist not the SNM folder but the lower layer?Put hotfix on the HF folder with HFSLIP. Because it is thought that the SNM folder smartens even if it comes to have to put a large amount of hotfix if it is made to put on a specific like this folder.

#126 User is offline   zorro1 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 02-November 03

Posted 18 July 2007 - 01:57 PM

You can add this update WIC : 6.0.6000.16385 (in NET 3.0 : 6.0.5840.16388)

http://www.microsoft.com/downloads/details...;DisplayLang=fr

#127 User is offline   s1hansa 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 10-March 07

Posted 20 July 2007 - 05:19 AM

Hi All,

in the download archive of SNM I have found a trojan horse named SHeur.BHS.

Infected is the file 7zS.sfx file size 58 kB, the original that I have has 122 kB.
Replaced with this 7zS.sfx, SNM works perfect for my German silent NET installations without "Threat alert".

s1hansa

#128 User is offline   450 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 13-February 07

Posted 20 July 2007 - 07:00 AM

View Posts1hansa, on Jul 20 2007, 08:19 PM, said:

Hi All,

in the download archive of SNM I have found a trojan horse named SHeur.BHS.

Infected is the file 7zS.sfx file size 58 kB, the original that I have has 122 kB.
Replaced with this 7zS.sfx, SNM works perfect for my German silent NET installations without "Threat alert".

s1hansa


It is compressed with UPX.
There was a character of UPX in the exe header though the
decompression in UPX was not tested.

#129 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 20 July 2007 - 06:31 PM

It's compressed, as 450 said. I will look out for another version but I won't use one that's as large as 122KB. The bigger the SFX file, the bigger the outputted installers.

But this is really a lost battle. If I find one which isn't flagged as a trojan, it may so in a few months. A lot of anti-virus software manufacturers are just lazy and flag all files compressed with a certain method as a trojan if one virus maker happened to use the same compression method for his virus, instead of checking what's inside of it.

#130 User is offline   grunz 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 14-December 06

Posted 21 July 2007 - 01:32 PM

hi @all,

just wanted to drop some lines mentioning that i managed to get dot net framework 2+3 installed at T-13 with the following code snippet added to a batchfile in the $oem$ folder of my ris-server.


reg delete HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /f
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f
%systemdrive%\Apps\dotnetfx.exe /Q /C:"install.exe /Q"
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /f

reg delete HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /f
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /f
%systemdrive%\Apps\dotnetf3.EXE /q /NORESTART
reg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /f


meanwhile i'm almost fully up and running with a xp sp2 risetup flat-image that has all current post-sp2 updates, ie7+updates(slipstreamed!), wmp11, net framework 2+3 and all the other optional stuff integrated. i'm installing apps like putty, keepass, irfanview, filezilla, net-framework, kaspersky antivirus 6 and so on via a batchfile in t-13 that is referenced by cmdlines.txt. on the final reboot the msi-based apps like office 2007, firefox, flash player, shockwave player, adobe reader, lotus notes, pdf-creator, xml notepad, opera & paint.net are installed via gpo's in active directory. the setup also contains all the drivers for our various dell systems like the latitude d620 notebooks, or desktops like optiplex gx745 and gx620. the coolest thing about that is that i just need to maintain a single installation source in the future ;-)
it's quite nice to see how it all works together. the only thing i still need to find out is how to reliably avoid the installation of outlook 2007 since it's getting installed all the time despite the settings i make in config.xml or default.msp...

#131 User is offline   CaNgO 

  • Group: Members
  • Posts: 8
  • Joined: 20-March 06

Posted 21 July 2007 - 01:35 PM

View PostTomcat76, on Jul 20 2007, 06:31 PM, said:

It's compressed, as 450 said. I will look out for another version but I won't use one that's as large as 122KB. The bigger the SFX file, the bigger the outputted installers.

But this is really a lost battle. If I find one which isn't flagged as a trojan, it may so in a few months. A lot of anti-virus software manufacturers are just lazy and flag all files compressed with a certain method as a trojan if one virus maker happened to use the same compression method for his virus, instead of checking what's inside of it.



Editing: Thanks Tomcat76 Merge Success there files 7z.
DNF11.exe
DNF20.exe
DNF30.exe


ok. :thumbup

This post has been edited by CaNgO: 22 July 2007 - 11:28 AM


#132 User is offline   CaNgO 

  • Group: Members
  • Posts: 8
  • Joined: 20-March 06

Posted 22 July 2007 - 11:07 AM

hi Tomcat76
I have a question

xpsepsclangpack-x86-tr-tr-langpack_c98aae608a413fb0e3a916a5d49dad7d9a4f327f.exe

what would be the name of above file? I do not see their merge on Dos window...

thanks in advance

#133 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 22 July 2007 - 03:41 PM

CaNgO--

xpsepsclangpack-x86-tr-tr-langpack_c98aae608a413fb0e3a916a5d49dad7d9a4f327f.exe (may be renamed to xpsepsclangpack-x86-tr-tr-langpack.exe but doesn't have to be) is slipstreamed provided you include the Turkish language pack. This action is not shown in the DOS box. If Windows Update doesn't offer it after installing DNF30.exe, it was slipstreamed correctly.


grunz--

SNM already does that. The "ErrorReporting" key is even restored when installation has finished.

As far as the rest of your post is concerned... Can we please keep it on topic? Thanks.

#134 User is offline   kontini 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 13-April 07

Posted 23 July 2007 - 08:07 AM

Hi, I'm an Italian SNM user.
After using SNM to create .NET 2.0 with all three hotfixes (KB917283, KB922770 & KB928365) I have opened netfx2.msi. Inside i have found some strings; but 2 say that KB928365 replaces KB917283 & KB922770. So I decided to make the silent installer only with dotnetfx2.exe and NDP20-KB928365-X86.exe. Then in a fresh windows xp I installed this last dotnet2 and Windows Update doesn't ask for the two older hotfixes. I know that Microsoft Bulletin says that KB928365 doesn't replace other patches, but it seems that replaces theese two (and probably many other minor updates).
So I would ask if somebody knows more about this question.

Thanks Tomcat76 for your great script :thumbup

This post has been edited by kontini: 23 July 2007 - 09:14 AM


#135 User is offline   zedox 

  • XPize Darkside Author
  • PipPipPipPipPip
  • Group: Members
  • Posts: 708
  • Joined: 25-August 05

Posted 26 July 2007 - 10:11 AM

What a fantastic script!!!

I am having some problems with my .net framework 3 installer...

Here is whats in my SNM folder...

dotnetfx.exe
NDP1.1sp1-KB867460-X86.exe
NDP1.1sp1-KB928366-X86.exe
dotnetfx3.exe
netfx30-kb932471-x86_5c1e83421f09bd48b6782dbfc939801a583dbb81.exe
NDP20-KB917283-X86.exe
NDP20-KB922770-X86.exe
NDP20-KB928365-X86.exe
msxml6_x86.msi
xpsepsc-x86-en-us_f01c40d4ce7a451a51724bb2c44c164d063938e6.exe

I get an error when executing DNF30.exe

The application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.


The installation continues... But Framework 3 still shows up on windows/microsoft update website.

Be greatful for some help into this, ta!

antonio

#136 User is offline   mystek 

  • Junior
  • Pip
  • Group: Members
  • Posts: 62
  • Joined: 16-July 04

Posted 26 July 2007 - 12:42 PM

Hi TC,
Just downloaded the program and followed the instructions. Worked great! When added to HFSLIP build everything ran fine and installed (used option 13). Got one error message in the XP Pro SP2 event log though:

Description:
.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Service reached limit of transient errors. Will shut down. Last error returned from Service Manager: 0x800736b1

Normally there is a long list of optimization events. The service seems to be running fine and flags no errors. Has anyone run into this before? Is there a way to verify everything is OK. Thanks!

#137 User is offline   450 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 13-February 07

Posted 27 July 2007 - 05:21 AM

Hello. Because the problem is brought up for a moment when I am using SNM this
time, it reports.

It seems not to be likely to be able to complete operation correctly by combining applied hotfix. KB928366 and KB927495 cannot be applied at the same time in my hand. Even if the file name is changed, the order of the operating system's retrieving the file is changed, and which hotfix is applied previously, it seems not to be able to evade. Is there a combination of such hotfix ..the other..?The appearing dialog is the following. 「It is information 9005.
Hotfix KB927495 need not be installed. Hotfix KB928366 including the up-to-date file has already been installed. 」

#138 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 29 July 2007 - 03:57 PM

@kontini
KB928365 replaces the other .NET 2.0 updates. I checked the binaries inside. I'll update the instructions in the main post.

@zedox
I have never experienced that error message (even with other programs) and haven't got a clue what it means.
Do you also get it when installing DNF30.exe by hand after Windows setup has completed?

@mystek
To be honest, those Event Log errors have always appeared for me when installing .NET 2.0 at T-13 -- even using others' silent .NET installers.

#139 User is offline   zedox 

  • XPize Darkside Author
  • PipPipPipPipPip
  • Group: Members
  • Posts: 708
  • Joined: 25-August 05

Posted 30 July 2007 - 02:00 AM

The problem was this...

xpsepsc-x86-en-us_f01c40d4ce7a451a51724bb2c44c164d063938e6.exe

Have no idea where I got this file! Anyway, executing this file on its own causes the error.

This post has been edited by zedox: 30 July 2007 - 03:06 AM


#140 User is offline   zedox 

  • XPize Darkside Author
  • PipPipPipPipPip
  • Group: Members
  • Posts: 708
  • Joined: 25-August 05

Posted 31 July 2007 - 02:42 AM

Was because I'd removed "Printer Support" with nLite...

And that update installs a printer!

Share this topic:


  • 19 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy