Crash when executing custom action in msi

2010-04-18 Thread Octavian Voicu
Hello, I'm trying to get the Adobe Photoshop Elements 8.0 installer to work and noticed the license screen doesn't show up when running the installer using wine. A trace shows that a custom action (CA_EULA_ExtractEulaFiles) generates a page fault. The cause of the crash is that

Re: Crash when executing custom action in msi

2010-04-18 Thread Mike Kaplinskiy
On Sun, Apr 18, 2010 at 3:58 PM, Octavian Voicu octavian.vo...@gmail.com wrote: Hello, I'm trying to get the Adobe Photoshop Elements 8.0 installer to work and noticed the license screen doesn't show up when running the installer using wine. A trace shows that a custom action

Re: Crash when executing custom action in msi

2010-04-18 Thread Octavian Voicu
On Sun, Apr 18, 2010 at 11:07 PM, Mike Kaplinskiy mike.kaplins...@gmail.com wrote: I'm not much of a COM expert, but from what it looks like in order to tell if an interface is really the interface you expect, the right way would be to QueryInterface it (idea from