I'm coming from the world of Visual Studio .vdproj installers, which will cease to exist in VS11. As such, I am investigating new installers packages.
I like InstallAware quite a bit so far, but the dependency scanning has me scratching my head. I have dozens of executables in my product, so scanning them all is tedious. Worse, many of them can't be run with an empty command line, not to mention the ten or so services. So far I haven't been able to build an installer that actually gets everything running. Is there no way to do a static dependency check, like Visual Studio used to do?
