Hello
My name is Jaikishan Patel, right now i am developing desktop application which need to autostart, so i
if (NativeApplication.supportsStartAtLogin)
{
NativeApplication.nativeApplication.startAtLogin = true;
}
When i build a release with .AIR and .EXE extension i have no issue with autostart. but when i build release with Captive runtime at that time, autostart doesn't work at all so i need any possible solution for that, please let me know if you have any possible solution for this issue
i goggled for this issue and i found only Question with answer from stackoverflow.
Thanks
JK Patel