I'm mounting the ISO first. I tried by right clicking the ISO > Open With > Disk Image Mounter, and by typing "sudo mount file.iso /mnt/cd1" into the terminal.
It mounts fine, but when I run "wine ./setup.exe", I start getting errors in the terminal right away:
Code:
001e:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files (x86)\\Common Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
0020:err:ole:CoGetClassObject class {00000320-0000-0000-c000-000000000046} not registered
0020:err:ole:CoGetClassObject no class object {00000320-0000-0000-c000-000000000046} could be created for context 0x80000001
0020:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0020:err:ole:CoGetClassObject class {00020424-0000-0000-c000-000000000046} not registered
0020:err:ole:CoGetClassObject no class object {00020424-0000-0000-c000-000000000046} could be created for context 0x80000001
0020:err:ole:marshal_object couldn't get IPSFactory buffer for interface {3d8b6331-d8b1-11d2-80c5-00104b1f6cea}
0020:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0020:err:ole:CoMarshalInterface Failed to marshal the interface {3d8b6331-d8b1-11d2-80c5-00104b1f6cea}, 80004002
001e:err:ole:CoGetClassObject class {00000320-0000-0000-c000-000000000046} not registered
001e:err:ole:CoGetClassObject no class object {00000320-0000-0000-c000-000000000046} could be created for context 0x80000001
001e:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
001e:err:ole:CoGetClassObject class {00020424-0000-0000-c000-000000000046} not registered
001e:err:ole:CoGetClassObject no class object {00020424-0000-0000-c000-000000000046} could be created for context 0x80000001
001e:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6494206f-23ea-11d3-88b0-00c04f72f303}
001e:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
001e:err:ole:CoMarshalInterface Failed to marshal the interface {6494206f-23ea-11d3-88b0-00c04f72f303}, 80004002
EverQuest Titanium - InstallShield Wizard opens and the progress bar goes almost all the way to full, then stops. That's when I get the error I posted above. Not sure if something is wrong with my Wine setup, but "winecfg" opens and plays sounds..