-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 807fe82
Showing
300 changed files
with
6,723 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
@ECHO OFF&PUSHD %~DP0 &TITLE Microsoft Store for Windows LTSC | ||
setlocal enabledelayedexpansion | ||
mode con cols=60 lines=30 | ||
color 87 | ||
cd.>%WINDIR%\GetAdmin | ||
if exist %WINDIR%\GetAdmin (del /f /q "%WINDIR%\GetAdmin") else ( | ||
echo CreateObject^("Shell.Application"^).ShellExecute "%~s0", "%*", "", "runas", 1 >> "%temp%\Admin.vbs" | ||
"%temp%\Admin.vbs" | ||
del /s /q "%temp%\Admin.vbs" | ||
exit /b 2) | ||
cls | ||
if not exist "%ProgramFiles%\WindowsApps" goto error_exit | ||
if not exist "%WINDIR%\SysWOW64" goto error_exit | ||
TAKEOWN /F "%ProgramFiles%\WindowsApps" /A >NUL | ||
ICACLS "%ProgramFiles%\WindowsApps" /grant:r "Administrators:F" /Q >NUL | ||
ICACLS "%ProgramFiles%\WindowsApps" /grant:r "All Application Packages:RX" /setintegritylevel L:I /inheritance:e /Q >NUL | ||
XCOPY /Q/Y/E/H/O "%~DP0WindowsApps\*" "%ProgramFiles%\WindowsApps\" >NUL 2>NUL | ||
ICACLS "%ProgramFiles%\WindowsApps" /setowner "NT Service\TrustedInstaller" /Q >NUL | ||
ICACLS "%ProgramFiles%\WindowsApps" /grant:r "Administrators:RX" /Q >NUL | ||
ICACLS "%ProgramFiles%\WindowsApps" /reset >NUL | ||
FOR /F "delims=" %%i IN (Package.txt) DO (PowerShell -Command "& {Add-AppXPackage -Path '%ProgramFiles%\WindowsApps\%%i\AppXManifest.xml' -Register -DisableDevelopmentMode}") | ||
:success_exit | ||
ECHO. | ||
ECHO Install finish. | ||
TIMEOUT /T 3 /NOBREAK >NUL 2>NUL | ||
exit 0 | ||
:error_exit | ||
ECHO. | ||
ECHO Not support this device. | ||
TIMEOUT /T 5 /NOBREAK >NUL 2>NUL | ||
exit 1 | ||
Get-AppxPackage Microsoft.XboxIdentityProvider |Remove-AppxPackage | ||
Get-AppxPackage Microsoft.StorePurchaseApp |Remove-AppxPackage | ||
Get-AppxPackage Microsoft.WindowsStore |Remove-AppxPackage | ||
Get-AppxPackage Microsoft.Advertising.Xaml |Remove-AppxPackage | ||
Get-AppxPackage Microsoft.VCLibs.140.00 |Remove-AppxPackage | ||
Get-AppxPackage Microsoft.NET.Native.Framework.1.6 |Remove-AppxPackage | ||
Get-AppxPackage Microsoft.NET.Native.Runtime.1.6 |Remove-AppxPackage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
BSD 3-Clause License | ||
|
||
Copyright (c) 2022, fernvenue | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Microsoft.NET* | ||
Microsoft.VCLibs* | ||
Microsoft.Advertising* | ||
Microsoft.WindowsStore*_x64_* | ||
Microsoft.WindowsStore* | ||
Microsoft.StorePurchaseApp*_x64_* | ||
Microsoft.StorePurchaseApp* | ||
Microsoft.XboxIdentityProvider*_x64_* | ||
Microsoft.XboxIdentityProvider* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Microsoft Store | ||
|
||
[![microsoft-store](https://img.shields.io/badge/LICENSE-BSD3%20Clause%20Liscense-blue?style=flat-square)](./LICENSE) | ||
[![microsoft-store](https://img.shields.io/badge/GitHub-Microsoft%20Store-blueviolet?style=flat-square&logo=github)](https://github.com/fernvenue/microsoft-store) | ||
[![microsoft-store](https://img.shields.io/badge/GitLab-Microsoft%20Store-orange?style=flat-square&logo=gitlab)](https://gitlab.com/fernvenue/microsoft-store) | ||
|
||
[Microsoft Store](https://www.microsoft.com/store) package for Windows LTSC. | ||
|
||
- Windows 10 LTSC 2019 (Tested) | ||
- Windows 10 LTSC 2021 (Tested) | ||
|
||
You can just download the release and double click to install. | ||
|
||
For compatibility reasons, the latest version of the packages is not used, for better experience you may need to update the Microsoft Store in its settings after you successfully installed it. |
2 changes: 2 additions & 0 deletions
2
WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<BlockMap xmlns="http://schemas.microsoft.com/appx/2010/blockmap" HashMethod="http://www.w3.org/2001/04/xmlenc#sha256"><File Name="logo.png" Size="201" LfhSize="38"><Block Hash="cPEpemaUggc7ctyL3Db9Ccj3QDeACgCYCi9PP/VCLxI="/></File><File Name="Microsoft.Advertising\vpaid.html" Size="1786" LfhSize="62"><Block Hash="eXDhmmu0ebv2FwKwoaPhvDY4zg1RTWu2Vpot5k7U3XA=" Size="810"/></File><File Name="Microsoft.Advertising\bootstrap.html" Size="1764" LfhSize="66"><Block Hash="2nNKpjfeZ8EDy/EO8xviaX7XVeO3toFTvXlPLZcZfIY=" Size="716"/></File><File Name="Microsoft.Advertising.dll" Size="5347208" LfhSize="55"><Block Hash="KXxn97jKHEqyzBy6/9jzGvmWz5aKx2+SlFlAFxxw4YI=" Size="26047"/><Block Hash="TtL0/2OFu5HFMLSRO94pp6ybZ/rnuGY0L+Bm6vFF504=" Size="20071"/><Block Hash="NBDh1zmZAVbkkbQOl5pYcnwFpzY9/GOIl9CEdHg6uAE=" Size="24436"/><Block Hash="ZJW8ERCnlSMlOrfdiyhlX0hiw9ICpMkA0XDtjBdmpbQ=" Size="27081"/><Block Hash="T3E3oCFM2LIcEvTWNbKkkv4Kek7TyKjcPbUiKl54/m4=" Size="27575"/><Block Hash="zAwzakJurUCSyA+nTRsh4oMkD/Hwn0M1cblYqTEPvQ0=" Size="18981"/><Block Hash="0OVbgL9o/KIs20ns8E7NqhOjJvhise9A1hWuMdAeZUI=" Size="22432"/><Block Hash="5KpgCMdABf3K97W98w9WujI/yeUPywDN527TfTivv+A=" Size="22988"/><Block Hash="kWzJ1t2MZ4T7HuxS6RSreFmxIUJPHQkyCnX3R4k3EJ8=" Size="23517"/><Block Hash="JPcPbPS29F+d2RJvDLsRDMdUy/WOaTMSixGt/SJ/Dp8=" Size="22317"/><Block Hash="g618wkG5cq0kS4PkN5Xcq2S1qnOsPWtXC3z9iN03J/k=" Size="27656"/><Block Hash="Iqkk6Er9A26PknjkuHWiF00Gcy6/uH0iJ9q2rAFxKrc=" Size="29153"/><Block Hash="/5rpqE1ldLk5ho9SvNztnrBlnwF2L4Dgxa6IRYJD6SA=" Size="25044"/><Block Hash="rKVUU0IbB5vx/XC3HWAiIjAcHZfnC9FQICb7LWdlBOg=" Size="20937"/><Block Hash="ZVW1QsQgZL/TXP3lhzqROp8Sak8jkmtPyMU6D74oxFY=" Size="22138"/><Block Hash="HwBwHBfEaEvBxY4VVN5ExVX8+jyLPxQoQ7Zu8Sn01a0=" Size="24308"/><Block Hash="qKfPU69LOC9f+1MTkp+FIpxtxOY6UWDYOgbfXaxQuQk=" Size="23695"/><Block Hash="YUVQFO5QcW6a9AeoBYe90v33zL7/hCSigb2YoPeePtI=" Size="27820"/><Block Hash="CIcCqZOyzIM5q64jP/qlQ4fON1v8WHHTAFxBOW6FbTw=" Size="27224"/><Block Hash="ZtLiG16KBWG8mTttRA7xzEg6mW29rJTFzBl1dDbJCZs=" Size="27161"/><Block Hash="GQdMisr9gD7OZ0/Ps4dZXl5gH9gDH8Z3IOqbDo6lDEs=" Size="23446"/><Block Hash="cMDi0Guh5I1UXdPc2ZSggvZElt0vSI9oS+0CANVLBbE=" Size="28246"/><Block Hash="orFd6hn1lPrwilPI+CYrcfIX/uBjjG4cfSTCIVH9+ck=" Size="23081"/><Block Hash="/pvtn4OJBCQ6XDgMGD/Yn4QtBB48tjo2p0XFAcvaoRA=" Size="23618"/><Block Hash="Zy7VG4pGRZz6mR36nOllvZiPfbriEK2Xswr7SIZlL0U=" Size="19063"/><Block Hash="05eJleqi0HTh7V44/IuJrk9YY3yjBNztmwnBR/cQltk=" Size="22596"/><Block Hash="mgouydKxaemYtLknCNWL0EJNpVvIFeHkBHDWrLW4LO4=" Size="25706"/><Block Hash="wCpy+2ncsg352Iv1XFXxMPypIbuUQFm8CSqLZEBgFCM=" Size="17714"/><Block Hash="2tqnFp+8dlZ+vwXrPrZThJG0JDxLWIBO4rliQiTTHmU=" Size="25870"/><Block Hash="BFBONDT3Cp8KwWbkd6BGQLbt1pSm3p5TzOd8YlLcSzY=" Size="22770"/><Block Hash="7taNYa8oEtn9HpkHNEdEIUcGgpXCCa83QWSDisYyrm4=" Size="22581"/><Block Hash="VysL46eawoUaOMGdOXPNQNiasqCqbQs9a1XiM5TnTNs=" Size="21773"/><Block Hash="ouZRKB66n+hr7G72fKroFWKBpys2p78qJIXksr1o6Dc=" Size="20793"/><Block Hash="J8dgYMLccj5JtGNWSUdbZ/3pL4wm73mIgiaTI6/2X4c=" Size="21430"/><Block Hash="Y8LnMJNyoon0JLoX3UdLODoF4aRPJqSOQK7fUIHswM4=" Size="19046"/><Block Hash="Vw1qU107wL38aNk99i1pbC7dn3hfKmuBSBwNmr5A9+A=" Size="20163"/><Block Hash="LxUdteMatwMNJDjDpToqdC59AkxVBLgFT1Sn4wOg4Jg=" Size="27104"/><Block Hash="ATl0qAzog27yXWTF+YF8siFh3gGycxRDwEBIMHsCgLw=" Size="26824"/><Block Hash="SEkaUTAgfq51Bcx9jQIbyQzHP7rA3NTGvzb4jjMG9v8=" Size="25918"/><Block Hash="R9tLSmXWZtGdwI4Ay+/MydwOczlbG46sNQeSbNxdxKc=" Size="20055"/><Block Hash="CfclvkuaytdFPZLYUy8OalsHdsZG9mRO8o4JnZS2Tq8=" Size="18291"/><Block Hash="f784uMJQt01pbDC7mMOTe4xezOGK/pA/vDY1ph8MS/4=" Size="19233"/><Block Hash="sWyU7xcYJiPK82wSFBiCRZThtHfCXRRvCImdO2VI8wI=" Size="18612"/><Block Hash="A1/8UeKw6+zFA43hzXcYox2l1wANJN/0AA/4Su7ZdCE=" Size="19295"/><Block Hash="LgvQlxcDI9Dviz7Vn6dmFi0d50mUL7upfgC3Qtwlz7Q=" Size="18579"/><Block Hash="GTthOf88DE3FE1JZF4NbYv1d/hFy2m2Qh1WC4IpVlRs=" Size="16652"/><Block Hash="6S3s+/cbt346a9UZyR8LyDV9pkCa585w+sgLwx/oYPs=" Size="14376"/><Block Hash="USbP/cCyQu3vwucjFIBamB6flLrIdbYx+v9WGQK8OZU=" Size="11576"/><Block Hash="JnxMDD9J/H5g4hfbRC5lO20KpZGcMPS8kX9qtX7Oy8I=" Size="12803"/><Block Hash="9YVQSXmIyRvmylnQ0kHsIElRHIgPpPAYkG8lKTmKun8=" Size="12612"/><Block Hash="mZhA9eqgReQqsEzaO3oeUOtYzwvBXUQlgsgtAenwqmM=" Size="12903"/><Block Hash="ihfxvnT9QbBQG4JTb/SKIRhoOcGHQ/Cz1YOjPoCMRqA=" Size="13518"/><Block Hash="9yrtv2GVAs5NGYJ5Rk8ap6IoLQt/pG5UQcoj8mTFWN4=" Size="13245"/><Block Hash="sonM218rdMdgGHvXgRY8BttDjxYV9bDYJCkbscvYRA0=" Size="13133"/><Block Hash="ZRHDO8pyvQP6oURG5rvVoXea0rVw4ynr8/xupbERgkk=" Size="13381"/><Block Hash="P9QGXrXFNTyOeAG+aSaEb7bS0GVP2FGCCND11zvu7/A=" Size="13268"/><Block Hash="y6p2iFQHs+L1bFJR0bfHt++p739/nRU/SV9LZ7fsNo0=" Size="20753"/><Block Hash="9Us3jC74N09x1qaZgV3qZRrr+09+H3stJRZXpsgSVnA=" Size="25316"/><Block Hash="L+OEREHZN4wCz43BUjS9TBAQXr39Ma5rA/Z7N/XE5Qw=" Size="23745"/><Block Hash="8yNS0zZyRcChj7QmQRIKU1mNi3TxcwxpMJTOKe/49fA=" Size="22929"/><Block Hash="8lHoqLgSFPYfPg/YcLtEB6M3czfWEXx8fkPOn4qsaO4=" Size="25395"/><Block Hash="Zorv2FRHgQXFtt5nK+bRSqu4OuTAyrtvq8HO27+w64w=" Size="22533"/><Block Hash="qQOgQFI0Wss24fKCjNWgaLHMSMQh5rcYx+oNCPPcJiY=" Size="23817"/><Block Hash="rEP/X5dHW0W2Sjc3V87uGGXAqGbDl0AFvcAg3NNwa7Y=" Size="25723"/><Block Hash="lo+TV04/RPGAmPCYeELZaA2Jx2wpV3HwLS/wGDUCh6w=" Size="25884"/><Block Hash="VWC9bojEGbdmFmUp4WcdA2PXJKPW6wqcVgNL5YHX/e8=" Size="21890"/><Block Hash="llMK7aQqSvQej5df9jvxMLmQxMAojsw5eGkAHcxITvk=" Size="24663"/><Block Hash="1GeCY6kPnJ/5SXZKH1PBQiQkoAsDg4/hKQ1hraD3i/I=" Size="25609"/><Block Hash="cpk/GidH1qjABoZtL+nVjpcd/uG2dDUUO/Wm1QhKq8U=" Size="24570"/><Block Hash="4jQZO2GFSRog6Oc4K+qfnHmKGIhKn1i2yiNxjljdd4s=" Size="24665"/><Block Hash="qD2nE5R8tdjS+vt70gKRnmJFLVLPTDywNnwdUsXt+mU=" Size="16960"/><Block Hash="J2nx9Jm/4BY3muJ1wNCTGPUdyu744RLP6/J45kL76K8=" Size="17486"/><Block Hash="eHUD1iIryfJ/mAlg1F9zw4SQ6o+NPfYAfqik9w+coYw=" Size="15055"/><Block Hash="qqH3c/FXJ5ZWNztHbODv+yYXSACN5Aq4NLtGy4t7Yl8=" Size="7474"/><Block Hash="RAPtF2Iv3BFvCbLEeeoYUYapiE9K0+lXZLUtBv/oAko=" Size="6935"/><Block Hash="gxc9TLPxAGe2ux9DGSuMbSQ7n4XKQpcC8ojVh//mB9o=" Size="6353"/><Block Hash="XvE8R71onPXIVmSOFj8K1GDabEaBASNEQP9zSC9dVbE=" Size="6290"/><Block Hash="tQtbLvsZGHEWpXGAQpGhYovThAjaWKCIii3/2FiUHjo=" Size="6353"/><Block Hash="Vj8pSCkgc3Sx3lNFk63VVoCD6KSF5QVmsHq3FGe4pqA=" Size="31290"/><Block Hash="6Te56CV2F1bfhlBUm85i3GEBAYsfmDK3ot2qY1vD2VY=" Size="33706"/><Block Hash="mUDfCDEKWZoutMKNQKzyQVn/qIaHzg/7/hnyh3T+94U=" Size="18617"/><Block Hash="YE7g5pDD71gVoG+y5qUE715EiyP7Wczt9zIek1mxXvI=" Size="10081"/></File><File Name="resources.pri" Size="18232" LfhSize="43"><Block Hash="vJPXgrrpqhHUSZDhIF1oRJQoKsfWbXDIKGR3d+Eb86M=" Size="4813"/></File><File Name="Microsoft.Advertising.winmd" Size="61832" LfhSize="57"><Block Hash="31YjRKX/tVWSaRvIsNDMS6V3uU2Yfo3ecPl+HHuInTQ=" Size="25861"/></File><File Name="Microsoft.Advertising\bootstrap.js" Size="20665" LfhSize="64"><Block Hash="yn/bcBPSxhOZhqrvnDGg2DVWwO+BvEpHV7Hz1m2BauA=" Size="8890"/></File><File Name="Microsoft.Advertising\ormma.js" Size="32361" LfhSize="60"><Block Hash="UCCx9oOJCsAQIIoFwvwqVUP642msoSjzF3OLZ315kw4=" Size="12142"/></File><File Name="Microsoft.Advertising\vpaid.js" Size="25281" LfhSize="60"><Block Hash="nlg9LXmz8G3FQTSONWYBxnTgkFpsSLcmx5ZiP1bQyAE=" Size="10695"/></File><File Name="AppxManifest.xml" Size="4466" LfhSize="46"><Block Hash="I5QiB0W7YTWeJAO4458/Coi6TkVr36cpzvMhp9IJWZI=" Size="944"/></File></BlockMap> |
60 changes: 60 additions & 0 deletions
60
WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxManifest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" | ||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" | ||
xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build" | ||
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" | ||
IgnorableNamespaces="uap build mp"> | ||
<Identity Name="Microsoft.Advertising.Xaml" | ||
ProcessorArchitecture="x64" | ||
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" | ||
Version="10.1804.2.0" /> | ||
<Properties> | ||
<Framework>true</Framework> | ||
<DisplayName>Microsoft Advertising SDK for XAML</DisplayName> | ||
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName> | ||
<Description>Microsoft Advertising SDK for XAML</Description> | ||
<Logo>logo.png</Logo> | ||
</Properties> | ||
<Resources> | ||
<Resource Language="en-US" /> | ||
</Resources> | ||
<Dependencies> | ||
<TargetDeviceFamily | ||
Name="Windows.Universal" | ||
MinVersion="10.0.10240.0" | ||
MaxVersionTested="10.0.10240.0" /> | ||
</Dependencies> | ||
<mp:PhoneIdentity PhoneProductId="00000000-0000-0000-0000-000000000000" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> | ||
<Extensions> | ||
<Extension Category="windows.activatableClass.inProcessServer"> | ||
<InProcessServer> | ||
<Path>Microsoft.Advertising.dll</Path> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.MicrosoftAdvertising_XamlTypeInfo.XamlMetaDataProvider" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.blank" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.AdControl" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.NativeAdsManager" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.NativeImage" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.ManipulationStateChangedEventArgs" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.InterstitialAd" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.ExpandProperties" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.AdErrorEventArgs" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.ProjectedMediaConstraints" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.PlatformDependency" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.UserUtils" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.HttpClient" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.UserInfoProvider" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.AdScheduler" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.EventLogging" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.AdExtension" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.SdkInfoProvider" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.AdPlacement" ThreadingModel="STA" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.Advertisement" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.AdTagCollection" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.AdErrorReport" ThreadingModel="STA" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.Shared.WinRT.NativeAdPlacement" ThreadingModel="STA" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.NativeAdAutomationPeer" ThreadingModel="both" /> | ||
<ActivatableClass ActivatableClassId="Microsoft.Advertising.WinRT.UI.NativeAdClickedEventArgs" ThreadingModel="both" /> | ||
</InProcessServer> | ||
</Extension> | ||
</Extensions> | ||
</Package> |
Binary file added
BIN
+10.7 KB
.../Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat
Binary file not shown.
Binary file added
BIN
+10.4 KB
WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxSignature.p7x
Binary file not shown.
Binary file added
BIN
+5.1 MB
...sApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.dll
Binary file not shown.
Binary file added
BIN
+60.4 KB
...pps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.winmd
Binary file not shown.
65 changes: 65 additions & 0 deletions
65
...soft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<!-- | ||
Copyright (C) Microsoft. All rights reserved. | ||
This file is supported for use in Windows Store apps only. | ||
--> | ||
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<base href="http://ads.msn.com/" /> | ||
<title></title> | ||
<style type="text/css"> | ||
body { | ||
color: #000000; | ||
background: #FFFFFF; | ||
border-width: 0px; | ||
border-style: none; | ||
margin-top: 0px; | ||
margin-bottom: 0px; | ||
margin-right: 0px; | ||
margin-left: 0px; | ||
overflow: hidden; | ||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
} | ||
|
||
:focus { | ||
outline: 0; | ||
border:none; | ||
color: rgba(0, 0, 0, 0); | ||
} | ||
|
||
div.msad { | ||
position: absolute; | ||
left: 0px; | ||
top: 0px; | ||
width: 100%; | ||
height: 100%; | ||
visibility:hidden; | ||
} | ||
|
||
@media all and (orientation:portrait) { | ||
@-ms-viewport { | ||
$(BOOTSTRAPZOOMSTYLE) | ||
} | ||
} | ||
|
||
@media all and (orientation:landscape) { | ||
@-ms-viewport { | ||
$(BOOTSTRAPZOOMSTYLE) | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body id='adBody'> | ||
<div id="msMainAdDiv" class='msad'></div> | ||
<script type="text/javascript"> | ||
$(BOOTSTRAPJS) | ||
</script> | ||
<script type="text/javascript"> | ||
$(ORMMA) | ||
</script> | ||
<script type='text/javascript'> | ||
var SDK_PLATFORM = "$(PLATFORM)"; | ||
</script> | ||
$(PAYLOAD) | ||
</body> | ||
</html> |
Oops, something went wrong.