Try setting a higher priority to this process, maybe it will load a bit faster..
Or maybe you should install some redistributable libraries, like "Visual C++ Runtime Library" or Java, it depends which were used for programming your app.
When you write a program using some of libraries, you can make a smaller program and attach a note for user to install additional package from internet or so, but you can also make much bigger file attaching those libraries to it, then there is no need to install additional packages, but it might be a cause of your problem.
However, when a programmer is doing it like it should be done, there shouldn't be any problem, so i don't think that it's the reason of your problem..