Marcus Meissner wrote:
Hi,
Is there any chance to have a working installshield at some time?
I don't really want to fall back to the december or even earlier WINE releases for our spring SUSE Linux product ;)
I haven't been testing against InstallShield for a while, but last time I checked it was hanging because we do not process window messages during RPCs. If you want to implement this yourself, I can give you details on how to do this. I will get around to this eventually, but at the moment I have other priorities. If the worst happens and InstallShield is still not working, then you can still ship the December ole32 with the most recent Wine.
Rob
On Mon, Feb 14, 2005 at 10:50:44AM -0600, Robert Shearman wrote:
Marcus Meissner wrote:
Hi,
Is there any chance to have a working installshield at some time?
I don't really want to fall back to the december or even earlier WINE releases for our spring SUSE Linux product ;)
I haven't been testing against InstallShield for a while, but last time I checked it was hanging because we do not process window messages during RPCs. If you want to implement this yourself, I can give you details on how to do this. I will get around to this eventually, but at the moment I have other priorities. If the worst happens and InstallShield is still not working, then you can still ship the December ole32 with the most recent Wine.
Currently it reports things like:
err:ole:register_ifstub couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:register_ifstub couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} fixme:sync:SetNamedPipeHandleState 0xec 0x55c40fbc (nil) (nil) err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for interface {00000131-0000-0000-c000-000000000046}, error 0x80040155 fixme:sync:SetNamedPipeHandleState 0x88 0x55c40fb8 (nil) (nil) err:ole:register_ifstub couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
Which is IRemUnknown I think.
Should it do that?
Ciao, Marcus
On Fri, Feb 25, 2005 at 11:16:15AM +0100, Marcus Meissner wrote:
On Mon, Feb 14, 2005 at 10:50:44AM -0600, Robert Shearman wrote:
Marcus Meissner wrote:
Hi,
Is there any chance to have a working installshield at some time?
I don't really want to fall back to the december or even earlier WINE releases for our spring SUSE Linux product ;)
I haven't been testing against InstallShield for a while, but last time I checked it was hanging because we do not process window messages during RPCs. If you want to implement this yourself, I can give you details on how to do this. I will get around to this eventually, but at the moment I have other priorities. If the worst happens and InstallShield is still not working, then you can still ship the December ole32 with the most recent Wine.
Currently it reports things like:
err:ole:register_ifstub couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:register_ifstub couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} fixme:sync:SetNamedPipeHandleState 0xec 0x55c40fbc (nil) (nil) err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for interface {00000131-0000-0000-c000-000000000046}, error 0x80040155 fixme:sync:SetNamedPipeHandleState 0x88 0x55c40fb8 (nil) (nil) err:ole:register_ifstub couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
Which is IRemUnknown I think.
Ignore me, I should have reregistered wine.inf (old fake wine setup) :/
Ciao, Marcus