For a single Gen 8.6 .NET application installation is it possible to install the clients or servers or both (client/server pair) individually in a separate component/piecemeal fashion?
The future requirement is that when a part of the application is later updated only that part needs to be uninstalled/reinstalled rather than uninstalling the complete application and reinstalling the new version.
Gen 8.6 .NET Applications
Yes a component/piecemeal type of install is possible.
Example model appname.ief has:
Client CLT1 PStep (Window Manager W1) calling Server PStep SVR1 (Server Manager S1)
Client CLT2 PStep (Window Manager W2) calling Server PStep SVR2 (Server Manager S1)
COM Surrogate message on uninstall.
The same technique can be used if installing just .NET clients or just .NET servers.
If no value of Application Name is set the default install destination directory defaults to using the Product Name per Gen 8.6 documentation page 'Developing > Working with Build Tool > MSI Assembling'