Installer Repacks
Modified installer packages
222 topics in this forum
-
AIDA64 Extreme v4.70.3200 Features: Added Control Panel icon option during install, Desktop icon unchecked by default, Quick Launch icon unchecked/only offered to Vista and bellow, Sidebar Gadget installs by default on Vista or 7 (not 8,) for program registration setup will copy pkey.txt if present in the same directory as the installer, removed languages and files (details bellow) Download: http://adf.ly/1713566/aida64ext MD5: ca70ea56143785d303f7acf9a2b71b35 Size: 13.7 MB Website: http://www.aida64.com/product/aida64-extreme/overview Removed: ***TOOLBARS***aida64.webkerneld.ia64kerneld.w9xlibeay32.dll (will require OpenSSL)ssleay32.dll (will require OpenSSL)(Installs…
- 31 replies
- 15k views
-
Telegram is a free instant messaging app which works on all your devices: Android, iOS, PC, Mac, Linux, Windows Phone, and there's a web version to cover everything else. You can have the app running simultaneously, everywhere, if you like-- Telegram automatically keeps everything in sync. Chats can be simple, just you and one or two friends. Add some stickers, use the animated GIF search, or share some pictures of your own. There's even a capable photo editor to make sure your images are looking their best. But that's just the start. You could also work with groups of up to 5,000 people, and share an unlimited number of photos, videos, archives, or any oth…
- 46 replies
- 14.7k views
-
All versions in one installer. Integrated: .NET Framework Setup Verification Tool | .NET Framework Cleanup Tool | .NET Framework Repair Tool .NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library called Framework Class Library and provides language interoperability across several programming languages. Programs written for.NET Framework execute in a software environment named the Common Language Runtime. The CLR is an application virtual machine that provides services such as security, memory management, and exception handling. As such, computer code written using.NET Framewor…
-
- 2 replies
- 14.7k views
-
-
The project is closed
- 4 replies
- 14.7k views
-
Avira.Free v15.0.16.282 Free [English] [Silent]... ;-) Download: Features: -Not install Toolbars or other junk... -To Silent Install use /silent or /verysilent switch... Cheers... ;-)
-
- 4 replies
- 13.6k views
-
-
x86: http://my.repacks.space/PaintDotNet_x86.msi MD5: b405804dd779f85e35ead492242ff041 Size: 5.54 MB x64: http://my.repacks.space/PaintDotNet_x64.msi MD5: 15fc7aeb19dc834b07a7b056735e9f30 Size: 5.54 MB Website: http://www.getpaint.net/ Default/Customizable MSI properties/command lines CHECKFORBETAS 0 CHECKFORUPDATES 0 DESKTOPSHORTCUT 0 JPGPNGBMPEDITOR 0 PDNUPDATING 0 TARGETDIR C:\Program Files\Paint.NET TGAEDITOR 0
- 29 replies
- 12.9k views
-
This is the yumeyao LZX:21 mod of InstEd (you can credit him and ONLY him for this) For me, InstEd is unique because it can edit an msi file without touching SummaryInfo... Modificatioins: VC10 Runtimes removed from the pack. gdiplus.dll removed from the pack. Changed defaut option - Last Saved by - Don't change on save ----- this is what I mentioned above, not touching SummaryInfo. Allow hacking the executable to grant generating LZX-compressed cab files. (commandline switch: HACKLZX=1) 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 (o…
- 18 replies
- 12.9k views
-
DAEMON Tools Lite v4.49.1.356 Info: NO adware, also the follwing options have been DISABLED: Use tray agent, Autostart, Automount, Check for updates, Enable Media Info panel, Send anonymous usage statistics. MD5: ff6102f6dd899ea3842926aa0f9eea65 Size: 9.55 MB Download: http://adf.ly/1713566/dtliterepak Website: http://www.daemon-tools.cc SCSI Pass Through Direct a.k.a SPTD v1.87 (Windows XP/Vista/7/8/8.1 x86/x64) Info: Optional, for advanced functions MD5: f5b82fc35ec04109793ca78cafe8a6bc Size: 1.09 MB Download: http://adf.ly/1713566/sptdaio SCSI Pass Through Direct a.k.a SPTD v2.02 (Windows 10 x86/x64) Info: Optional, for advanced functions MD5: fe096f49fdc7f…
- 15 replies
- 12.7k views
-
About: Foxit PhantomPDF Standard v7.3.4.311 - PDF Editor & Tools ~ Highly Compressed RePack. Nothing Added/Removed/Modified/Edited. Compressed from 114.2 MB (original msi) to 49.4 MB [Saves 63.8 MB]. NOTE: You can choose to activate a 30-day trial of the full application (dont forget to register with your email id in the app, for access of all the features duing trial period) or the free express edition (with limited functions). You can also buy a full license. Foxit PhantomPDF Collaborate, Annotate & Share Overview: Foxit PhantomPDF Converter Overview: …
-
- 2 replies
- 12.6k views
-
-
https://www.sumatrapdfreader.org/free-pdf-reader.html - Original installers repacked to made them silent - SumatraPDF will be installed in %ProgramFiles%. - The Dual version automatically install the version corresponding to your architecture (x86 or x64) - Compatible from Vista to 11, 32/64 bits - Multilingual - PDF format associated to SumatraPDF (only on Windows 7 & below) - Uninstallable Starting from version 3.4.1, you can use the -ai switch on the sfx to let Windows Search index the content of your PDF. SFX_SumatraPDF_3.5.2_Dual.exe Size: 12,2 MB SFX_SumatraPDF_3.5.2_x64.exe Size: 6,56 MB SFX_SumatraPDF_3…
- 29 replies
- 12.2k views
-
There are some ways to do this. Such as using a external DLL.But I do not like this way. The Inno surport Pascal script. The Pascal script can call standard Win32 API functions inside standard Windows DLLs. So we can check the app is whether running. Here is a part of script in section:; Any question, let me know. ;It work on 32 and 64 modules! [code] type HANDLE = LongInt; HMODULE = HANDLE; pHMODULE = Array[0..255] of HMODULE; LPDWORD = DWORD; PDWORD = Array[0..255] of DWORD; LPTSTR = String; const PROCESS_QUERY_INFORMATION = $400; PROCESS_VM_READ = $10; MAX_LENGTH = 255; function OpenProcess(dwDesiredAccess : DWORD; bInheritHandle : Boolean; dwProcessId : DWORD) : HAN…
- 12 replies
- 11.8k views
-
Adobe Reader XI AddOns ENU, FRA and NLD Repacked installer with removed VC++ Runtimes and disabled AdobeARM service startup. Installers require VC9 and VC10 prior to install. AddOns integrate with RVMI, nLite and DX-Integrator. Installers can be found by unpacking the AddOns. Available multimode switches for all Windows: silent: " -gm2 -qn" pasive: " -qb" live install with GUI Adobe_Reader_XI.0.6_ENU_AddOn.cab MD5: E57E97E381CE360C53BF52A726B7FC22Size: 40,29 MBUrl.: http://www.sendspace.com/file/t8hjno Adobe_Reader_XI.0.6_FRA_AddOn.cab MD5: 69DD4929CA2C4D569B24627009419442Size: 40,28 MBUrl.: http://www.sendspace.com/file/3ghqxd Adobe_Reader_XI.0.6_NLD_AddOn…
-
- 17 replies
- 11.5k views
-
-
Skype allows users to communicate with peers by voice using a microphone, video by using a webcam, and instant messaging over the Internet. Phone calls may be placed to recipients on the traditional telephone networks. Calls to other users within the Skype service are free of charge, while calls to landline telephones and mobile phones are charged via a debit-based user account system. Skype has also become popular for its additional features, including file transfer, and videoconferencing. Microsoft and Facebook Account Integration Sign up and sign-in is easier than ever. You can now sign into Skype using your Microsoft or Facebook account - there's no need to create…
-
- 28 replies
- 11.2k views
-
-
Source: MSIAfterburnerSetup430.exe Released: October, 2016 PreRequisites: Visual C++ Redistributable 2008 x86 About: MSI Afterburner is a handy overclocking utility for graphics cards. Main features include GPU/Shader/Memory clock adjustment, advanced fan speed and GPU voltage control. Removed: - Translation files - RTSSSetup.exe (Rivatuner Statistics Server Application) - Skins, except default skins and MSICyborg skins - replaced vcredist installer with vcredist installer repacked for smaller size Tweaked: disable AutoUpdate inside MSIAfterburner.cfg--> UpdateCheckingPeriod=0 File name: MSIAfterburner430-Setup.exe Size: 10,6MB MD5: E8568A3E844…
- 15 replies
- 10.7k views
-
Avast! Free Antivirus v9.0.2021 RePack by niTe_RiDeR_Pro Avast Free Antivirus v9.0.2021.515 RePack with cool stylish UI. RePack By niTe_RiDeR_Pro ====================================================================================== Command Line Usage Parameters: =>For basic silent installation (only progress display and no user interaction), use: "avast_free_antivirus_9_repack.exe" /exebasicui /qb /norestart==>For full 100% silent installation (no UI display at all) use: "avast_free_antivirus_9_repack.exe" /exenoui /qn /norestart==>For full command line usage switch list(help dialog box), run: "avast_free_antivirus_9_repack.exe" /?==========…
- 13 replies
- 10.5k views
-
[Repack] Avast! Free Antivirus 2016 v v12.3.3154 [Multilang]... ;-) -To Silent install use /silent or /verysilent... -No install Toolbars or other junks... Thanks to @darkblood by his installer & silent switches... http://www.wincert.net/forum/topic/12693-repack-avast-free-antivirus-v902021515-repack-with-silent-install-switch/#entry115021 Regards... ;-) Download:
- 10 replies
- 10.2k views
-
Information: doPDF is a free PDF creator that does what the name suggests, creates PDF files. Once installed it will allow you to convert any type of printable documents to PDF files. doPDF installs itself as a virtual PDF printer driver so after a successful installation will appear in your Printers and Faxes list and also in the list of All Programs. features: Reduced the size of the installer. Preserved the structure of the original msi, in order to avoid errors. changelog: [Current build] Changes in doPDF 8.2.929 (2-March-2015) Fix: First print from Internet Explorer had errors in certain situationsFix: Various other minor fixes Changes in doPDF 8.2.927 (10-Febru…
- 9 replies
- 10.2k views
-
MediaInfo Lite Repack created with Inno Setup Bundle Größe: 4,46 MB MD5: 37A5801E303D68CB89695E3E07C8AD29 Download | MediaInfo Lite
-
- 6 replies
- 10k views
-
-
http://adf.ly/1713566/ssceaioenuMD5: cd7e0ee2d1b6f65aa7671e6aaad7c585Size 3.70 MB about: Contains Microsoft SQL Server 2005 Compact, Microsoft SQL Server Compact 3.5 SP2 and Microsoft SQL Server Compact 4.0 SP1 (ENU Editions) with old vc runtimes removed. Usage: SSCERuntime-ENU_AIO.exe [switches]All switches are optional./y - Passive mode, shows progress bar advancing but requires no user interaction. *All* Editions are installed./ai - Passive mode, shows progress bar advancing but requires no user interaction. *Only* v4.0 is installed./aiV - Quiet mode, no user input required or output shown. *Only* 2005 Edition is installed./ai3 - Quiet mode, no user input required or …
-
- 3 replies
- 10k views
-
-
32-bit Source: 7z938.msi 64-bit Source: 7z938-x64.msi Released: January 3, 2015 About: 7-Zip is a file archiver with a high compression ratio. Removed: Language files File name: 7z938-x86-x64.exe Size: 1,62MB Silent Install Command: /ai MD5: 0BDCF8B26E63CE82FD16FBA0F06B60AB Download: http://www.datafilehost.com/d/af27e761
- 11 replies
- 10k views
-
Microsoft Camera Codec Pack v16.4.1970.624 Info: Removed Visual C++ 2010 runtimes and rebuilt Website: http://www.microsoft...s.aspx?id=26829 English x86: http://adf.ly/1713566/msccp86enmsi MD5: c407ef8a708d8fe7cd52bddf6ed995e5 Size: 6.59 MB English x64: http://adf.ly/1713566/msccp64enmsi MD5: 399493cabbb0fd984ebab2fc59c7e1b8 Size: 12.4 MB This repack is now obsolete, the latest one no longer has vc runtimes in the installer Download: http://www.microsoft.com/en-us/download/details.aspx?id=26829
- 22 replies
- 9.1k views
-
Download: MEGA Product Name: Adobe Acrobat DC Pro File Name: AcrobatDCPro1500820082.exe Version: 15.008.20082 (Continuous) Size: 402 MB Date: 7/31/2015 MD5: 53EBCFF436224BEEC4EC8B2E65AF9752 Tweaked: Optimization: Disabled Caching of installer files on local drive: Disabled Configuring a Rights Management Server: Disabled Configuring WebMail profile: Disabled EULA: Accepted Default Action for Unspecified File Types: Never Launch Acrotray.exe runs at startup: Removed Product Updates: Disabled Upsell: Disabled When launching PDF in IE: Prompt to open/save Adobe Acrobat Document Could services: Disabled Adobe Send for Signature: Disabled Preference synchronization across dev…
- 6 replies
- 9.1k views
-
MagicISO Maker v5.5 (Build 281) + MagicDisc v2.7.106 -- RePack by niTe_RiDeR_Pro + NOTE - You can select which programs to install in the setup wizard. This is the trial unregistered version of MagicISO. MagicDisc is a freeware. Command Line Options: Usage: miso.maker.5.5_mdisc.2.7.106_repack-_-niTe_RiDeR.exe [switch] All switches are optional. Switches: Examples: miso.maker.5.5_mdisc.2.7.106_repack-_-niTe_RiDeR.exe /SILENT /NORESTART /SUPPRESSMSGBOXES /LOGmiso.maker.5.5_mdisc.2.7.106_repack-_-niTe_RiDeR.exe /VERYSILENT /NORESTART /SUPPRESSMSGBOXES /COMPONENTS="magiciso" File Name: miso.maker.5.5_…
- 2 replies
- 8.7k views
-
Source: WiseCare365_SharewareOnSale.exe Released: January, 2016 About: Wise Care 365 is a bundle of important registry, disk, and other system utilities for your PC. Removed: - Assistance application: Assisant.exe - WiseTray.exe - Translation files - WiseBootAssistant service - Avatar images - Scripts: shellexec postinstall uninstallrun to site link - All prog images + prog list inside tools folder, because it's only downloader Tweaked: 1) Integrated config.ini & config_tray.ini for tweaks 2) Integrated CheckupExclude.lst for exclusion of Custom Checkup: - Check for availability for Windows Update service [unchecked] - Check for a…
- 23 replies
- 8.6k views
-
About: HWiNFO is a professional hardware information and diagnostic tools supporting latest components, industry technologies and standards. Homepage: HWiNFO Repack Features: - Edited HWiNFO32.INI & HWiNFO64.INI for disable AutoUpdate--> AutoUpdate=0 - included UninsDeleteKey for cleanup: HKEY_CURRENT_USER\Software\HWiNFO32 HKEY_CURRENT_USER\Software\HWiNFO64 32-bit File: hw32_538_setup.exe MD5: E6884FB30442A0D7C867BFC11393286A Download: http://www.mediafire.com/file/nlxrrnk392sj17g/hw32_538_setup.exe 64-bit File: hw64_538_setup.exe MD5: F67EFDC69ED853508BC7A079CCB7881C Download: http://www.mediafire.com/file/wq3eh2eizkdc5sv/hw64_538_se…
- 18 replies
- 8.6k views