nativeapplication.startatlogin not working with captured runtime
I have an application that I've deployed for years and has worked great with startatlogin. However, due to issues with newer versions of the Adobe SDK I've had to switch to a captured runtime and this has caused startatlogin to stop working. Is there a fix for this?
While not a good solution, I did figure out this really weird behavior:
- Install captured runtime app (using an Inno installer).
- Test startatlogin toggle (doesn't work)
- Install empty AIR app as normal AIR installer with the exact same AppID
- Test startatlogin toggle in captured runtime app (it works!)
- Uninstall empty AIR app
- Test startatlogin toggle (broken again)
As long as there is an AIR app with a matching AppID, the startatlogin will work with captured runtimes. I can use this in some cases to fix this, but it is a poor solution when it should just freaking work.
-Curt
