Server IP : 103.6.199.200 / Your IP : 3.145.75.238 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/PrintDialog/ |
Upload File : |
<?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:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" IgnorableNamespaces="uap mp"> <Identity Name="Windows.PrintDialog" Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="6.2.1.0" ResourceId="neutral" /> <Properties> <DisplayName>ms-resource:DisplayName</DisplayName> <Description>ms-resource:Description</Description> <Logo>assets\logo.png</Logo> <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName> </Properties> <Dependencies> <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="1000.20348.1.0" /> </Dependencies> <Resources> <Resource Language="en-us"/> </Resources> <Applications> <Application Id="Microsoft.Windows.PrintDialog" Executable="PrintDialog.exe" EntryPoint="AppObject.EntryPoint"> <uap:VisualElements DisplayName="ms-resource:DisplayName" Description="ms-resource:Description" AppListEntry="none" Square150x150Logo="Logo.png" Square44x44Logo="SmallLogo.png" BackgroundColor="transparent"> <uap:SplashScreen Image="SplashScreen.png" BackgroundColor="#F2F2F2" /> </uap:VisualElements> <Extensions> <Extension Category="windows.backgroundTasks" EntryPoint="PrintBackgroundTask.PrintToastBackgroundTask"> <BackgroundTasks> <Task Type="systemEvent" /> </BackgroundTasks> </Extension> <uap:Extension Category="windows.protocol"> <uap:Protocol Name="ms-print-addprinter"> <uap:Logo>assets\logo.png</uap:Logo> <uap:DisplayName>Add a printer</uap:DisplayName> </uap:Protocol> </uap:Extension> <uap:Extension Category="windows.protocol"> <uap:Protocol Name="ms-print-printjobs"> <uap:Logo>assets\logo.png</uap:Logo> <uap:DisplayName>Print job action center</uap:DisplayName> </uap:Protocol> </uap:Extension> </Extensions> </Application> </Applications> <Capabilities> <uap:Capability Name="sharedUserCertificates"/> </Capabilities> <Extensions> <Extension Category="windows.activatableClass.inProcessServer"> <InProcessServer> <Path>PrintDialog.dll</Path> <ActivatableClass ActivatableClassId="PrintBackgroundTask.PrintToastBackgroundTask" ThreadingModel="both" /> </InProcessServer> </Extension> </Extensions> </Package>