Silent .NET Maker synthesized 20100118 - W2K/XP/2K3 x86 Custom .NET+hotfixes+langpacks unattended installers/add-ons
#151
Posted 15 March 2009 - 05:51 AM
- 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
Posted 15 March 2009 - 06:25 AM
It was probably some problem with my Windows! CCleaner corrected the errors!
#153
Posted 15 March 2009 - 02:20 PM
'
Quote
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
'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
Posted 15 March 2009 - 03:46 PM
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
Posted 15 March 2009 - 05:44 PM
#156
Posted 15 March 2009 - 06:06 PM
#157
Posted 16 March 2009 - 06:31 AM
In what whay is it different from silent installer addon from ryanvm forum?
#158
Posted 16 March 2009 - 07:46 AM
- 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.
This post has been edited by strel: 16 March 2009 - 10:10 AM
#159
Posted 16 March 2009 - 08:31 AM
#160
Posted 16 March 2009 - 10:06 AM
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
Posted 16 March 2009 - 11:32 AM
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 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
Quote
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
Posted 16 March 2009 - 12:44 PM
Fixed now!
Thx CEoCeo.
More than this. It needed !VARIABLES! for delayed expansion.
And there were 3 lines out of place in the previous version.
#163
Posted 16 March 2009 - 01:37 PM
Tested and working as intended now. The KB928416 struggle is finally over.
#164
Posted 16 March 2009 - 01:53 PM
Was wondering, would this work for x64?
#165
Posted 16 March 2009 - 02:13 PM
I don't have x64 machine to adapt it, but It's probably I can have access to one soon.
#166
Posted 16 March 2009 - 02:18 PM
will wait with baited breath as found it really useful for x32 machine.
#167
Posted 16 March 2009 - 02:57 PM
#168
Posted 16 March 2009 - 11:03 PM
#169
Posted 17 March 2009 - 02:21 AM
i have DFN11fr.exe DFN20SP2fr.exe DFN30SP2fr.exe and DFN35SP1fr.exe
how to integrate it to hfslip ?
thanks
#170
Posted 17 March 2009 - 02:43 AM
This post has been edited by strel: 17 March 2009 - 03:12 AM
- ← Please find silent switch for Brother QL-550 printer driver
- Application Installs
- PhotoZoom Pro 4.0 →



Help


Back to top








