Answer:
Yes, we can install multiple assemblies together
use installutil command
example: installutil Assembly1.exe Assembly2.exe.
It will install both the Assemblies in a transactional manner. if installation of one
of the assemblies fail, the installation of the other assembly will be rolled back.
Asked In: Many Interviews |
Alert Moderator