Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. Multilang: http://adf.ly/1713566/ssdtoolbox MD5: 8c3eb0cd06df13bd0c2c7a46b58d4af2 Size: 27.8 MB English: http://adf.ly/1713566/ssdtoolboxen MD5: 2a92704afc7ad7d5f4f21d76bda6c543 Size: 19 MB Whats removed: IUM (Intel Update Manager)Dependencies (a.k.a. Visual C++ 2008 Runtimes)legacy_uninstaller.exe (unin old MSI based toolbox)remove_shortcut.bat (rem older diff app shortcut)Windows XP/2003 supportLicenses & license install dialogDesktop shortcutInternational Setup languages and Help files (en-US)
  2. Works like a charm
  3. You scrip will only work if users rename the MSP files to add x86 or x64, you should use the original names and instead put the MSP files in a x86 or a x64 folder But nice going!!!
  4. Thanks for the update list, instead I went ahead and used my LDR list Since its just a proof of concept I did not make it silent, this is just to show you can have the best of both worlds (original files and quick install) Download: http://adf.ly/1713566/dotnet45org MD5: 0926e87e32f80a8349e51a254d5749b5 Size: 226 MB This is what is contained \x64 (extracted msp updates)\x86 (extracted msp updates)dotnetfx45_full_x86_x64.exe (original installer)Here is my working 7zipsfx config.txt (excludes silent switches.) You will need to update your SFX to v1.5+ in order for the %%P variable to work (it changes to x86 or x64 depending on what OS you run it on) ;!@Install@!UTF-8! RunProgram="dotnetfx45_full_x86_x64 /msioptions \"PATCH=%%T\\%%P\\NDP45-KB2519265.msp;%%T\\%%P\\NDP45-KB2737083.msp;%%T\\%%P\\NDP45-KB2742613.msp;%%T\\%%P\\NDP45-KB2756203.msp;%%T\\%%P\\NDP45-KB2803754.msp;%%T\\%%P\\NDP45-KB2805221.msp;%%T\\%%P\\NDP45-KB2805226.msp;%%T\\%%P\\NDP45-KB2828841.msp;%%T\\%%P\\NDP45-KB2848798.msp\"" GUIMode="2";!@InstallEnd@!enjoy!Hope Reaper uses this method (also you guys who use WPI and dont like my integrated installers, this will work)
  5. El UPL ya contiene IE8 y no tengo planes para reiniciar este addon
  6. Great news, I have successfully used this to install the MSP updates side by side with the .net 4.5 installer ;!@Install@!UTF-8! RunProgram="dotnetfx45_full_x86_x64 /passive /msioptions \"PATCH=%%T\\%%P\\NDP45-KBXXXXXXX.msp;%%T\\%%P\\NDP45-KBXXXXXXX.msp\" /norestart" GUIMode="2";!@InstallEnd@!If somebody can install the default .net framework 4.5 and give me a list of updates Windows Update asks for, I can build a test installer for you all to try and verify
  7. WTF? You may have my installer confused with another. My updated .net 4.5 does NOT take any longer, because I have integrated the updates replacing the old outdated files...if anything this saves time because you don't have to later install all the updates one by one I have also tried to help others improve/make their .net 4.5 installers install faster. So yea, you definitely have my installer confused with another (the size of the repack one is misleading, this is due to better cab compression.)
  8. OK seems there may be a problem with me removing SSL, I thought if you had them installed there would be no problem (added them back)
  9. VMware Tray, VIX, OVF, Visual Studio, VMware Converter redist, vc runtimes redist, all Tools exept Windows iso, Japanese and German Thin Print localizations, Japanese EULA & help files and a few other misc files (I was too tired to make a list yesterday, but I will soon)
  10. Updated, fixed iso tools uninstall (it was broken because I had added "Lite" to the ProductName MSI property)
  11. That! is not my link http://adf.ly/1713566/dotnet4intslim BTW if you are on Windows 7 forget 4.0, go to 4.5
  12. I figured out the problem that caused the makecab failed error, you have to enable 8.3 filenames on the drive/partition
  13. Let me know if it works fine or if anything is broken
  14. Silent install: /qn (and/or other standard MSI switches, custom settings/options switches listed bellow) New: Supported command line switches to add serial number, change installation directory, enable/disable shortcuts, automatic updates, etc. during silent or gui install ;;; To add your serial number SERIALNUMBER=12345-12345-12345-12345-12345 ;;; To change installation directory INSTALLDIR=<directory> ;;; Add =1 to enable or =0 to disable the following (their <default> state is listed) DESKTOP_SHORTCUT=<disabled> QUICKLAUNCH_SHORTCUT=<disabled> STARTMENU_SHORTCUT=<enabled> AUTOSOFTWAREUPDATE=<disabled> COMPONENTDOWNLOAD=<enabled> DATACOLLECTION=<disabled> Example: If you want to automatically install with serial number and re-enable desktop shortcut & automatic updates <vmware-lite>.msi SERIALNUMBER=12345-12345-12345-12345-12345 DESKTOP_SHORTCUT=1 AUTOSOFTWAREUPDATE=1 /qn Optional: Version 11 no longer supports x86 so for 32 bit OS's you need to use version 10: http://adf.ly/1713566/vmwareliteold Or you may prefer VirtualBox Lite MD5: 4680873df8556af936fae393e471fbe2 Size: 70.3 MB
  15. Integrate the stuff you can integrate, only use sysprep if the update or program needs to be manually installed My personal opinion
  16. Depends if you are using wintoolkit or onepiece nt6 integrator WinToolkit just puts the files directly in the image and a INF or REG is used to add the registry entries I am no expert but I think the oncepiece integrator can handle xp addons (with slight modification)
  17. 6-14-2013 Add: 2848798 Rem: 2846044
  18. 6-14-2013 Add: 2848798 Rem: 2846044
  19. No, gracias a ud
  20. Gracias luis...actualizado El .net 4/5eu sigue, talvez esta noche o mañana
  21. Si alguien de ustedes pueden instalar las siguientes actualizaciones y exportar las entradas de registro, puedo actualizar al upl...estas son las actualizaciones para XP KB2808679 KB2839229 Necesito las entradas de: HKLM\SOFTWARE\Microsoft\Updates\Windows XP\SP4\KB#######HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix\KB####### Este de IE8 KB2838727 Necesito las entradas de: HKLM\SOFTWARE\Microsoft\Updates\Windows XP\SP0\KB2838727-IE8HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix\KB2838727-IE8Las entradas las pueden exportar manualmente o pueden usar a regshot. Primero se hace clic en "1st shot-whole registry", luego instalas el hotfix, después se hace clic en "2nd shot-whole registry", después se hace clic en OK y pueden cerrar a IE...luego hacen clic en "clear all" y se repite el proceso. Los archivos INF que necesito son puestas en %systemdir%\Hive o C:\Hive
  22. Are you sure that it installs the 32 bit? Look for %WinDir%\Microsoft.NET\Framework64\v4.0.30319 BTW the x64 installer installs both x86 and x64 files, no need for both
  23. Try without start.exe, just explorer.exe Edit: if you are on 64 bit use the x64: command in config.txt RunProgram="%%P:taskkill /F /IM explorer.exe"RunProgram="nowait:%%P:explorer.exe"
  24. 6-11-2013 Add: 2836939
×
×
  • Create New...