Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. ricktendo replied to delfinazul's post in a topic in Questions and Help
    No están protegidas están comprimidas, use a 7zip para extraerlas
  2. Updated C++ Redistributable for Visual Studio 2012 Update 1
  3. No you cannot install client only, the switches are the same as the default setup (run installer with /?) and I dont think its better but it uses the original setup files, proprietary self extractor a.k.a. sfx (vs general 7zip sfx) and nothing is removed I may switch over the Slim installer to use the original setup/sfx, will still be slim and will still not copy any setup junk Important: Next update to this installer will be 90MB+ in size. Its because of the compression method of the cab a.k.a. netfx_Full.mzz: The original cab/mzz is 202MB (unknown compression method,) the one in this installer is 446MB (no compression,) but I can compress it down to about 90MB (smallest/best compression method lzx:21) that will save you over 100MB of disk space vs the original and nearly 350MB vs the current installer I think its better to have a small install footprint vs a normal sized installer. This way no matter what installer you use (slim or rebuilt) you will still save plenty of space on your HDD/SSD
  4. Both installers are the same, this one has been edited to remove setup junk (that IMO does nothing but take up space on your HDD) and it uses 7zip SFX wizard to launch and install the framework The other installer nothing has been removed, only thing I do is update the files, patch setupengine.dll so the original setup.exe install wizard can be used without it giving your an error because the updated MSI/MZZ files are not digitally signed by Microsoft Go to "%WinDir%\Microsoft.NET\Framework\v4.0.30319\SetupCache" and you will see the setup files that are(n't) included
  5. nLite tiene la opcion de agregarlo a el icono de Equipo
  6. Hecho P.D. vuelvan a descargarlo, acabo de recrear un nuevo paquete con cambios menores a los MSI
  7. Rebuilt Microsoft .NET Framework 4.5.2 Full x86/x64 Download: http://adf.ly/1713566/dotnet451rpck Size: 97.6 MB MD5: cd10ddbc64b06f57d143d5c11b6ea47e Rebuilt Microsoft .NET Framework 4.5.2 Full x86/x64 Incl. Language Packs (ARA CHS CHT CSY DAN DEU ELL ESN FIN FRA HEB HUN ITA JPN KOR NLD NOR PLK PTB PTG RUS SVE TRK) Download: http://adf.ly/1713566/dotnet451intrpck Size: 284 MB MD5: 06cd3fc0fc190631297c969ddaf713ac Individual Rebuilt Language Packs: Arabic: http://adf.ly/1713566/dotnet451arrpck Chinese (Simplified): http://adf.ly/1713566/dotnet451chsrpck Chinese (Traditional): http://adf.ly/1713566/dotnet451chtrpck Czech: http://adf.ly/1713566/dotnet451csrpck Danish: http://adf.ly/1713566/dotnet451darpck Dutch: http://adf.ly/1713566/dotnet451nlrpck Finnish: http://adf.ly/1713566/dotnet451firpck French: http://adf.ly/1713566/dotnet451frrpck German: http://adf.ly/1713566/dotnet451derpck Greek: http://adf.ly/1713566/dotnet451elrpck Hebrew: http://adf.ly/1713566/dotnet451herpck Hungarian: http://adf.ly/1713566/dotnet451hurpck Italian: http://adf.ly/1713566/dotnet451itrpck Japanese: http://adf.ly/1713566/dotnet451jarpck Korean: http://adf.ly/1713566/dotnet451korpck Norwegian (Bokmal): http://adf.ly/1713566/dotnet451norpck Polish: http://adf.ly/1713566/dotnet451plrpck Portuguese (Brazil): http://adf.ly/1713566/dotnet451ptbrpck Portuguese (Portugal): http://adf.ly/1713566/dotnet451ptgrpck Russian: http://adf.ly/1713566/dotnet451rurpck Spanish: http://adf.ly/1713566/dotnet451esrpck Swedish: http://adf.ly/1713566/dotnet451svrpck Turkish: http://adf.ly/1713566/dotnet451trrpck Changelog: 9-19-2014 Add: 2972216 Hotfix list: Full: 2972216 FullLP: NONE
  8. Maybe a repair install or the same method thats used to add dotNET 3 to Windows 8
  9. No, it should not hurt it
  10. ricktendo replied to rancid's post in a topic in Introduction
    Whose there?
  11. If you install silverlight you can probably run this to enable it "%ProgramFiles%\Microsoft Silverlight\5.1.10411.0\Silverlight.Configuration.exe" -enableMU
  12. Its not related to the program, that's when I had a website I did not allow you to download the file unless you clicked it from one of those 3 sites
  13. Its just a few reg entries I think
  14. Dun, thanks for the heads up
  15. I use ei.cfg to skip the dialog during the beginning of setup and I inject the key into my mounted image to not get it during oobe...my autounattend.xml does not need to have a serial Its better to inject your serial especially if you have multiple images in your wim, this way you can use the same autounattend.xml with ALL
  16. No plans to change the current package, only takes 2 secs to add it yourself
  17. You can use /qb, /qb!, /passive, /qn, /quiet Run msiexec.exe /? to get more switches