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
  • 7
  • 8
  • 9
  • 10
  • 11
  • 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: -----

#151 User is offline   strel 

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

Posted 15 March 2009 - 05:51 AM

I can't reproduce your results. Then:
- Are you using 20090315?
- Have you installed any 2.0 SP# version previously before running the script?
- What's the exact set of 1.1 hotfixes did yo use?
- Anything else you consider relevant.


#152 User is offline   torospb 

  • Group: Members
  • Posts: 2
  • Joined: 16-December 07

Posted 15 March 2009 - 06:25 AM

Now it's OK!

It was probably some problem with my Windows! CCleaner corrected the errors! :)

#153 User is offline   mooms 

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

Posted 15 March 2009 - 02:20 PM

I have some errors messages when i launch the script, and snmsynth di not create any files :}

'

Quote

FINDSTR' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.

'CSCRIPT' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
Processing .NET installer...
Processing .NET portion...
Processing .NET portion...
Processing .NET portion...

Creating .NET passive installer...
Creating .NET passive installer...
Creating .NET passive installer...

DNF3\DNF30\WIC - Le processus ne peut pas accéder au fichier car ce fichier est
utilisé par un autre processus.
Done!

Press any key to quit.



In english it means

Quote

'findstr' is not recognized as an internal or external command, operable program or batch file
'cscript is not recognized as an internal or external command, operable program or batch file
Processing .NET installer...
Processing .NET portion...
Processing .NET portion...
Processing .NET portion...

Creating .NET passive installer...
Creating .NET passive installer...
Creating .NET passive installer...

DNF3\DNF30\WIC - The process can't access the file because the file it's used by another process *
Done!

Press any key to quit.

*this one change each time i launch the script
precedent version did not throw any errors.

#154 User is offline   strel 

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

Posted 15 March 2009 - 03:46 PM

Your problems are caused by your windows installation.

findstr is a native win command for win OSs since W2K. Why your system doesn't has it is a mistery for me, maybe you trimmed down your system in excess, or some problem occurs since you installed. If your system still runs find command I think you can safely subtitute all ocurrences of findstr command with find command in the script without changing anything else, check it first obviously.

About cscript, it could be the same issue as above. Seems you don't have installed windows scripting host.

To avoid the 3rd error with WIC open the task manager and kill pending tasks from unsuccesfull previous building process.

This post has been edited by strel: 16 March 2009 - 08:24 AM


#155 User is offline   pila2 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 31-March 04

Posted 15 March 2009 - 05:44 PM

good tools! But about KB928416 and KB829019 in PTBR

#156 User is offline   strel 

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

Posted 15 March 2009 - 06:06 PM

I don't get it... you want 2.0 and 3.0 in pt-BR, what's the problem?

#157 User is offline   Angelico_Payne 

  • Member
  • PipPip
  • Group: Members
  • Posts: 212
  • Joined: 15-January 06

Posted 16 March 2009 - 06:31 AM

I dont quite understand : do you have all in one installer available from 1.1-3.5 with all SP's and hotfixes integrated?

In what whay is it different from silent installer addon from ryanvm forum?

#158 User is offline   strel 

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

Posted 16 March 2009 - 07:46 AM

I don't have AIO installer, I have a script that builds it if you want, and is different in a way that:
- You can split each framework in a single installer/add-on or merge the combination of them you want, allowing you to apply different install strategies, that could allow you to avoid Event Viewer errors, if you want.
- You can include the different langpacks for each framework you process, and absolutely all the hotfixes for each framework in a flexible way, ryanvm's doesnt integrate restricted ones and is not flexible.
- It hides all hotfixes and subcomponents useless entries in Add Remove Programs, ryanvm's only hides subcomponents.
- It accepts old framework versions in case you need it.
- In case you need it you can choose the 3.0 SP# subcomponents you want to process.
- You can build installers for W2K.
- Ryanvm's don't precompile assemblies, so it finish pending tasks after install finish, in spare times.
- You can avoid KB951847 in case you don't want to install all set 2.0 SP2+3.0 SP2+3.5 SP1, and you can make remove and install operations of each one to you liking, seamlessly.
- You can avoid KB928416 trying to install wrong 3.0 SP0 langpack for some languages.
- You can choose the switchless verbosity level of the install process and change them if you want with switches.
- It is compatible with HFSLIP.

