Hi,
In our solution package I'm checking if a mandatory element is available on the system during execution of the installation script. Now I need a way to update the connector version of the element. Is this possible with the DataMinerSystem NuGet?
Hi Jens, updating the protocol of an element is currently not possible via the DataMinerSystem Nuget: the Protocol property of the IDmsElement interface is currently only a getter. Feel free to create a feature request to support this.
As a workaround, in your script you could use a raw SLNet call.