You are not logged in.

#1 2010-01-30 15:57:39

bananaoomarang
Member
Registered: 2009-10-29
Posts: 180

PROBABLY NOT possible but... it would be amazing if this worked.

OK this I know is probably not going to work BUT I would like to try

There used to be an application called OE-cake I used to play on windows now it has been resurected as phyzios studio. However instead of being an .exe just to download it is now an XBAP thing at phyzios-studio.net this runs in internet explorer by opening this file.

<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <assemblyIdentity name="PhyziosStudioLauncher.application" version="1.0.0.69" publicKeyToken="349f017775efb4fa" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" />
  <description asmv2:publisher="PhyziosStudioLauncher" asmv2:product="PhyziosStudioLauncher" xmlns="urn:schemas-microsoft-com:asm.v1" />
  <deployment install="false" mapFileExtensions="true" trustURLParameters="true" />
  <dependency>
    <dependentAssembly dependencyType="install" codebase="Application Files\PhyziosStudioLauncher_1_0_0_69\PhyziosStudioLauncher.exe.manifest" size="12907">
      <assemblyIdentity name="PhyziosStudioLauncher.exe" version="1.0.0.69" publicKeyToken="349f017775efb4fa" language="neutral" processorArchitecture="x86" type="win32" />
      <hash>
        <dsig:Transforms>
          <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
        </dsig:Transforms>
        <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
        <dsig:DigestValue>f6VlHp7WDZ0r3lOfQXLd32iNcwQ=</dsig:DigestValue>
      </hash>
    </dependentAssembly>
  </dependency>
<publisherIdentity name="E=info@phyzios.com, CN="Phyzios, Inc.", OU=Customer Support, O="Phyzios, Inc.", L=Bunkyo, S=Tokyo, C=JP" issuerKeyHash="d25bf34b264ba

this to me looks like a load of ms branded rubbish and the keyhash at the bottom goes on for ages.

To complicate things further it has to have net framework installed ok well I have mono installed.

COULD I run ie7 or 8 in wine because I tried that and did not have the menu bar so I was a bit stuck.

OK well this could be fun if some other people helped me. So can we have a go at getting this under Linux? or can we not be bothered to try.

Last edited by bananaoomarang (2010-01-30 21:40:03)

Offline

#2 2010-01-30 20:55:35

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: PROBABLY NOT possible but... it would be amazing if this worked.

There is this script
http://www.tatanka.com.br/ies4linux/page/Main_Page

It installs everything needed for IE and IE itself. IE7 support is beta (or alpha?)

Will they not be a Firefox version?


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#3 2010-01-30 20:59:15

b33
Member
Registered: 2009-05-17
Posts: 12

Re: PROBABLY NOT possible but... it would be amazing if this worked.

i actually didnt get what you're saying, but you could install IE with ies4linux as Cdh said or use winetricks to install that and alot of more windows stuff into wine

Last edited by b33 (2010-01-30 20:59:48)

Offline

#4 2010-01-30 21:46:01

bananaoomarang
Member
Registered: 2009-10-29
Posts: 180

Re: PROBABLY NOT possible but... it would be amazing if this worked.

ok I guess that sounded very confused.

basically there is an app called phyzios studio for windows and mac it uses some microsoft rubbish called an XBAP file which only works in ie7 or 8 and on safari with a plugin. As I understand it this app will probably not run under linux.

Offline

#5 2010-02-01 05:35:42

davidm
Member
Registered: 2009-04-25
Posts: 371

Re: PROBABLY NOT possible but... it would be amazing if this worked.

bananaoomarang wrote:

ok I guess that sounded very confused.

basically there is an app called phyzios studio for windows and mac it uses some microsoft rubbish called an XBAP file which only works in ie7 or 8 and on safari with a plugin. As I understand it this app will probably not run under linux.

Well like they told you there are ways to get ie6 or even ie7 working to various degrees under wine.

1. Install Wine (http://www.winehq.org and http://wiki.archlinux.org/index.php/Wine).
2. Install either IE using "winetricks" (http://wiki.winehq.org/winetricks) or IE using ies4linux (see url already given by "Cdh" above).

Personally I found ies4linux to be more closely resembling the original although winetricks was also functional.  However when I recently tried to install ie7 using Ies4linux I had many errors and ended up giving up for the time being.

Offline

#6 2010-02-01 08:32:08

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: PROBABLY NOT possible but... it would be amazing if this worked.

This looks like silverlight to me. If you're lucky, moonlight will work, you don't need IE for this.

Offline

#7 2010-02-01 09:14:06

Zeist
Arch Linux f@h Team Member
Registered: 2008-07-04
Posts: 532

Re: PROBABLY NOT possible but... it would be amazing if this worked.

XBAP is an XAML/WPF application compiled to run in a web browser. It isn't quite Silverlight, it is another way of taking WPF apps and making them web-based. It requires Windows, .NET 3.0 and IE... so currently it won't run on Linux.

Maybe someday in the future they can run on Mono 3.0... but for now it won't work.


I haven't lost my mind; I have a tape back-up somewhere.
Twitter

Offline

#8 2010-02-01 13:05:04

bananaoomarang
Member
Registered: 2009-10-29
Posts: 180

Re: PROBABLY NOT possible but... it would be amazing if this worked.

ok thanks for the good qwnser as I didn't really understand what XBAP was.

Offline

Board footer

Powered by FluxBB