Jump to content

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. Depends, I dont know how good at INF you are to begin with
  2. ricktendo replied to Coracolo's post in a topic in Win Toolkit
    What is the hardware id of your graphics card?
  3. Updated, removed license install dialog and xp/2003 support. Also created a English ONLY installer that is really tiny
  4. I think he wants to know how to make a WA addon like yours, but using my intl version that comes with language pack
  5. Actualizado...Esta bueno que me lo reclamen, a veces se me olvida
  6. 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)
  7. 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!!!
  8. 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)
  9. El UPL ya contiene IE8 y no tengo planes para reiniciar este addon
  10. 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
  11. ricktendo replied to oguz's post in a topic in Installer Repacks
    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.)
  12. 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)
  13. 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)
  14. Updated, fixed iso tools uninstall (it was broken because I had added "Lite" to the ProductName MSI property)
  15. That! is not my link http://adf.ly/1713566/dotnet4intslim BTW if you are on Windows 7 forget 4.0, go to 4.5
  16. I figured out the problem that caused the makecab failed error, you have to enable 8.3 filenames on the drive/partition
  17. Let me know if it works fine or if anything is broken
  18. 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
  19. ricktendo replied to promailer's post in a topic in Windows 7
    Integrate the stuff you can integrate, only use sysprep if the update or program needs to be manually installed My personal opinion
  20. 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)
  21. 6-14-2013 Add: 2848798 Rem: 2846044
  22. 6-14-2013 Add: 2848798 Rem: 2846044