ricktendo Posted May 23, 2013 Author Posted May 23, 2013 The intl installer already has the Italian LP, but if you want to make one with just the ita LP do this:- Extract the NON intl slim installer dotNetFx40_Full_x86_x64_Slim.exe- Extract the Italian LP dotNetFx40LP_Full_x86_x64it_Slim.7z- Download the Intl SFX Maker and you need to do some editing of config.txt:Delete all the sections but keep these these 3: ;!@Install@!UTF-8!...;!@InstallEnd@!;!@Install@!UTF-8:Language:1033!...;!@InstallEnd@:Language:1033!;!@Install@!UTF-8:Language:1040!...;!@InstallEnd@:Language:1040!Edit the 1040 section to remove "it" from the MSI RunProgram, this is what it should look like: ;!@Install@!UTF-8:Language:1040!RunProgram="netfx_corelp_%%P.msi /qb!"RunProgram="netfx_extendedlp_%%P.msi /qb!"AutoInstall="netfx_corelp_%%P.msi /qb!"AutoInstallc="netfx_corelp_%%P.msi /qn"AutoInstallf="netfx_corelp_%%P.msi /qn"AutoInstallf="netfx_extendedlp_%%P.msi /qn"AutoInstalln="netfx_corelp_%%P.msi /qn"AutoInstalln="netfx_extendedlp_%%P.msi /qn"CancelPrompt="Annullare?"ExtractTitle="Estrazione file"ExtractDialogText="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs18\lang9 Preparazione:\par}"FinishMessage="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs30\lang9 Installazione completata\par\fs16\par\par\parInstallazione di %product% completata.\par}";!@InstallEnd@:Language:1040!- Now you can compress and remake your installer with Ita LP using the drag&drop batch file mattew 1 Quote
mattew Posted May 24, 2013 Posted May 24, 2013 Thanks Ricktendo for your help...i have created the exe with lp ita...now i'll do a test....thanks:dancing:Another question...how can I create a file to integrated in XP in svpack mode? Quote
ricktendo Posted May 24, 2013 Author Posted May 24, 2013 Download the "No GUI SFX" and replace the config.txt, activate the reg copy/add/delete RunProgram lines in config.txt (also activate the LP RunProgram if you add a LP) and also replace the 7zsd.sfx Quote
oguz Posted August 9, 2013 Posted August 9, 2013 (edited) Hi @Ricktendo, What is the Full silent install switch to be used with WinToolKit?Although similar question has been asked several times in the topic, there were different answers each time. You also deleted the install switch parameter info that you had in your first message. They were very useful for users. I wonder why you deleted them. Edited August 9, 2013 by oguz Quote
ricktendo Posted August 9, 2013 Author Posted August 9, 2013 Because of space, you can view the supported switches by using /? or /h To answer your question, /y if you don't mind the install progress and /aif if you want no dialogs. (If you want a .net for Windows 7 I recommend v4.5) BTW next version of "Slim" .net installers will show the integrated updates, just waiting for a hotfix to show up and I will release them Quote
oguz Posted August 10, 2013 Posted August 10, 2013 Because of space, you can view the supported switches by using /? or /hTo answer your question, /y if you don't mind the install progress and /aif if you want no dialogs. (If you want a .net for Windows 7 I recommend v4.5)BTW next version of "Slim" .net installers will show the integrated updates, just waiting for a hotfix to show up and I will release themOk. Thank you for very useful information Quote
AhrimanSefid Posted September 23, 2013 Posted September 23, 2013 me plz code for silent install.Thanks A lot. Quote
ricktendo Posted October 9, 2013 Author Posted October 9, 2013 10-08-2013Add: 2858302, 2861188Rem: 2644426, 2804576, 2832407, 283693910-09-2013Add: 2889629 alfreire 1 Quote
ricktendo Posted January 5, 2014 Author Posted January 5, 2014 1-05-2014 Add: 2894842, 2908370 Rem: 2862065, 2888303 Quote
bphlpt Posted January 5, 2014 Posted January 5, 2014 Thanks Rick! Glad to see you back. Cheers and Regards Quote
dgoiko Posted January 31, 2014 Posted January 31, 2014 (edited) I've tried to integrate the ES package into the instalation.I made a 7zip with the contents of both, the slim languaje pack and the slim net 4 installer.I deleted the ; in the lines ;!@Install@!UTF-8:Language:3082! and ;!@InstallEnd@:Language:3082!, in config.txt from your script to drag and drop. After all of this I drag&drop my recently made .7z file to your script. When I try to use my brand-new .exe in a fresh installed xp machine with ONLY NET 3.5.1 esES on it, it seems that it only installs the english part. It displayed the "finish" message in english, plus I cant see any languaje pack in the control panel.What am I doing wrong?) Edited January 31, 2014 by dgoiko Quote
ricktendo Posted January 31, 2014 Author Posted January 31, 2014 Do NOT delete the semicolons from those lines, these need to remain thereDownload the intl sfx maker, here I edited the config.txt for you (removed all the other language sections and the "es" from the msi installer filename);!@Install@!UTF-8!;Default Full w/ install promptRunProgram="netfx_core_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qb!"RunProgram="netfx_extended_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qb!";[/ai | SHIFT] Client ONLY w/ progress barAutoInstall="netfx_core_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qb!";[/aic] Client ONLY w/o progress barAutoInstallc="netfx_core_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qn";[/aif] Client + Extended w/o progress barAutoInstallf="netfx_core_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qn"AutoInstallf="netfx_extended_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qn";[/ain] Client + Extended + ngen w/o progress barAutoInstalln="netfx_core_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qn"AutoInstalln="netfx_extended_%%P.msi /update \"%%T\\KB2468871-v2-%%P.msp\" /qn"AutoInstalln="hidcon:%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\ngen executequeueditems /nologo /silent"AutoInstalln="x64:hidcon:%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\ngen executequeueditems /nologo /silent";Setup dialogsBeginPrompt="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs30\lang9 %product% Setup\par}"CancelPrompt="Are you sure you want to cancel?"ExtractTitle="Extracting files"ExtractDialogText="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs18\lang9 Preparing:\par}"FinishMessage="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs30\lang9 Installation Is Complete\par\fs16\par\par\par%product% has been installed.\par}"GUIMode="0"GUIFlags="2+4+8+16+32+256+2048+4096"HelpText="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs18\lang9 Usage:\tab\tab\tab %%M [switches]\par\tab\tab\tab All switches are optional.\par\par/y - Passive mode, shows progress bar advancing but requires no user interaction. *Full* Client and Extended packages are installed.\par/ai - Passive mode, shows progress bar advancing but requires no user interaction. *Only* Client package is installed.\par/aif - Quiet mode, no user input required or output shown. *Full* Client and Extended packages are installed.\par/aic - Quiet mode, no user input required or output shown. *Only* Client package is installed.\par/ain - Quiet mode, no user input required or output shown. *Full* Client and Extended packages are installed and 'ngen executequeueditems' is also run. (Fixes slow XP boot, may take considerably *longer*)\par/sfxlang: - Language mode. Change default display language and/or language pack.\par/h | /? - Display this help.\par\parExamples:\par\parAutomatically install Client + Extended packages and display progress:\par%%M /y\parAutomatically install Client package and display progress:\par%%M /ai\parSilently install Client + Extended packages and display no progress:\par%%M /aif\parSilently install Client package and display no progress:\par%%M /aic\parSilently install Client + Extended packages, execute ngen and display no progress:\par%%M /ain\par\parOptional command line switch to disable extraction dialog: /gm2\par(c) Microsoft Corporation. All Rights Reserved.\par}"SetEnvironment="product=.NET Framework 4"Title="Microsoft %product% Setup";!@InstallEnd@!;!@Install@!UTF-8:Language:3082!RunProgram="netfx_corelp_%%P.msi /qb!"RunProgram="netfx_extendedlp_%%P.msi /qb!"AutoInstall="netfx_corelp_%%P.msi /qb!"AutoInstallc="netfx_corelp_%%P.msi /qn"AutoInstallf="netfx_corelp_%%P.msi /qn"AutoInstallf="netfx_extendedlp_%%P.msi /qn"AutoInstalln="netfx_corelp_%%P.msi /qn"AutoInstalln="netfx_extendedlp_%%P.msi /qn"CancelPrompt="¿Está seguro de que desea cancelar la operación?"ExtractTitle="Extrayendo archivos"ExtractDialogText="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs18\lang9 Preparando:\par}"FinishMessage="{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}\viewkind4\uc1\pard\sl240\slmult1\f0\fs30\lang9 Se completó la instalación\par\fs16\par\par\parSe instaló %product%.\par}";!@InstallEnd@:Language:3082! Quote
dgoiko Posted January 31, 2014 Posted January 31, 2014 You're great. I was only asking for guidance and you took the effort to do the job for me, it is REALLY appreciated.Gracias amigo. Quote
ricktendo Posted February 11, 2014 Author Posted February 11, 2014 2-11-2014 Add: 2898855-v2, 2901110-v2 Rem: 2889629 Quote
ricktendo Posted February 13, 2014 Author Posted February 13, 2014 New hotfix rollup KB2926986 released, so updated once again 2-12-2014 Add: 2926986 Rem: 2898855 Quote
SuperLOL Posted February 25, 2014 Posted February 25, 2014 (edited) @ricktendo, do you also have a dotNET 3.5 and dotNET 1.1 Installer Repack? Edited February 25, 2014 by SuperLOL Quote
bphlpt Posted February 25, 2014 Posted February 25, 2014 No such thing exists for use in Win7, AFAIK. .NET 3.5 and 1.1 are now part of the OS itself instead of separate installs like they were in XP. Why were you requesting this? Cheers and Regards Quote
SuperLOL Posted February 25, 2014 Posted February 25, 2014 (edited) Yes but this Installer Repack is for Windows XP. :cap: OS: Windows XP SP3 Windows Vista/Server 2008 SP2 x86/x64 or Windows 7/Server 2008 R2 SP1 x86/x64 Edited February 25, 2014 by SuperLOL Quote
ricktendo Posted February 25, 2014 Author Posted February 25, 2014 It is for Windows Vista/7 as well, I just dont see any reason to use it on them when there exists 4.5 and now 4.5.1 Quote
bphlpt Posted February 25, 2014 Posted February 25, 2014 Yes but this Installer Repack is for Windows XP. :cap: OS: Windows XP SP3 Windows Vista/Server 2008 SP2 x86/x64 or Windows 7/Server 2008 R2 SP1 x86/x64 Sorry, I saw your OS listed as Win7 x64 and made an assumption, apparently an incorrect one. So which exact version of XP, x86 or x64, were you looking to use the 3.5 and 1.1 installer on, and if it is for XP why not just use a .NET AIO, for which there are already a couple available? Cheers and Regards Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.