I do it but not solve the problem.
How to Install Forza MotorSports Apex 6 Offline
Hi
I downloaded the Forza-MotorSports-6-Apex game data files but when I attempt to install it following using the power-shell (Add-AppxPackage -Register AppxManifest.xml)
error occurs: (Invalid manifest)
My Windows is: Win10_Enterprise_x64 10.0.14393.693
My system spec: CPU: i5-3570K, 8GB RAM, VGA: GTX970-4GB.
I test it in both online and local account but not work!
Also I changed the package tag in the AppxManifest.xml file with another Store App, the game registered and its icon appreared in the start menu but when running it, it is closes immediately and craches.
Following hi-lighted text is the original tag.
Entire manifest file:
<?xml version="1.0" encoding="utf-8"?>
<!-- THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
-->
<Package xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:mx="http://schemas.microsoft.com/appx/2013/xbox/manifest" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build" xmlns:foundation="http://schemas.microsoft.com/appx/manifest/foundation/thresholdpreview" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" IgnorableNamespaces="build uap mp" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
<Identity Name="Microsoft.ApexPG" ProcessorArchitecture="x64" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.6.15.0" />
<Properties>
<DisplayName>Forza Motorsport 6: Apex</DisplayName>
<PublisherDisplayName>Microsoft Studios</PublisherDisplayName>
<Description>Forza Motorsport 6: Apex</Description>
<Logo>StoreLogoUAP.png</Logo>
</Properties>
<Resources>
<Resource Language="en" />
<Resource Language="cs" />
<Resource Language="de" />
<Resource Language="en-GB" />
<Resource Language="en-AU" />
<Resource Language="en-CA" />
<Resource Language="en-IE" />
<Resource Language="en-NZ" />
<Resource Language="es" />
<Resource Language="es-MX" />
<Resource Language="fr" />
<Resource Language="fr-CA" />
<Resource Language="hu" />
<Resource Language="it" />
<Resource Language="ja" />
<Resource Language="ko" />
<Resource Language="nl" />
<Resource Language="pl" />
<Resource Language="pt" />
<Resource Language="ru" />
<Resource Language="zh-Hant" />
<Resource Language="zh-Hans" />
</Resources>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.14393.0" MaxVersionTested="10.0.14393.0" />
<PackageDependency Name="Microsoft.VCLibs.140.00" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" MinVersion="14.0.22929.0" />
</Dependencies>
<Capabilities>
<Capability Name="internetClientServer" />
<Capability Name="privateNetworkClientServer" />
<Capability Name="codeGeneration" />
<DeviceCapability Name="humaninterfacedevice">
<Device Id="any">
<Function Type="usage:0001 0004" />
<Function Type="usage:0001 0005" />
</Device>
</DeviceCapability>
</Capabilities>
<Extensions>
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>Microsoft.Xbox.Services.dll</Path>
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.Multiplayer.MultiplayerGetSessionsRequest" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionReference" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionCapabilities" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.Multiplayer.MultiplayerQualityOfServiceMeasurements" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.Multiplayer.MultiplayerSession" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.Presence.PresenceData" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.XboxLiveContext" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.UserStatistics.RequestedStatistics" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.XboxLiveHttpCall" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.TitleStorage.TitleStorageBlobMetadata" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.HttpCallSettings" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.System.XboxLiveUser" ThreadingModel="both" />
<ActivatableClass ActivatableClassId="Microsoft.Xbox.Services.System.TitleCallableUI" ThreadingModel="both" />
</InProcessServer>
</Extension>
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>GameControllerInfo.dll</Path>
<ActivatableClass ActivatableClassId="GameControllerInfo.GameControllerInfo" ThreadingModel="both" />
</InProcessServer>
</Extension>
</Extensions>
<Applications>
<Application Id="forzamotorsportapex" Executable="ForzaMotorsportApex.exe" EntryPoint="Forza.App">
<uap:VisualElements DisplayName="ms-resource:Title" Description="ms-resource:Description" BackgroundColor="#000000" Square150x150Logo="Square150x150Logo.png" Square44x44Logo="Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Wide310x150Logo.png" Square310x310Logo="Square310x310Logo.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo" />
<uap:ShowOn Tile="wide310x150Logo" />
<uap:ShowOn Tile="square310x310Logo" />
</uap:ShowNameOnTiles>
</uap:DefaultTile>
<uap:SplashScreen BackgroundColor="#000000" Image="SplashScreen.png" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="forzamotorsportapex" />
</uap:Extension>
</Extensions>
</Application>
</Applications>
</Package>
Windows for home | Windows 10 | Gaming
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
6 answers
Sort by: Most helpful
-
Anonymous
2017-03-02T05:02:51+00:00 -
Anonymous
2017-03-01T20:12:03+00:00 To determine whether the background programs interfere with your game installation, we recommend performing a clean boot. Refer to How to perform a clean boot in Windows for the steps.
Let us know the outcome.
-
Anonymous
2017-03-01T19:17:26+00:00 THERE IS NO BODY TO HELP ME?!
-
Anonymous
2017-02-28T05:11:10+00:00 Thank you. I update my question and attaches screenshots again. Please help me...
-
Anonymous
2017-02-28T00:01:09+00:00 Hi,
For us to have a better overview of your concern, kindly clarify the following details:
- What is the exact error message?
- What storage device did you use to download the game?
- What type of user account are you using? (e.g. Microsoft account, local account)
We suggest enabling offline play on your device before installing the game. Refer to Play games offline on Windows using Offline mode for the steps.
Check out Forza Motorsport 6: Apex on Windows 10 FAQ for more details.
We'll be waiting for your response.