This software has got facility to automatically analyze the selected Input File and automatically suggest to add the dependency files. Such feature is a killer feature and will help user a lot in cutting down their time in adding dependency files to project.
Secondly if we select a DLL file for clubbing it also gives facility to statically link that file to the final EXE so that there is no need to ever extract this file at all at runtime. I use this feature of Fusion a lot especially for VB6 runtime file.
I also use this feature for many third party DLLs that I use frequently. Of course this technique will only work for those files which are static DLLs built with true compiles like Delpih, PureBasic, VC++, etc.
