Inno Setup Directx Install
Directx Redist silent extract and install command line? Directx_mar2008_redist.exe /Q /C /T:C: TempFiles directx. It is part of an install using Inno Setup. DirectX 9.0c does in fact come with Windows 10. Starting with Windows XP Service Pack 2, the 'DirectX End-user Runtime' never installs DirectX on any version of Windows. The only way to update 'DirectX' is to install a Service Pack, a Windows Update, or move to a new version of Windows. See Not So Direct Setup for the full story here. Finally a week or two ago, the final straw broke - we discovered a new bug which meant we couldn't really use InstallShield for our installation (it can't handle DirectX as a redistributable). So we switched to Inno Setup. Jul 22, 2013 At the time, we used a product called PC-Install to make the installer; since then we’ve moved on to Inno Setup. Unfortunately, although our software was 32-bit, the installer produced by PC-Install was 16-bit, and some flavours of recent versions of Windows no longer run 16-bit software.
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
Key features:
- Support for all versions of Windows in use today: Vista, XP, 2008, 2003, 2000, Me, 98, 95, and NT 4.0. (No service packs are required.)
- Extensive support for installation of 64-bit applications on the 64-bit editions of Windows. Both the x64 and Itanium architectures are supported. (On the Itanium architecture, Service Pack 1 or later is required on Windows Server 2003 to install in 64-bit mode.)
- Supports creation of a single EXE to install your program for easy online distribution. Disk spanning is also supported.
- Standard Windows 2000/XP-style wizard interface.
- Customizable setup types, e.g. Full, Minimal, Custom.
- Complete uninstall capabilities.
- Installation of files: Includes integrated support for 'deflate', bzip2, and 7-Zip LZMA file compression. The installer has the ability to compare file version info, replace in-use files, use shared file counting, register DLL/OCX's and type libraries, and install fonts.
- Creation of shortcuts anywhere, including in the Start Menu and on the desktop.
- Creation of registry and .INI entries.
- Integrated Pascal scripting engine.
- Support for multilingual installs.
- Support for passworded and encrypted installs.
- Silent install and uninstall.
- Full source code is available (Borland Delphi 2.0-5.0).