babu Posted January 15, 2013 Share Posted January 15, 2013 Thanks Rick Quote Link to comment Share on other sites More sharing options...
stsaerox Posted January 20, 2013 Share Posted January 20, 2013 What is happening with the language packs? How do I run silently(can I have progress bar?) What's the role of the folder? Does it have to be along with the installers? Quote Link to comment Share on other sites More sharing options...
Kelsenellenelvian Posted January 20, 2013 Share Posted January 20, 2013 From the first post: - Uncompress my installer and your Slim LP to the same folder- Recompress all files/folders with 7-Zip- Edit SFX Maker's config.txt to remove the semicolons ( ; ) from the start of ALL the disabled RunProgram and AutoInstall* command lines with netfx_*LP*.msi to activate/enable them (don't remove the semicolons from the lines with comments);RunProgram="netfx_fulllp_%%P.msi /qb!" ... ;AutoInstall="netfx_fulllp_%%P.msi /qn" etc...- For the rest of the instructions look in the \Help folder of the SFX Maker Quote Link to comment Share on other sites More sharing options...
ricktendo Posted January 21, 2013 Author Share Posted January 21, 2013 I did not make separate sfx installers for the LP's, you have to unzip the slim installer, add the LP files, recompress the files with 7zip, edit the sfx maker config.txt to allow the LP's to install and drag&drop your new 7z onto the bat Not for the noob or faint of heart Quote Link to comment Share on other sites More sharing options...
stsaerox Posted January 21, 2013 Share Posted January 21, 2013 (edited) Sorry Guys Just figured it out (LP = language packs). I got confused... That happens when you are sitting hours in my old crt to fix my old pc :type: The editing worked right at first try. It's not that difficult... Thank you Ricktendo nice work again!!! Edited January 21, 2013 by stsaerox Quote Link to comment Share on other sites More sharing options...
AceMagoo Posted January 30, 2013 Share Posted January 30, 2013 Just tried this out manualy on a VM without 4.5 and it worked real nice. TY... Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 12, 2013 Author Share Posted February 12, 2013 Updated Add: 2789648 dareckibmw 1 Quote Link to comment Share on other sites More sharing options...
mooms Posted February 12, 2013 Share Posted February 12, 2013 Thanks rick. Quote Link to comment Share on other sites More sharing options...
parapher Posted February 14, 2013 Share Posted February 14, 2013 Hi Rick, I have a question: what about KB2770445? Did you use/integrate it for this Slim installer? If not, will it still how up in WU? Or what is even the right question to ask about KB2770445? Thanks. Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 14, 2013 Author Share Posted February 14, 2013 KB2770445 is not an update, it is the KB number assigned to the .NET 4.5 installer by Microsoft (because like .NET 4.0 before, it is now offered via Windows Update.) The answer is it should not show, but if it does let me know Quote Link to comment Share on other sites More sharing options...
McRip Posted February 14, 2013 Share Posted February 14, 2013 You may also download it here: http://net45.cesidian.info/Read the Changelog.txt to download the correct version. Quote Link to comment Share on other sites More sharing options...
parapher Posted February 15, 2013 Share Posted February 15, 2013 (edited) Thank you Ricktendo and McRip, I think I understand it now EDIT: is there any plan to make the install of .NET 4.5 Slim completely silent? Until now, one still sees a "Extracting..." window pop up. I ask in case of using this installer via WPI or similar progams where it would be preferable to not see any window popping up. Edited February 15, 2013 by parapher Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 16, 2013 Author Share Posted February 16, 2013 Updated with KB2803754 Hotfix rollup @parapher you can pre-extract it and run the msi that applies to your arch with /qn switch, or you can repack it with the tools/resources I provide on the OP: - Dowload SFX builder and replace the files with the NoGUI files - Use 7zsplit.exe to make a .7z from the slim .exe installer - Drag & drop the .7z onto the .cmd to rebuild the .exe with no extraction dialog and 100% silent install Quote Link to comment Share on other sites More sharing options...
mooms Posted February 16, 2013 Share Posted February 16, 2013 (edited) It seems the French language pack is not installed with this build. (at least it didn't show in uninstall entries). Edit: confirmed: I have rebuilt again the installer (just in case I've made a mistake), and tested in VM on Win7 x86 and x64. Edited February 16, 2013 by mooms Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 16, 2013 Author Share Posted February 16, 2013 I think I know why, try now Quote Link to comment Share on other sites More sharing options...
mooms Posted February 16, 2013 Share Posted February 16, 2013 Yep, it's ok for win7 x86 and x64.Thanks ricktendo. Quote Link to comment Share on other sites More sharing options...
mooms Posted February 17, 2013 Share Posted February 17, 2013 I've made a very simple script to decompress, recompress and remake the installer with langpack included. You must have 7-Zip Command Line Version (7za.exe) in the work folder. Once you have decomposed the installer with 7zip splitter and edited the text file to remove semicolons, just run this script:7za x dotNetFx45_Full_x86_x64_SlimSetup.7z -y -o.\tmpnet7za x dotnetfx45lp_full_x86_x64*_Slim.7z -y -o.\tmpnet7za a Program.7z .\tmpnet\* -mx=9copy /b dotNetFx45_Full_x86_x64_SlimSetup.sfx + dotNetFx45_Full_x86_x64_SlimSetup.txt + Program.7z dotNetFx45_LP_x86_x64.exedel Program.7zdel dotNetFx45_Full_x86_x64_SlimSetup.sfxdel dotNetFx45_Full_x86_x64_SlimSetup.txtdel dotNetFx45_Full_x86_x64_SlimSetup.7zrmdir tmpnet /s /qAnd you will have a working installer with the langpack of your choice. It works for .Net 4.0 installer also, just adapt the names Quote Link to comment Share on other sites More sharing options...
bphlpt Posted February 18, 2013 Share Posted February 18, 2013 Thanks mooms! I think Rick should add that to the first post along with his tools as an example of how to "roll your own" if necessary. Cheers and Regards Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 18, 2013 Author Share Posted February 18, 2013 All LP's updated to solve a bug where you cant install multiple language packs on the same system Quote Link to comment Share on other sites More sharing options...
mooms Posted February 18, 2013 Share Posted February 18, 2013 I don't even knew we can install multiple language packs for .Net Quote Link to comment Share on other sites More sharing options...
Dziubek Posted February 18, 2013 Share Posted February 18, 2013 https://dl.dropbox.com/u/56155351/dotNETfx/dotnetfx45lp_full_x86_x64pl_Slim.7z Error (404)We can't find the page you're looking for. Check out our Help Center and forums for help, or head back to home. Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 18, 2013 Author Share Posted February 18, 2013 Files have been moved, use links on the fist post Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 20, 2013 Author Share Posted February 20, 2013 https://dl.dropbox.com/u/56155351/dotNETfx/dotnetfx45lp_full_x86_x64pl_Slim.7z Error (404)We can't find the page you're looking for. Check out our Help Center and forums for help, or head back to home.OK this was my fault, I did not realize I did not update polish and korean afly links...both links now fix Quote Link to comment Share on other sites More sharing options...
Dziubek Posted February 20, 2013 Share Posted February 20, 2013 Now all ok, thank you Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 26, 2013 Author Share Posted February 26, 2013 Revised instaler and SFX builder RTF code cleanup (to properly display foreign fotns) and installer dialog cleanup (removed /? instructions and URL) NOTE: YOU DO NOT HAVE TO REINSTALL IF YOU HAVE THE PREVIOUS VERSION Quote Link to comment Share on other sites More sharing options...
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.