I ran into an issue yesterday trying to share an application I made with some friends. I gave them my exe and the osx files required to run the application. They tried to run it and kept getting messages about the files not being registered. So I told them to run Regsrv32.exe path/to/file/filename.ocx and they kept getting errors.
Come to find out, only way they could register these files was from an Administator command prompt. So that means that UAC is making it extremely hard for me to share my work with friends.
Is there a way I can create a setup file that will automatically register these files so I can distribute my application without people having to go through all this just to open my stuff?