WinNT6.x True Integrator v1.0.1.2









Hash MD5 9A7349B01F833748613A378124A1349B
Filesize: 1.6 MB (1678336 bytes)
DX WinNT6.x True Integrator (formerly DX Integrator) is a DISM (Deployment Image Servicing and Management) GUI, based on Microsoft command-line Dism.exe, included as default in Windows 7 (see here for info http://technet.microsoft.com/en-us/libr ... 10%29.aspx).
You can use it to integrate hotfixes, updates, drivers, features and especially .cab addons (even in "true" mode") inside your Windows Vista, Windows 7 and Windows 8 source (only .cab addons can be integrated with DXI at this moment: no 7z, rar, etc.)
http://www.youtube.com/watch?v=qlIPWj88ek0 NB. For time/space saving reason Windows PE x64 is used in this video tutorial, which shows also how to apply modifications to more than one Windows edition using the same mounted image.
For Addon Makers: WinNT6.x True Integrator Addon Syntax
Existing XP True addons can be added by simply modifying the entries.ini file and adding [SysPrepOC] section, for example:
Code: Select all
[SysPrepOC]
CCleaner=advpack.dll,LaunchINFSection,CCleaner.inf,CCleaner
Code: Select all
[SysPrepOC]
Silverlight=setupapi.dll,InstallHinfSection,MSSlight.inf,Silverlight
Credits: Siginet http://www.ittechware.com has inspired this tool. Thanks also to Nuhi, Kelsenellenelvian, ricktendo64 and all the mates.
Thanks also to Stephen Podhajecki Eltorro (Author of XMLDomWrapper) per _XMLGetAllAttribIndex function and trancexx (Author of CRC32, MD4, MD5, SHA1 -for files) for _MD5ForFile function.
Changelog:
1.0.0.0: final release
1.0.0.1-20110518: improved/fixed entries.ini ReplaceFilesIfExist directive
1.0.0.2-20110519: improved/fixed Run(Pre/Post)SetupCommands directive process
1.0.0.4-20120415: fixed EN-GB visualization issue (thanks to gray); fixed wrong MsgBoxes; fixed addons integration issues in Vista; added full compatibility with Windows 8
1.0.0.5-20120430: fixed a bug which could causes issues with HCKU registry
1.0.0.6-20120716: fixed a bug with DirIDs
1.0.0.8-20130419: improved Windows 8 integration
1.0.0.9-20130925: added support to ADK v8.1
1.0.1.0-20131007: enable .net v.3.5.1 install/unistall in Windows 8
1.0.1.1-20140512: improved Windows 8.1 compatibility
1.0.1.2-20141218: improved Windows 10 compatibility