Jump to content

HJSC

Members
  • Posts

    34
  • Joined

  • Last visited

Reputation Activity

  1. Like
    HJSC reacted to ricktendo in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)   
    1.1 KB2978114
    2.0 KB2978124
    4.0 KB2978125
  2. Like
  3. Like
    HJSC reacted to ricktendo in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)   
    Updated ptb, tr.
  4. Like
    HJSC reacted to ricktendo in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)   
    @oguz yes /qn will work on all msi packages and yes you can use them on Windows 7, with wpi, win toolkit and stuff
    @myselfidem I use InstEd to rebuild the msi (use yumeyao mod to get better compression)
    - I apply update msp
    - Remove the old runtimes
    - Apply customized mst
    - Open the msi in InstEd
    - In the Media table right click on the CAB and choose Rebuild selected CABs
    - Go to Tables -> Sumary info... and set your installer to Compressed. Long filenames and you are done
  5. Like
    HJSC reacted to ricktendo in [Tweaked] Skype 7.18.32.111 (Multilanguage)   
    In addition to using the Business installer version of Skype (with no update service) I remove the Run on Startup reg entry and I change move the shortcut out of the Skype subdir to \..
  6. Like
    HJSC reacted to ricktendo in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)   
    You need to learn to have a little more patience
     
    Added pt-BR and it-IT
  7. Like
    HJSC reacted to ricktendo in [Tweaked] Skype 7.18.32.111 (Multilanguage)   
    Updated
  8. Like
    HJSC reacted to ricktendo in [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)   
    Updated, added Hotfix Rollup KB2908383 installer to replace rtm
  9. Like
    HJSC reacted to ricktendo in [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64   
    Updated vb6 (removed duplicate mscomctl32.dll)
  10. Like
  11. Like
    HJSC reacted to Geej in Foxit Reader v6.1.1.1031   
    Major update (v6.1.1.1031) and my final update for this addon.
    This new addon structure allows end user to self-update easily when new foxit reader version is available.

    The main setup is now a msi file.
    At this moment (or in near future), you can get the msi file from
    http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/6.x/
    http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/6.x/6.1/enu/

    When new version comes out, just change the msi file name accordingly & modify slightly the winrar sfx comment file.
    And you are good to go.
    I have retain language feature as usual. So only your needed lang is installed. Rest are deleted.
    Minor registry tweaks are included to made it look 'good' on first launch.
    -Open program in max view mode
    -user changable for skin (Set to default= blue skin)

    Now includes Foxit PDF virtual printer

    Thanks to luis for the language test. Feel free to continue your Spanish update for this addon if you wish.

    Tested okay in VM for XP & Win7 x86 only.

    Lastly, uninstall any existing copy of my addon before installing this.

    Cheers
  12. Like
    HJSC reacted to ricktendo in [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64   
    Binaries are the same, only installer version info differs...anyway updated
  13. Like
    HJSC reacted to ricktendo in [Tweaked] Skype 7.18.32.111 (Multilanguage)   
    Tip: If you have InstEd installed you can generate one, open the modded MSI with it and choose Transform -> Generate Against... and select the original
     
    Updated
  14. Like
    HJSC reacted to ricktendo in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)   
    You can try not applying the MST with msitran and apply it to your admin package during install with cmdline (it may work then)
    <installer>.msi TRANSFORMS=<transforms>.mst
  15. Like
    HJSC reacted to ricktendo in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)   
    Create admin install and add MSP first...then create MST, vbscript and finally apply MST
     
    HideMenu.js is added as a binary file to the MST, if you export Binary/Enterprise.mnt and open it in notepad you can see your js embedded in this file
     

  16. Like
    HJSC reacted to ricktendo in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)   
    OK here is what I do/use, you will need InstEd MSI editor. Use this one because its patched for better cab compression http://www.wincert.net/forum/topic/9769-modded-insted-151526-lzx21/
    Steps:
    - Create a administrative install of adobe reader
    - Integrate the MSP update AdbeRdrUpd11003.msp
    - I edit the MSI to make it lite, you may skip this
    - Open the installer in InstEd, go to the "Media" Table, right click on "#Data1.cab" and choose "Rebuild selected CABs"
    - Once InstEd finishes rebuilding CAB, click the "Table" menu, choose "Summary Info..."
    - In Summary Information change the "Image Type" from "Admin External. Long filenames" to "Compressed. Long filenames"
    - Close InstEd and save your MSI
    - Now you can open your MSI with CustWiz v11.03 and choose your options
    Note: sometimes CustWiz does not apply the tweaks, it merely creates a MST (Microsoft Transform) file with the tweaks. You need to apply this to the MSI, you can do this with InstEd: Open your MSI again and click the "Transform" menu, choose "Apply transform..." and browse for your CustWiz generated MST (save & exit)
    Tell me what language you want, I can make you a lite installer keeping Accessibility plugins
  17. Like
    HJSC reacted to ricktendo in [Repak] VMware Workstation Lite 12.1.0-3272444   
    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
  18. Like
    HJSC reacted to ricktendo in [Modded] InstEd 1.5.15.26 (LZX:21)   
    Updated evalcom2.dll+mergemod.dll v5.0.9600.16384 and \Validation\*.cub from the new Orca in WDK8.1 final
  19. Like
    HJSC reacted to ricktendo in [Modded] InstEd 1.5.15.26 (LZX:21)   
    This is the yumeyao LZX:21 mod of InstEd (you can credit him and ONLY him for this)

    Download the updated/repacked installer

    http://adf.ly/1713566/instedmsiMD5: 9d3afa16be6c4e70bd985af58b666428 Size: 2.04 MB
    Or download the MST so you can apply it to current (or future) version of InstEd yourself

    http://adf.ly/1713566/instedmst
  20. Like
    HJSC reacted to ricktendo in [Slim] .NET Framework 4 Full x86/x64 (1-10-2016)   
    Some tools and resources for (re)creating your own slim (intl) installer
     
    http://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567  
    Changelog:
     
     
     
    Hotfix list:
     
     
     
  21. Like
    HJSC reacted to Geej in Foxit Reader v6.1.1.1031   
    Updated to v6.0.6.0722
  22. Like
    HJSC reacted to Geej in Foxit Reader v6.1.1.1031   
    Updated to v6.0.5.0618 
  23. Like
    HJSC reacted to user_hidden in [Addon] Microsoft Silverlight 5.1.30514.0   
    updated to version 5.1.20513.0
  24. Like
    HJSC reacted to user_hidden in [Addon] Microsoft .NET Framework AIO ROE x86 - 20131008   
    Microsoft .NET Framework AIO ROE x86 - 20131008
    includes:
    dotNet Framework 2.0 SP2
    KB958481 - Application Compatibility Update
    KB976569 - Update for the .NET Framework 2.0 SP2 forward compatibility
    KB976576 - Rollup Update
    KB976765 - ASP.NET update
    KB980773 - NCL update
    KB2604092 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    KB2729450 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    KB2742596 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2789643 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2833940 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2836941v2 - Compatibility and Reliability Update
    KB2844285v2 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2863239 - Vulnerabilities in .NET Framework Could Allow Spoofing
    dotNet Framework 3.0 SP2
    KB958483 - Application Compatibility Update
    KB976570 - Forward Comptibility Update
    KB976769 - WCF update
    KB977354 - This update will disable the Web Browser ActiveX control (WebOC) when running WPF XAML Browser Applications (XBAPs) in the Firefox browser in partial trust
    KB2756918 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2832411 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2861189 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    dotNet Framework 3.5 SP1
    KB953595 - The Visual Basic compiler (Vbc.exe) may use 100 percent of the CPU resources when you build a .NET Framework 3.5-based application that has many assemblies and references
    KB958484 - Application Compatibility Update
    KB960043 - Dual Branch Servicing
    KB963707 - Framework Assistant 1.0 for Firefox
    KB982306 - ADO.NET Data Services Update
    KB2604111 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    KB2736416 - Vulnerability in Open Data Protocol Could Allow Denial of Service
    KB2836940 - Compatibility and Reliability Update
    KB2840629 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2861697 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    Other Updates
    KB951847 = Microsoft .NET Framework 3.5 Family Service Pack 1
    KB959209 = KB958481 + KB958483 + KB958484
    KB971276 - You receive incorrect print output if the IPrintPipelineProgressReport interface is used in your printing application
    dotNet Framework 4.0 Client Profile
    KB2468871 - Update for the .NET Framework 4
    KB2533523 - Microsoft .NET Framework 4 Reliability Update 1
    KB2600217 - Microsoft .NET Framework 4 Reliability Update 2
    KB2604121 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    KB2656351 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2729449 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    KB2736428 - Vulnerability in Open Data Protocol Could Allow Denial of Service
    KB2737019 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2742595 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2789642 - Vulnerabilities in .NET Framework Could Allow Elevation of Privilege
    KB2804576 - Vulnerabilities in .NET Framework Could Allow Spoofing
    KB2832407 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2835393 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2836939v3 - Compatibility and Reliability Update
    KB2840628v2 - Vulnerabilities in .NET Framework and Silverlight Could Allow Remote Code Execution
    KB2858302v2 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    KB2861188 - Vulnerabilities in .NET Framework Could Allow Remote Code Execution
    note: if you get nagged by MU/WU for KB961118 and/or KB971314 use my Post-SP3 update pack
    or one that does include them. XPSP3_QFE_UpdatePack for Windows XP Post-SP3 (user_hidden)
    WIC and MSXML6 have been removed from the installer but is of no issue as they are included in Windows XP SP3.
    ===================================
    Addon for RVMi 1.6 or higher.
    Integrate this addon to run the installer at RunOnceEX.
    There will be progress boxes but NO user interaction is required.
    Passive mode is used since setup takes a while, this way you will know
    where you are in the setup process. Final installation will take
    place after OOBE and before Personalized settings occur.
    Link: Addon_Microsoft.Net_AIO_ROE_20131008.7z
    CRC-32: 7a0df040
    MD4: c54fd5f6d5de102eaa95b9ca68017687
    MD5: 845bbb1c60de66df547a715af2e8a9cd
    SHA-1: 4af2cae8a7f2411a222e005d715dcc3ad51d94f9
    Date: 20131008
    OS: Windows XP SP3 (x86)
    Size: 53.9 MB
    If you unpack the Addon to get access to the multimode installer you'll have access to the following switches:
    -ai = Silent
    -ai1 = Passive
    /h = displays help
    ===================================
    Some utilities:
    Aaron Stebner's .NET Framework Cleanup Utility
    Aaron Stebner's .NET Framework Setup Verification Tool
    dotNetFWVersionChecker.exe - .NET Framework Setup Verification Tool
    Free DotNet VersionCheck Utility
    ===================================
  25. Like
    HJSC reacted to ricktendo in [Repak] Microsoft Silverlight 5.1.41212   
    KB3056819: Security update for Microsoft Silverlight 5
    About: Took the Silverlight MSI and integrated/updated with the MSP (so you don't get the extra uninstall entry in "View installed updates") and rebuilt into a single package
    x86: http://my.repacks.space/Silverlight.msi
    Size: 7.68 MB
    MD5: d10f3e54d720e4a30ed83523f12e5ca0
    x64: http://my.repacks.space/Silverlight_x64.msi
    Size: 15.1 MB
    MD5: bee00e0c4273a01353731cbd9de41023
×
×
  • Create New...