[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-10-28 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #6 from Steve Yin --- Is there a way to avoid registry operation for an out-of-process COM server? The current solution is temporary. Besides the proxy issue raised by James, it seems registering the dll during AOO installation is t

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-10-28 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #7 from Steve Yin --- But there are one issue related on the COM self-reg process. https://issues.apache.org/ooo/show_bug.cgi?id=107562 It will lead a deadlock during the dll self-registration and freeze the installation process. -

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-10-28 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #8 from James Teh --- (In reply to Steve Yin from comment #6) > Is there a way to avoid registry operation for an out-of-process COM server? Yes, but I'm still curious as to why you need a cross-process COM server as I asked in comm

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-10-28 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #9 from James Teh --- (In reply to James Teh from comment #8) > If you do indeed need [a proxy dll], it'd certainly be easier to > just register it system wide in the installer. I just took a look at the code and it looks like you a

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-10-28 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #10 from Steve Yin --- Hi James, Thanks for your suggestions. The root cause for this issue is UAccCOM.dll is created without a standard and public IAccessible2 proxy, it makes a private proxy. Because Symphony started to impleme

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-10-28 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #11 from James Teh --- (In reply to Steve Yin from comment #10) > The root cause for this issue is UAccCOM.dll is created without a standard > and public IAccessible2 proxy, it makes a private proxy. Because Symphony > started to im

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-10-29 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #12 from Steve Yin --- (In reply to James Teh from comment #11) > (In reply to Steve Yin from comment #10) > > The root cause for this issue is UAccCOM.dll is created without a standard > > and public IAccessible2 proxy, it makes a

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-03 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #13 from James Teh --- (In reply to Steve Yin from comment #12) > It seems besides IA2 interfaces, no out-of-process requirement for > UAccCOM.dll. In that case, why do you need to register it system wide at all? Is there cross-thre

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-03 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 Steve Yin changed: What|Removed |Added Status|CONFIRMED |ACCEPTED --- Comment #14 from Steve Yin -

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-03 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #15 from James Teh --- (In reply to Steve Yin from comment #14) > It is a known issue from Symphony. I just fixed it in the branch with > updating new ia2 idl files. Ideally, you still need the importlib statement for oleacc.dll in

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-03 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #16 from Steve Yin --- (In reply to James Teh from comment #15) > (In reply to Steve Yin from comment #14) > > It is a known issue from Symphony. I just fixed it in the branch with > > updating new ia2 idl files. > Ideally, you stil

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-04 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #17 from James Teh --- When I delete my OO config data and start OO, it doesn't seem to enable IA2 automatically based on the SPI_SETSCREENREADER flag. I thought it used to do this. Am I missing something or did this change at some

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-05 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #18 from James Teh --- (In reply to Steve Yin from comment #16) > Yes, by embedding a manifest into the dll and calling several actctx apis to > activate. :) > I just submitted the code several hours ago. I think the build will be r

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-05 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #19 from James Teh --- (In reply to James Teh from comment #17) > When I delete my OO config data and start OO, it doesn't seem to enable IA2 > automatically based on the SPI_SETSCREENREADER flag. Filed bug 123643 for this. -- You

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-05 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #20 from Steve Yin --- (In reply to James Teh from comment #18) > (In reply to Steve Yin from comment #16) > > Yes, by embedding a manifest into the dll and calling several actctx apis to > > activate. :) > > I just submitted the co

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-06 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 V Stuart Foote changed: What|Removed |Added Status|ACCEPTED|RESOLVED Resolution|---

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-07 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #22 from James Teh --- Everything looks fine as far as I can tell. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-11-07 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #23 from Steve Yin --- (In reply to James Teh from comment #22) > Everything looks fine as far as I can tell. Good news! -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-02-13 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 V Stuart Foote changed: What|Removed |Added CC||vstuart.fo...@utsa.edu Bl

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-04-04 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #1 from V Stuart Foote --- Created attachment 80494 --> https://issues.apache.org/ooo/attachment.cgi?id=80494&action=edit regsvr32 error on load of UAccCOM.dll - build 1463876 -- You are receiving this mail because: You are on t

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-04-04 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #2 from V Stuart Foote --- Unable to enable IAccessible2 for latest ia2 branch build - 1463876. Install as Administrator, initial run as Administrator Toggle Tools -> Options -> Accessibility -> Support assistive technology tools

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-04-04 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 V Stuart Foote changed: What|Removed |Added CC||steve.yin@gmail.com -- You are r

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-04-04 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 V Stuart Foote changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-04-04 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #4 from V Stuart Foote --- -- Seems like FireFox browser can not be running during installation -- An IAccessible2 conflict? Making additional attempts to install and configure. Restarted system and removed per-user AppData\Roamin

[Bug 121762] [ia2] Should not need to start application as administrator first time

2013-04-04 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=121762 --- Comment #5 from James Teh --- I don't have time to verify this right now, but I suspect UAccCOM.dll is registering a proxy for the IAccessible2 interfaces and maybe even IAccessible as well. It absolutely should not do this. IAccessible2 pr