MSFN Forum: Silent .NET Maker synthesized 20100118 - W2K/XP/2K3 x86 - 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
  • 50 Pages +
  • « First
  • 22
  • 23
  • 24
  • 25
  • 26
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Silent .NET Maker synthesized 20100118 - W2K/XP/2K3 x86 Custom .NET+hotfixes+langpacks unattended installers/add-ons Rate Topic: -----

#451 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 18 October 2009 - 02:32 AM

user_hidden and YumeYao
Fantastic guys, I couldn't work on this in the last days. Thx a lot for the solution. Will be included in the next version, soon, I'm testing now.

Kurt_Aust
Thx a lot I'm going to include it in the guide. I'm not using actually any win2K so I rely on you, and you don't say anything about this hotfixes producing errors with the script nor appearing after install in win/ms update, so I guess they are correctly applied. Am I right?

Alpha95 and everybody
You'll find the simplified user_hidden's fix in YumeYao's post #439. Until next release, you only have to insert that value under that regkey after installing SNMsynth installer containing .NET 2.0 SP2 with NDP20SP2-KB974417-x86.exe applied.


EDIT: Guide has been updated to link to KB974417 fix until next release, and to include the latest hotfixes. Anything I could have omitted, please let me know. Thx in advance.

This post has been edited by strel: 18 October 2009 - 03:44 AM



#452 User is offline   YumeYao 

  • a RyanVM.net member
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 10-December 05

Posted 18 October 2009 - 08:14 AM

some new thoughts after I did a test on windows 2000:

1. There are some files in .NET 2.0 only needed by windows 2000, if we could remove them then the size would be smaller for XP/2k3. I decide to remove all components with condition NOT (VersionNT > 500) yet i haven't done a test yet. I'll let you know the result.

EDIT: .NET 1.1 also has such files. but I don't intend to install .NET 1.1 any longer.

2. Is it possible to create a generic mst that removes components such as KBxxxxxx.ARP.NoRemove & KBxxxxxx.ARP.Add? They cause the issue that 2000/XP SP0/XP SP1/2k3 SP0 shows KBxxxxxx for .NET entries on ARP. I decide to manually move them in my release, however.

3. For 2000, KB951847 fix is not needed. KB971111 doesn't require a fix too(WU checks gdiplus.dll version).
The only need is KB974417 fix (plus language pack fix for 2.0).
Therefore I'm going to make a new mst for .net 2.0 to avoid useless registry entries on windows 2000.

This post has been edited by YumeYao: 18 October 2009 - 08:33 AM


#453 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 18 October 2009 - 09:19 AM

1. OK, wait to see, always welcome to remove uneeded stuff.
2. Automatically and ad-hoc? ufff!, don't think so, unless .mst or .msi could be directly edited from command line or so; maybe with ad-hoc .mst files per framework version (and SP), and with one .mst per hotfix applied, but this sounds painful; but maybe there's some other way I don't know to do that.
Anyway the fix the script provides do the work, it's reasonable that an hand custom made release against an automatic custom made one would be a bit more elegant.
3. KB951847 fix is never applied to 2000 installers/add-ons.

This post has been edited by strel: 18 October 2009 - 09:42 AM


#454 User is offline   YumeYao 

  • a RyanVM.net member
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 10-December 05

Posted 18 October 2009 - 09:48 AM

I see. You don't apply KB951847 fix to windows 2000 in the SNM script....

#455 User is offline   Kurt_Aust 

  • Master of trial, error & Google
  • PipPipPip
  • Group: Members
  • Posts: 447
  • Joined: 26-April 07

Posted 18 October 2009 - 11:27 AM

Well my test on Windows 2000 reveals (nLite addons, not merged):

The .Net 1.1 framework appears to be processed correctly, although one does get warnings about missing KB928366 & KB947722.


With .NET 2.0, Windows update declares that KB974417 has not been applied, also the processing order is perhaps not optimal:
NetFx20SP2_x86.exe
NDP20SP2-KB958481-x86.exe
NDP20SP2-KB971111-x86.exe Required for W2K
NDP20SP2-KB974417-x86.exe

Edit for cut & paste while half asleep.

This post has been edited by Kurt_Aust: 18 October 2009 - 11:29 PM


#456 User is offline   YumeYao 

  • a RyanVM.net member
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 10-December 05

Posted 19 October 2009 - 04:38 AM

back from tests. Removing those components can reduce the final 7-zip size by 0.8MiB around, and doesn't harm on xp/2k3 at all.

#457 User is offline   mooms 

  • What ?
  • PipPip
  • Group: Members
  • Posts: 247
  • Joined: 13-October 07

Posted 22 October 2009 - 06:42 AM

