I created a setup by Advanced Installer software for my program that I've written by c#. I installed my program on VMWare Windows7.
When I try to run it this message is displayed:

I created a setup by Advanced Installer software for my program that I've written by c#. I installed my program on VMWare Windows7.
When I try to run it this message is displayed:

Here is a topic about COM registration: "Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"
If it is a simple COM/Class registration, you should add them to COM page in your Advanced Installer project.
If you don't know what to add them to COM page you can also use this method to register them.
I used an API function in my program that checks internet connection,I think this function does not work on VmWare