Jeff
Jeff

Reputation: 2071

Advanced Installer installkit calling .Net core method for bool value

I have a advanced install install kit. I also have a dll and console wrapper written in .net 5 c# that gives me a bool status that I wish to use in the install kit.

I have never written a custom action before and wonder what the shortest path is to my task?

The dll method is as simple as

bool WhatIsstatus => true;

Upvotes: 0

Views: 50

Answers (0)

Related Questions