Skip to main content
Nintex Community Menu Bar
Solved

How do I get a list of installed custom controls ?

  • June 23, 2020
  • 3 replies
  • 17 views

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

Best answer by hwagener

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

3 replies

Forum|alt.badge.img+16
  • June 23, 2020

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").


 


 


  • Author
  • Answer
  • June 23, 2020

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


  • Author
  • June 23, 2020

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