I have a VB6 Application that I am deploying using Microsoft Development Environment.
The install package is working for Windows 7/10 32/64 bit.
The problem I am having is if a second user logs into windows and runs the installed app some of the controls are not working. Forms that contain MSCOMCT2.OCX, TABCTL32.OCX and maybe others fail saying: "Component ... or one of is dependencies not correctly registered: a file is missing or invalid"
But once again for the user that installed the app all is good. I see in other installs there is a choice to install for only me or all users. I don't see a way to implement that in "Microsoft Development Environment", is this my problem?
What changes if you install an app for All users?