If i don't want to install outdated vc++ runtimes with dotnet (like the YumeYao one) wich parameters should i change in snmsynth.ini ?

#458 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 22 October 2009 - 07:02 AM

This is not featured yet. You have to wait for the next version or do it yourself editing the .msi
You can use YumeYao installers too.

This post has been edited by strel: 22 October 2009 - 07:03 AM


#459 User is offline   YumeYao 

  • a RyanVM.net member
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 10-December 05

Posted 22 October 2009 - 07:27 AM

@moons:
you can use my chinese installer (link or sp3only), extract it and replace language packs with yours, then repack it. Only that SNM won't slim down 3.5 LNG pack for you, if you need it and don't understand how to do it yourself, leave a post here, I'll help you with it.

@strel:
can you introduce to us what the progress is for next release. I know I have written too much on it.

This post has been edited by YumeYao: 22 October 2009 - 10:41 AM


#460 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 282
  • Joined: 05-February 08

Posted 23 October 2009 - 07:13 AM

View Poststrel, on Oct 22 2009, 03:02 PM, said:

This is not featured yet. You have to wait for the next version or do it yourself editing the .msi
You can use YumeYao installers too.


When are you planning to release it? :)

#461 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 23 October 2009 - 07:57 AM

Hopefully before monday.


YumeYao
I'm working to include all your removing proposals.

This post has been edited by strel: 23 October 2009 - 02:23 PM


#462 User is offline   madpenguin 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 29-May 09

Posted 23 October 2009 - 08:41 AM

That's good news. I really didn't feel like messing around with a registry hack so I've been holding off on making my new CD. strel, your hard work on SNM is much appreciated. It really is.

#463 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 25 October 2009 - 10:50 AM

@strel

I am back to creating a .net addon using your great tool.

What about NDP1.1sp1-KB928366-X86.exe? Is it required as a prerequisite in the working folder or not? Because you stated that it is superseded by NDP1.1sp1-KB953297-X86.exe. Do I have to download it or just have NDP1.1sp1-KB953297-X86.exe present ???

The batch file throws me this error:

Quote

WARNING: NDP1.1sp1-KB928366-X86.exe regular hotfix is not present.


Greets

atolica

This post has been edited by atolica: 25 October 2009 - 10:54 AM


#464 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 282
  • Joined: 05-February 08

Posted 25 October 2009 - 12:22 PM

BTW, what updates have been released since 22/09?

KB974417 only? Or more?

#465 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 25 October 2009 - 02:14 PM

Dumpy Dooby
I've updated my answer to your logging problems.

atolica
MS states is KB928366 is superseded by KB953297

Raoul90
New hotfixes are: NDP1.1sp1-KB953297-X86.exe, NDP1.1sp1-KB971108-X86.exe, NDP20SP2-KB974417-x86.exe and NDP20SP2-KB971111-x86.exe

This post has been edited by strel: 25 October 2009 - 02:20 PM


#466 User is offline   Dumpy Dooby 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 424
  • Joined: 16-May 05

Posted 25 October 2009 - 03:08 PM

Oh, it happens with all MSI files, not just the .NET Frameworks. I was asking you because you seem to know your way around MSIEXEC. In any event, since I use a VBS file to run my installers, I just have it open the log file, and I do a string replace of Chr(0) with "" to get rid of all the NULLs. It works fantastically.

#467 User is offline   atolica 

  • ENT Surgeon
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 15-December 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 25 October 2009 - 04:54 PM

strel

Can you update your script so this reg key gets created ?
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DC3BF90CC0D3D2F398A9A6D1762F70F3\Patches\9E0DE89293FE9BB33898F24ED18CCF08]
"State"=dword:00000001
And please remove this !
WARNING: NDP1.1sp1-KB928366-X86.exe regular hotfix is not present.

This post has been edited by atolica: 25 October 2009 - 04:56 PM


#468 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 282
  • Joined: 05-February 08

Posted 26 October 2009 - 06:52 AM

View Poststrel, on Oct 25 2009, 09:14 PM, said:

Raoul90
New hotfixes are: NDP1.1sp1-KB953297-X86.exe, NDP1.1sp1-KB971108-X86.exe, NDP20SP2-KB974417-x86.exe and NDP20SP2-KB971111-x86.exe


Thanks, KB971111 is Win2k only. Rest is XP also.

#469 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 282
  • Joined: 05-February 08

Posted 29 October 2009 - 10:33 AM

Hey Strel,

How is the updating going?

:)

#470 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 29 October 2009 - 11:36 AM

I'm just finishing, I'm writing the guide and doing some last moment checks, it will be released in the next hours sorry about the delay over expected release date.

Share this topic:


  • 50 Pages +
  • « First
  • 22
  • 23
  • 24
  • 25
  • 26
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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