Windows 10: Signtool Thirdparty Signing of a Sideloaded UWP App

Discus and support Signtool Thirdparty Signing of a Sideloaded UWP App in AntiVirus, Firewalls and System Security to solve the problem; Good morning, I have a UWP sideloaded app that I have developed for a couple of years now for a client. We have our own code signing certificate... Discussion in 'AntiVirus, Firewalls and System Security' started by Mike Irving mike, Apr 3, 2020.

  1. Signtool Thirdparty Signing of a Sideloaded UWP App


    Good morning,


    I have a UWP sideloaded app that I have developed for a couple of years now for a client. We have our own code signing certificate that works well, but they want to start using theirs. What we have been trying to do here is package the app without signing and send it to them. When they get the appxbundle/msixbundle on their machine and sign using the SignTool, it has been giving various errors. I can do the same packaging without a certificate and give it to a developer on my team and it they can sign it no problem. We also know the the client's certificate works, because they have currently signed another app. Inside the AppxBundleManifest, we do ensure the publisher matches the subject of their certificate. The latest error was this: error 0x800B0100: The app bundle must be digitally signed for signature validation. The exact parameters we have been using are : sign /fd SHA256 /a /f {cert.pfx} /p {password} {file.appxbundle}.


    Any help will greatly be appreciated.

    :)
     
    Mike Irving mike, Apr 3, 2020
    #1

  2. 0x800700C1 in SignTool

    hi

    i hvae made a 32 bit game but im having trouble signing the sertificate off the .appx file

    this is the error that i get

    C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x86>SignTool sign /fd SHA256 /a /f signingCertx.pfx C:\projectx\snake\PackageFiles\snake.appx

    Done Adding Additional Store

    SignTool Error: SignedCode::Sign returned error: 0x800700C1

    For more information, please see https://aka.ms/badexeformat

    SignTool Error: An error occurred while attempting to sign: C:\projectx\snake\PackageFiles\snake.appx

    i have used desktop app converter to make the EXE into an APPX

    i have done all the steps that has brought me to this code:

    SignTool sign /fd SHA256 /a /f signingCertx.pfx C:\projectx\snake\PackageFiles\snake.appx

    but im stuck coz all i get is the error mentioned above after i type the code below :

    SignTool sign /fd SHA256 /a /f signingCertx.pfx C:\projectx\snake\PackageFiles\snake.appx

    my certificate has no password so i didnt include the /p

    can you help me please

    it would be much apritiated

    i run windows pro

    i have the windows SDK installed

    also i have visual studio 7 that makes it easier

    thank you
     
    toniantonia, Apr 3, 2020
    #2
  3. Cliff S Win User
    How can I backup and sideload Windows universal apps?

    Packaging UWP apps - Windows UWP applications | Microsoft Docs
    In the Store select this for each app if all PCs use the same Microsoft account

    Signtool Thirdparty Signing of a Sideloaded UWP App [​IMG]
     
    Cliff S, Apr 3, 2020
    #3
  4. Abi99 (2) Win User

    Signtool Thirdparty Signing of a Sideloaded UWP App

    How can i sideload apps on lumia 430

    All apps » Settings » Update » For developers » Sideload apps

    Works here. All you need is to
    download the app
    to your microSD and install it via the File Explorer. If your app is not correctly signed, you have to go for the ‘Developer mode’ which is the mode ‘Sideload apps’ plus ignoring the code-signature. If that did not address your concern,
    please, explain in greater detail which step fails with which app.
     
    Abi99 (2), Apr 3, 2020
    #4
Thema:

Signtool Thirdparty Signing of a Sideloaded UWP App

Loading...
  1. Signtool Thirdparty Signing of a Sideloaded UWP App - Similar Threads - Signtool Thirdparty Signing

  2. How to sign these custom proprietary file formats using Microsft signtool?

    in Windows 10 Gaming
    How to sign these custom proprietary file formats using Microsft signtool?: We are having few legacy proprietary fileslike.fsm etc., which are encrypted and decrypted based on the proprietary company standard algorithms. So how to sign these custom proprietary file formats using Microsft signtool?...
  3. hi, my laptop mic is not working in thirdparty apps.

    in Windows 10 Drivers and Hardware
    hi, my laptop mic is not working in thirdparty apps.: HiMy laptop mic is not working in third party apps like google chrome,microsoft edge etc. but it's working in windows apps like camera, voice record etc. what can i do please help me...
  4. hi, my laptop mic is not working in thirdparty apps.

    in Windows 10 Gaming
    hi, my laptop mic is not working in thirdparty apps.: HiMy laptop mic is not working in third party apps like google chrome,microsoft edge etc. but it's working in windows apps like camera, voice record etc. what can i do please help me...
  5. hi, my laptop mic is not working in thirdparty apps.

    in Windows 10 Software and Apps
    hi, my laptop mic is not working in thirdparty apps.: HiMy laptop mic is not working in third party apps like google chrome,microsoft edge etc. but it's working in windows apps like camera, voice record etc. what can i do please help me...
  6. Sideload apps option not visible.

    in Windows 10 Customization
    Sideload apps option not visible.: In order to update creative cloud, I have to turn on sideload apps, but this option is not visibile to me. Windows 10 Pro [ATTACH] https://answers.microsoft.com/en-us/windows/forum/all/sideload-apps-option-not-visible/f1fb6549-b53d-49c7-ab78-8be0698bf0b9
  7. How to Enable "Sideload Apps" Option

    in Windows 10 Customization
    How to Enable "Sideload Apps" Option: I have an issue where I am trying to enable "Sideload apps" in the developer features. These developer features are greyed out because apparently the settings are managed by an organization. This is not true as this is my own PC and I am the only user. I am using Windows 10...
  8. sideload apps

    in Windows 10 Customization
    sideload apps: I live 3 states away from my mother. I was trying to get the sideload apps option turned on, on her new laptop so i could download and use teamveiwer to remote control her computer to fix it if need be. When she goes into the developer settings to turn on "side load apps"...
  9. Why sideload apps is turned on by default?

    in AntiVirus, Firewalls and System Security
    Why sideload apps is turned on by default?: So I after a security breach on my network, I was looking through my pc settings and found that in the "for developer" option in 'Update and security', sideload apps is turned on. I also found the same thing on another pc in same network. Both were running on Windows 10 pro....
  10. 0x800700C1 in SignTool

    in Microsoft Windows 10 Store
    0x800700C1 in SignTool: hi i hvae made a 32 bit game but im having trouble signing the sertificate off the .appx file this is the error that i get C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x86>SignTool sign /fd SHA256 /a /f signingCertx.pfx...