I have a Visual Studio 2022 instance (version 17.6.5) with the Microsoft Visual Studio Installer Projects package (version 2.0) installed on a Windows Server 2022 virtual machine. I'd like to generate a Custom Action containing a custom deployment workflow (details unimportant) and am unable to locate the necessary component class to support this activity.
After installing the Windows Installer Projects package outside of Visual Studio, I loaded VS and successfully added an Installer Project. I'd like to generate a Custom Action. In doing so, traditionally you point these to a project with an Installer Class in place into which you write the custom code to enact your custom workflow. Unfortunately, for VS 2022, I'm unable to locate the Installer Class template off the Add Item option. Previously this item was available under the 'General' filter. I've searched online and been unable to identify any guidance as to whether this workflow has changed, is now disabled, or whether the Installer Class component needed for support of Custom Actions has changed to something else.
I'd very much appreciate any guidance anyone has to help point me in the right direction.