Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JetStream manifest to support x64 #8

Open
AlenPelin opened this issue Jul 14, 2015 · 1 comment
Open

Update JetStream manifest to support x64 #8

AlenPelin opened this issue Jul 14, 2015 · 1 comment

Comments

@AlenPelin
Copy link
Contributor

Old version of JetStream didn't support x64 out of the box, so we updated the manifest to install it with x86 only as the easiest way. Current version of JetStreem does support x64 without any additional changes so we need to remove this limitation.

@DmitryKolinchuk
Copy link
Collaborator

The "\SIM.Tool\Manifests\Standalone\Jetstream.manifest.xml" file has the following content in SIM 1.1.7.0:

<manifest version="1.4">
  <standalone>
    <name>Sitecore Jetstream</name>
    <shortName>jet</shortName>
    <limitations>
      <framework>
        <supportedVersion attr="2">v4.0 32bit</supportedVersion>
      </framework>
    </limitations>
  </standalone>
</manifest>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants