Skip to main content
Nintex Community Menu Bar

Hi Everyone,

 

Subject says it all, I need to get a list of registered custom controls. How would I achieve this ?

 

Kind regards,

Helgard Wagener

Hi,


 


Perhaps, you can take a look at [Form].[File] table, it has a list of all the controls (i.e. out of the box controls and any custom controls). Another place is the K2 installed directory (%PROGRAMFILES%K2K2 smartforms DesignerinCustomControl.dll").


 


 


Hi All,

 

Okay so I remember from a long while ago that there is the controlutil.exe in the K2in folder, you can easily get a list of all registed controls by using cmd of powershell:
controlutil.exe list > list.txt

 

All out of the box controls are prefixed with SourceCode so filtering the list will get you your custom controls.

 

Kind regards,

Helgard Wagener


Hi KhanH,

 

Thanks for the feedback but I found a quicker solutions, I've added it and marked it as the solutions.

 

Kind regards,

Helgard Wagener


Reply