Is User Account Control enabled? --if so turn it off.
Also, you may want to try starting it with this command:
start cmd.exe /c "set OAPERUSERTLIBREG=1 && MyApp.exe"
That registers the environment for the user API.
Is User Account Control enabled? --if so turn it off.
Also, you may want to try starting it with this command:
start cmd.exe /c "set OAPERUSERTLIBREG=1 && MyApp.exe"
That registers the environment for the user API.