Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Reputation Activity

  1. Like
    ricktendo got a reaction from SunLion in [inno setup] A way to pin a shortcut onto taskbar in code   
    Already has, I added it to my AIDA64 installer and its working perfectly (even removes it on uninstall)
  2. Like
    ricktendo got a reaction from SunLion in [inno setup] A way to pin a shortcut onto taskbar in code   
    THIS IS AWESOME!!!
    Works like a charm
  3. Like
    ricktendo got a reaction from SunLion in [Addon] Cab Maker V 3.3   
    Works great...only one small thing, does not work for folders with period <.> in the filename example: "Folder.Example"
    Edit: and you may want to use better compression, I dont know the exact switch to achieve the best cab compression with makecab/cabarc but I am sure somebody else does
  4. Thanks
    ricktendo got a reaction from SunLion in [Repack] VirtualBox 5.1.18 + ExtensionPacks   
    Here is what I am talking about, this is slimmed based on your installer, I rebuilt common.cab and the embedded product.cab's in each MSI installer... Then finally I replaced the ones in the original installer with those I rebuilt
     
    Download: http://adf.ly/1713566/vboxrpck
    MD5: 8cdb56d006f1874fc318d1a09bfe1678
    Size: 83.7 MB
     
    I hope you don't feel like I am stepping on your toes here, I of course will provide to you how I did this. Maybe you can use this to take your repacking skills a bit further
     
    Tools:

    http://xp.xpdnc.org/files/msi_vbs_examples.zip (Optional)https://dl.dropboxusercontent.com/u/56155351/Tools/MsiTran.Exe (Optional)https://dl.dropboxusercontent.com/u/56155351/Tools/vbox.7zMakeCab     (comes with Windows)InstEdRestorator 2007 MSI Instructions:
    - Extract VirtualBox installer files

    <installer>.exe -extract -path .\- Edit the MSI to make slim or apply the MST with InstEd or MsiTran (Note: I also remove vc2k10 runtimes)
    MsiTran.exe -a <mst_name>.mst <x86_and_or_amd64>.msi- Do an admin install of both MSI's, now copy common.DDF into ANYONE of the admin install location and rebuild common.cab
    makecab.exe /f common.DDF- Do the same to rebuild product.cab's (use 32 DDF for x86 and 64 for amd64)- Now we will add the product.cab back into the MSI, you can use InstEd but I prefer

    WiStream.vbs <msi_name>.msi product.cab- With InstEd change the admin install MSI's Sumary Information from Admin External. Long filenames to Compressed. Long filenames, you can also use this VBS command
    WiSumInf.vbs <msi_name>.msi Words=2EXE Instructions:Now that we have both installers repacked with none of the stuff we removed, we need to add them back into the EXE... You can simply open the original VirtualBox installer EXE in Restorator 2007, copy the files from within Windows Explorer and paste them into the RCData BIN's, but I rather add them to a RES file, then apply the res file with Restorator because the EXE date does not change and you wont get those ugly shortcut icons that Restorator leaves behind
     
    - Open provided RES file with Restorator 2007
    - In Windows Explorer copy (Ctrl+C) x86 MSI and paste (Ctrl+V) in RCData -> BIN_00
    - Do the same for x64 MSI (BIN_01) and common.cab (BIN_02) and save RES
    - Now open VirtualBox installer with Resource Hacker, now choose Action -> Update all Resources (apply the RES file)
    - Save and you are DONE!!!
     
    Bonus:
    If you are wondering how to get the DDF, you can open the MSI in InstEd, go to Media, right click on CAB and choose Show ddf, I prefer to use

    WiMakCab.vbs <msi_name>.msi cabname /LIf I use WiMakCab.vbs I have to edit it a littleEdit: I just realized its easier for you to rebuild/embed the CAB's, just open your MSI in InstEd, go to Media, right click on CAB and choose Rebuild selected CAB
    Edit2: You can also save space if you remove the linux and os2 stuff from VBoxGuestAdditions.iso (28MB after removal)
  5. Like
    ricktendo got a reaction from Reezo in [Legacy] .NET Framework AIO for XP x86 (1-10-2016)   
  6. Thanks
    ricktendo got a reaction from p1R in [Repak] Adobe Reader XI Lite 11.0.10 (de en es fr hu it pl ptb ru tr)   
    This is my updated, lite installer with a few Adobe Customization Wizard tweaks from this tutorial by Aaron Parker
    Details: Integrated latest MSP update, old Visual C++ runtimes removed, also other stuff removed and made "Lite", recompiled MSI, applied custom MST tweaks (details bellow)
    English United States (en-US) Updated
    MD5: b67afb0cf53ab6bfe50db7dca4c55656
    Size: 54.3 MB
    German Germany (de-DE) Updated
    MD5: 21d78e42d4de9579474a68af54c5cf3c
    Size: 54.7 MB
    Spanish Spain (es-ES) Updated
    MD5: f98fd244b74adc30becd118e6d2f78e5
    Size: 54.7 MB
    French France (fr-FR) Updated
    MD5: 628c6bbaa9c9540fec8ce73c4dd75ed4
    Size: 54.7 MB
    Hungarian Hungary (hu-HU) Updated
    MD5: c94a243ed71a29b9bfba20ae7bc8af78
    Size: 54.7 MB
    Italian Italy (it-IT) (Mirror)
    MD5: ff1d6364469fc164ac18761afd84173a
    Size: 54.5 MB
    Polish Poland (pl-PL) Updated
    MD5: 89d69f6190a9b5cd1396c97965111249
    Size: 54.7 MB
    Portuguese Brazil (pt-BR) Updated
    MD5: 9b521f9b07b1440ac7352e765df7bf75
    Size: 54.7 MB
    Russian Russia (ru-RU) (Mirror)
    MD5: 84a70b1194ecac300042185f4914ce96
    Size: 54.5 MB
    Turkish Turkey (tr-TR) Updated
    MD5: 3d3f746bde2dab1f23e0bdd54ec75c4f
    Size: 54.7 MB
    CustWiz and other tweaks
    Hidden Menu Items

    //HideMenu.js // [File - Save As Other]app.hideMenuItem("SaveAsSubmenu"); // [File - Send File]app.hideMenuItem("Email"); // [Edit - Check Spelling]app.hideMenuItem("Spelling:Spelling"); // [Edit - Accessability]app.hideMenuItem("Accessibility"); // [View - Read Out Loud]app.hideMenuItem("ReadAloud"); // [Help - Online Support]app.hideMenuItem("OnlineSupport"); // [Help - Online Support - Knowledge Base]app.hideMenuItem("KnowledgeBase"); // [Help - Online Support - Adobe Support Programs]app.hideMenuItem("AdobeExpertSupport"); // [Help - Online Support - Adobe User Community]app.hideMenuItem("AdobeUserCommunity"); // [Help - Online Support - Accessibility Resource Center]app.hideMenuItem("AccessOnline"); // [Help - Online Support - Generate System Report]app.hideMenuItem("SystemInformation"); // [Help - Repair Adobe Reader Installation]app.hideMenuItem("DetectAndRepair");Some tools to create your own
    Adobe Customization Wizard (repack/removed old runtimes)http://adf.ly/1713566/custwizInstEd (yumeyao LZX:21 mod)http://adf.ly/1713566/instedmsiSlim down your installers:http://adf.ly/1713566/msislim
  7. Like
    ricktendo reacted to bphlpt in Merry Christmas!   
    I'm glad to see you haven't changed in the last 8 years, Rick. I hope you are well, my friend.
    Cheers and Regards
  8. Like
    ricktendo got a reaction from alfreire in Unable to crearte a new Autounattend   
    You can take a look at my Autounattend.xml I have sanitized. it YOU just change the /IMAGE/INDEX Value to the number of the image you want to install in install.wim
    My XML does not automatically format your drive and install, it will however create a local administrator account and auto login once. It also creates and sets a new Ultimate Performance power plan and registers some of my shell extension DLLs (also schedule PC shutdown at 0400)
     
    <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/INDEX</Key> <Value>1</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Your Name Here</FullName> <Organization></Organization> <ProductKey> <Key></Key> </ProductKey> </UserData> </component> </settings> <!-- <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <EnableLUA>false</EnableLUA> </component> </settings> !--> <settings pass="specialize"> <component name="Microsoft-Windows-ErrorReportingCore" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableWER>1</DisableWER> </component> <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableFirstRunWizard>true</DisableFirstRunWizard> <Home_Page>about:Tabs</Home_Page> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ComputerName>Name-PC</ComputerName> </component> <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DisableSR>1</DisableSR> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Name Here</Username> <Password> <Value>3n(rypt3d</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>powercfg -h off</CommandLine> <Description>Disable Hibernate</Description> <Order>1</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61</CommandLine> <Description>Enable Ultimate Performance Mode</Description> <Order>2</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>powercfg -s e9a42b02-d5df-448d-aa00-03f14749eb61</CommandLine> <Description>Sets Ultimate Performance Mode Power Plan</Description> <Order>3</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /c for %i in (CmdOpen HashCheck) do if exist %SystemRoot%\System32\ShellExt\%i.dll regsvr32 /s /i:&quot;NoCopy&quot; /n %SystemRoot%\System32\ShellExt\%i.dll</CommandLine> <Description>Install ShellExt</Description> <Order>4</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /c for %i in (HashTab) do if exist %SystemRoot%\System32\ShellExt\%i.dll regsvr32 /s %SystemRoot%\System32\ShellExt\%i.dll</CommandLine> <Description>Register ShellExt</Description> <Order>5</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>schtasks /create /sc DAILY /tn &quot;Power Off&quot; /tr &quot;shutdown /s /t 60 /c \&quot;Your PC will shutdown in aproximately 1 minute.\&quot;&quot; /st 04:00 /f</CommandLine> <Description>Power Off Shedule</Description> <Order>6</Order> </SynchronousCommand> </FirstLogonCommands> <OOBE> <HideEULAPage>true</HideEULAPage> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>3</ProtectYourPC> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Description>Personal account</Description> <Group>Administrators</Group> <Name>Name Here</Name> <Password> <Value>3n(rypt3d</Value> <PlainText>false</PlainText> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="wow64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /c for %i in (CmdOpen HashCheck) do if exist %SystemRoot%\SysWOW64\ShellExt\%i.dll regsvr32 /s /i:&quot;NoCopy&quot; /n %SystemRoot%\SysWOW64\ShellExt\%i.dll</CommandLine> <Description>Install ShellExt</Description> <Order>1</Order> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /c for %i in (HashTab) do if exist %SystemRoot%\SysWOW64\ShellExt\%i.dll regsvr32 /s %SystemRoot%\SysWOW64\ShellExt\%i.dll</CommandLine> <Description>Register ShellExt</Description> <Order>2</Order> </SynchronousCommand> </FirstLogonCommands> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/img/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>  
  9. Like
    ricktendo reacted to mooms in Hello again!   
    Hi Rick, glad to see you here again 🙂
  10. Like
    ricktendo got a reaction from mooms in Hello again!   
    Hello Fellow members,
    Been away for some time, but now that I have some more free time on my hands maybe I will drop by more often and help out whenever I can.
    To preemptively answer the obvious question: no, I am no longer doing repacks but I will happily help any repacker on the forum if they ask (just allow me to clean up my inbox as my private message limit has been exceeded)
     
    Ric
  11. Like
    ricktendo reacted to NIM in Hello again!   
    Hi Rick, 
    welcome back man! How're you been doing? I'm glad to see you again.
     
  12. Like
    ricktendo reacted to luis in Hello again!   
    Que bueno tenerte de regreso Rick
  13. Like
    ricktendo reacted to abbodi1406 in Microsoft .NET Framework 4.8 for Windows 7   
    Updated: 4.8.4261.2 (KB4578977)
  14. Like
    ricktendo got a reaction from dingo in [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)   
    Slim Microsoft .NET Framework 4.6.1 Full x86/x64
    Slim Microsoft .NET Framework 4.6.1 Full x86/x64 Incl. Language Packs (ar cs da de el es fi fr he hu it ja ko nl no pl pt-BR pt-PT ru sv tr zh-Hans zh-Hant)
     

    Some tools and resources for (re)creating your own slim (intl) installer
    http://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567  
  15. Like
    ricktendo got a reaction from ozmania 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:
     
     
     
  16. Like
    ricktendo got a reaction from Docthal in [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64   
    Info: Microsoft Visual C++ 2005/2008/2010/2012/2013/2014/2015, Microsoft Visual F# 2.0, Microsoft Visual J# 2.0 redistributable packages (with setup junk removed.) Also includes "extra" Visual Basic and C runtimes (see list bellow)

    Same as above but excludes F# & J# runtimes
     

    Info: Microsoft Visual C++ 2005/2008/2010/2012/2013 redistributable packages (with setup junk removed.) Also includes "extra" Visual Basic and C runtimes (see list bellow)
    Some tools and resources for (re)creating your own installer
     
    Visual AIO SFX Maker v6 (installer repacker):http://adf.ly/1713566/visualsfxSilent "No GUI" SFX alternative v4:http://adf.ly/1713566/visualsfxngKB2538242 MST Windows Update fix v1.7:http://adf.ly/1713566/wufix5mstKB2538243 MST Windows Update fix v3:http://adf.ly/1713566/wufix8mstMsiTran.Exe -a <transform>.MST <installer>.MSI:http://adf.ly/1713566/msitranSlim down your vcredist 2005/2008 installers:http://adf.ly/1713566/msislim"Extra" Visual Basic/C runtimes installer sourceshttp://adf.ly/1713566/vbcsourceIf you cant find a hotfix try using the KB number w/ this URLhttp://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567 Hotfix list
     
     
     
    Also includes:
     
     
    name version/*-- Microsoft Visual Basic Runtimes -----------------------------------*/ comct232.ocx 6.0.98.39comct332.ocx 6.7.0.9839comctl32.ocx 6.0.98.39comdlg32.ocx 6.1.98.41dblist32.ocx 6.1.98.39mci32.ocx 6.1.98.39mscomct2.ocx 6.1.98.39mscomctl.ocx 6.1.98.39mscomm32.ocx 6.1.98.39msdatgrd.ocx 6.1.98.39msdatlst.ocx 6.1.98.39msflxgrd.ocx 6.1.98.39mshflxgd.ocx 6.1.98.39msinet.ocx 6.1.98.39msmask32.ocx 6.1.98.39msstdfmt.dll 6.1.98.39msstkprp.dll 6.1.98.39mswinsck.ocx 6.1.98.39 picclp32.ocx 6.1.98.39richtx32.ocx 6.1.98.39sysinfo.ocx 6.1.98.39tabctl32.ocx 6.1.98.39vb40032.dll 4.0.29.22/*-- Microsoft Visual Basic Runtimes (16bit) ----------------------------*/vb40016.dll 4.0.24.22vbrun100.dll <none>vbrun200.dll 2.0.9.8vbrun300.dll 3.0.5.38/*-- Microsoft Visual Basic Virtual Machine -----------------------------*/msvbvm50.dll 5.2.82.44/*-- Microsoft Visual C Runtimes ----------------------------------------*/atl70.dll 7.0.9975.0atl71.dll 7.10.6119.0mfc70.dll 7.0.9975.0mfc70chs.dll 7.0.9975.0mfc70cht.dll 7.0.9975.0mfc70deu.dll 7.0.9975.0mfc70enu.dll 7.0.9975.0mfc70esp.dll 7.0.9975.0mfc70fra.dll 7.0.9975.0mfc70ita.dll 7.0.9975.0mfc70jpn.dll 7.0.9975.0mfc70kor.dll 7.0.9975.0mfc70u.dll 7.0.9975.0mfc71.dll 7.10.6119.0mfc71chs.dll 7.10.6119.0mfc71cht.dll 7.10.6119.0mfc71deu.dll 7.10.6119.0mfc71enu.dll 7.10.6119.0mfc71esp.dll 7.10.6119.0mfc71fra.dll 7.10.6119.0mfc71ita.dll 7.10.6119.0mfc71jpn.dll 7.10.6119.0mfc71kor.dll 7.10.6119.0mfc71u.dll 7.10.6119.0msvci70.dll 7.0.9955.0msvcp70.dll 7.0.9466.0msvcp71.dll 7.10.6052.0msvcr70.dll 7.0.9981.0msvcr71.dll 7.10.7031.4msvcrt10.dll <none>  
  17. Like
    ricktendo got a reaction from Nr717 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:
     
     
     
  18. Like
    ricktendo got a reaction from GlacialMan in Repacks.net   
    Domain expired, have to wait till I have money to renew.
  19. Like
    ricktendo got a reaction from steven4554 in [Slim] .NET Framework 4.6.1 Full x86/x64 (2-27-2016)   
    Slim Microsoft .NET Framework 4.6.1 Full x86/x64
    Slim Microsoft .NET Framework 4.6.1 Full x86/x64 Incl. Language Packs (ar cs da de el es fi fr he hu it ja ko nl no pl pt-BR pt-PT ru sv tr zh-Hans zh-Hant)
     

    Some tools and resources for (re)creating your own slim (intl) installer
    http://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567  
  20. Like
    ricktendo got a reaction from Nirav Narang in We buy used Win 7 and Office 2010 licenses to improve reliability of the downloader   
    I also have tons of technet keys, none of them worked
  21. Like
    ricktendo got a reaction from Thedivorcee in [Repak] Universal Extractor 1.9.16.202   
    Universal Extractor
    Features: Includes updates and program improvements by gora, SendTo shortcut is on by default, Quick Launch only offered to Vista or bellow
    Download:
    Size: 7.55 MB
    Website: http://legroom.net/software/uniextract
    Gora: http://gora.7zsfx.info/addons
     
    ComponentList = 'docs - Documentation and licensing information | lang - Language files for internationalization support | kgb - Support for KGB files | pea - Support for Pea files | sit - Support for StuffIt files';TaskList = 'associate - Enable Explorer context menu integration | associate\files - Add UniExtract Files... to context menu | associate\here - Add UniExtract Here to context menu | associate\subdir - Add UniExtract to Subdir to context menu | associate\force - Force association with all supported archive formats | modifypath - Add Universal Extractor to your system path | sendtoicon - Create a SendTo icon | desktopicon - Create a Desktop icon | quicklaunchicon - Create a Quick Launch icon';ParameterList = '/APPENDEXT - Enables using TrID to identify and append file extensions to unknown files | /NOHISTORY - Disables archive and directory history functionality | /NOREMOVEDUPE - Duplicate files extracted by InstallExplorer will not be removed | /NOREMOVETEMP - Temporary files extracted by WUN will not be removed | /NOWARNEXECUTE - Do not display warning prompt before executing files for extraction | /NOUPDATE - Disables automatic update functionality';
  22. Like
    ricktendo got a reaction from moszter in [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64   
    Info: Microsoft Visual C++ 2005/2008/2010/2012/2013/2014/2015, Microsoft Visual F# 2.0, Microsoft Visual J# 2.0 redistributable packages (with setup junk removed.) Also includes "extra" Visual Basic and C runtimes (see list bellow)

    Same as above but excludes F# & J# runtimes
     

    Info: Microsoft Visual C++ 2005/2008/2010/2012/2013 redistributable packages (with setup junk removed.) Also includes "extra" Visual Basic and C runtimes (see list bellow)
    Some tools and resources for (re)creating your own installer
     
    Visual AIO SFX Maker v6 (installer repacker):http://adf.ly/1713566/visualsfxSilent "No GUI" SFX alternative v4:http://adf.ly/1713566/visualsfxngKB2538242 MST Windows Update fix v1.7:http://adf.ly/1713566/wufix5mstKB2538243 MST Windows Update fix v3:http://adf.ly/1713566/wufix8mstMsiTran.Exe -a <transform>.MST <installer>.MSI:http://adf.ly/1713566/msitranSlim down your vcredist 2005/2008 installers:http://adf.ly/1713566/msislim"Extra" Visual Basic/C runtimes installer sourceshttp://adf.ly/1713566/vbcsourceIf you cant find a hotfix try using the KB number w/ this URLhttp://support2.microsoft.com/hotfix/KBHotfix.aspx?kbnum=1234567 Hotfix list
     
     
     
    Also includes:
     
     
    name version/*-- Microsoft Visual Basic Runtimes -----------------------------------*/ comct232.ocx 6.0.98.39comct332.ocx 6.7.0.9839comctl32.ocx 6.0.98.39comdlg32.ocx 6.1.98.41dblist32.ocx 6.1.98.39mci32.ocx 6.1.98.39mscomct2.ocx 6.1.98.39mscomctl.ocx 6.1.98.39mscomm32.ocx 6.1.98.39msdatgrd.ocx 6.1.98.39msdatlst.ocx 6.1.98.39msflxgrd.ocx 6.1.98.39mshflxgd.ocx 6.1.98.39msinet.ocx 6.1.98.39msmask32.ocx 6.1.98.39msstdfmt.dll 6.1.98.39msstkprp.dll 6.1.98.39mswinsck.ocx 6.1.98.39 picclp32.ocx 6.1.98.39richtx32.ocx 6.1.98.39sysinfo.ocx 6.1.98.39tabctl32.ocx 6.1.98.39vb40032.dll 4.0.29.22/*-- Microsoft Visual Basic Runtimes (16bit) ----------------------------*/vb40016.dll 4.0.24.22vbrun100.dll <none>vbrun200.dll 2.0.9.8vbrun300.dll 3.0.5.38/*-- Microsoft Visual Basic Virtual Machine -----------------------------*/msvbvm50.dll 5.2.82.44/*-- Microsoft Visual C Runtimes ----------------------------------------*/atl70.dll 7.0.9975.0atl71.dll 7.10.6119.0mfc70.dll 7.0.9975.0mfc70chs.dll 7.0.9975.0mfc70cht.dll 7.0.9975.0mfc70deu.dll 7.0.9975.0mfc70enu.dll 7.0.9975.0mfc70esp.dll 7.0.9975.0mfc70fra.dll 7.0.9975.0mfc70ita.dll 7.0.9975.0mfc70jpn.dll 7.0.9975.0mfc70kor.dll 7.0.9975.0mfc70u.dll 7.0.9975.0mfc71.dll 7.10.6119.0mfc71chs.dll 7.10.6119.0mfc71cht.dll 7.10.6119.0mfc71deu.dll 7.10.6119.0mfc71enu.dll 7.10.6119.0mfc71esp.dll 7.10.6119.0mfc71fra.dll 7.10.6119.0mfc71ita.dll 7.10.6119.0mfc71jpn.dll 7.10.6119.0mfc71kor.dll 7.10.6119.0mfc71u.dll 7.10.6119.0msvci70.dll 7.0.9955.0msvcp70.dll 7.0.9466.0msvcp71.dll 7.10.6052.0msvcr70.dll 7.0.9981.0msvcr71.dll 7.10.7031.4msvcrt10.dll <none>  
  23. Like
    ricktendo got a reaction from ylx2014 in [Proper] Microsoft DirectX Redistributable (June 2010)   
    Microsoft DirectX end-user Redistributable (June 2010)
    Version: 9.29.1974
    Supported operating systems: Windows 8, Windows 7, Windows Vista, Windows Server 2012/2008+R2/2003 SP1+, Windows XP SP2+
    Website: http://www.microsoft.com/en-us/download/details.aspx?id=8109
     
     
    x86/x64: removed
    MD5: 2ef61d694dbcb3b3d0f47f1bbc0ca831
    Size: 90.7 MB
    x86: removed
    MD5: 0f51f57cff0bf51aa368f90da1c8b525
    Size: 42.8
  24. Like
    ricktendo got a reaction from matekudasai in [Theme] FlatLuna by PcMx v1.0   
    Download: Ricktendo64_FlatLuna_AddOn_v1.0.rar
    MD5: 59722D4A59F6AD8708C90B182C8F6D5C
    Website: http://www.deviantart.com/deviation/42170012/
    Autor: http://pcmx.deviantart.com/
  25. Like
    ricktendo got a reaction from Kay Klinkner in [AIO] Microsoft Visual B/C++/F#/J# Redistributable x86/x64   
    Thanks for spotting that, will update shortly with typo corrected
×
×
  • Create New...