And the pleasure of doing it yourself with a transparent process, of course. :D

This post has been edited by strel: 16 March 2009 - 10:10 AM


#159 User is offline   bfc_xxx 

  • Member
  • PipPip
  • Group: Members
  • Posts: 157
  • Joined: 17-May 04

Posted 16 March 2009 - 08:31 AM

Hi Strel! I tried the new version but in WU it keeps asking for KB928416 and it fails to install.

#160 User is offline   strel 

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

Posted 16 March 2009 - 10:06 AM

Updated again! :thumbup

I though MS had fixed this issue. Thx bfc_xxx

I used the fix I had reserved based in mickmack' solution, and fix a couple of things more.

#161 User is offline   CEoCEo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 63
  • Joined: 20-April 05

Posted 16 March 2009 - 11:32 AM

Thanks strel for your hard work on this .NET Framework mess! A real timesaver...
But please strel....add quotes to make the changes to the registry valid.
From line 315

Quote

REG ADD HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0\Setup\%OSLCID% /V InstallSuccess /T REG_DWORD /D 00000001 /F
REG ADD HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0\Setup\%OSLCID% /V Version /D 3.0.04506.30 /F
REG ADD HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0\Setup\Windows Presentation Foundation\%OSLNGSTR% /V Version /D 3.0.6920.0 /F
to

Quote

REG ADD "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0\Setup\%OSLCID%" /V InstallSuccess /T REG_DWORD /D 00000001 /F
REG ADD "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0\Setup\%OSLCID%" /V Version /D 3.0.04506.30 /F
REG ADD "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.0\Setup\Windows Presentation Foundation\%OSLNGSTR%" /V Version /D 3.0.6920.0 /F


#162 User is offline   strel 

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

Posted 16 March 2009 - 12:44 PM

Sorry I should have tested it.

Fixed now! :thumbup

Thx CEoCeo.
More than this. It needed !VARIABLES! for delayed expansion.

And there were 3 lines out of place in the previous version.

#163 User is offline   CEoCEo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 63
  • Joined: 20-April 05

Posted 16 March 2009 - 01:37 PM

Thx strel for your quick fix!
Tested and working as intended now. The KB928416 struggle is finally over. :thumbup

#164 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 16 March 2009 - 01:53 PM

Have used this when on x32, but have since upgraded to x64 for learning.
Was wondering, would this work for x64?

#165 User is offline   strel 

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

Posted 16 March 2009 - 02:13 PM

I'm almost sure is not possible at this moment.
I don't have x64 machine to adapt it, but It's probably I can have access to one soon.

#166 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 16 March 2009 - 02:18 PM

ok thanks, strel.
will wait with baited breath as found it really useful for x32 machine.

#167 User is offline   pcmac 

  • Group: Members
  • Posts: 2
  • Joined: 08-February 09

Posted 16 March 2009 - 02:57 PM

strel, in the "20090316b" version WU asking for KB829019 Pt-BR

#168 User is offline   mooms 

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

Posted 16 March 2009 - 11:03 PM

Thank you Strel, with your updated version everything is fine.

#169 User is offline   picelec 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 06-October 04

Posted 17 March 2009 - 02:21 AM

Thanks for this :thumbup

i have DFN11fr.exe DFN20SP2fr.exe DFN30SP2fr.exe and DFN35SP1fr.exe

how to integrate it to hfslip ?

thanks

#170 User is offline   strel 

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

Posted 17 March 2009 - 02:43 AM

Use HFSVCPACK folder for switchless installers.

This post has been edited by strel: 17 March 2009 - 03:12 AM


Share this topic:


  • 50 Pages +
  • « First
  • 7
  • 8
  • 9
  • 10
  • 11
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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