Reputation: 2071
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