Can you install multiple assemblies together?
Interview question and answer by:
Ddd | Posted on: 3/16/2011 | Category:
.NET Framework Interview questions | Views: 1763 | |
Points: 40
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
Found interesting? Add this to: