VB.NET Installer Guidance Session

Job ID: 40170858

Budget: $50 – $0 USD

I have a Visual Basic .NET app written in Visual Studio 2022 that depends on VideoCap.ocx plus a few DLLs. On my development machine everything runs perfectly, but once I copy the program to another Windows 11 PC the capture component fails because the OCX and DLLs are not registered.

What I need is a short, screen-shared Zoom session—about fifteen minutes—where you walk me through creating a clean EXE installer that:
• bundles VideoCap.ocx and the related DLL files
• automatically calls regsvr32 (or the equivalent custom action) so the components register during installation
• leaves me with a reproducible setup project I can rebuild whenever the app changes

Right after the call, please send a concise written recap (or a tiny script, if that’s the simplest way) so I can repeat the process on my own. I don’t expect you to do any coding; I just want clear, practical guidance so the installer “just works” on any Windows 11 machine.