Hey,
While repackaging software for deployment through Active Directory, we encountered some applications with conflicting dll versions.
We would like to run the Application Isolation Wizard and create manifests to isolate the dlls in question, but.... our msi files don't install any executables. (That is: we select as our installation directory a network drive -say 'Z:\'- and we build msi containing only local files and machine registry keys -Z:\ doesn't get scanned in the snapshot, only the local hard drive-).
Is there a way to isolate the dlls scanned without having the .exe file in the msi?
Thanks for your help,