I have an Application/Exe file that I'd like to sign so Windows shows it as a trusted source and won't warn the end user about an "Unknown Publisher". I will be getting a certificate to use, however I do not know how I'd implemented this to Sign my Application. My goal here is to sign my Application which can then get shipped to multiple users externally, and not show the usual "Unknown Publisher" popup. Any help would be appreciated.
What are the steps to certify my Exe file for external users?
518 Views Asked by Ivesy At
1
There are 1 best solutions below
Related Questions in WINDOWS
- how to play a sounds in c# forms?
- Echo behaviour of Microsoft Windows Telnet Client
- Getting error while running spark-shell on my system; pyspark is running fine
- DirectX 9 With No SDK Installed - How To Translate a D3DMATRIX?
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Cannot load modules/mod_dav_svn.so into server
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- 32-bit applications do not display some files in Windows 10
- 'bun' is not recognized as an internal or external command
- mkssecreenshotmgr taking a screenshot
- Next js installation in windows 7 os
- Can't resize a partition using Mini Tool?
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Electron Printing not working on Windows (Works on Mac)
Related Questions in CERTIFICATE
- Create aws certification for domain
- How can I create a simple signed certificate for my Windows Forms .NET app in Visual Studio 2022
- Problem validating server certificate connecting to a Kafka cluster
- connecting to secure server from Java application without importing certificate to keystore
- Inside Windows 2016 : error message : "Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty"
- Visual Studio 2022 free certificate problem. "cannot import key file " how to fix
- How do I sign a powershell script with in-network server so that all clients can run script without changing execution policy?
- Mac Sonoma 14.4 Dotnet 8.0.203 SDK webapi https error
- CA certificate for .NET Maui
- Fiddler doesn't work because Chrome and Edge don't trust fiddler certificate
- openssl: try to load local ca store
- Authentication with SmartCard sending a SOAPUI request
- SSL/TLS certificate exchange/renewal needs private key of the old certificate in CSR
- Questions about p12 certificate and private key password
- ERROR: Could not install packages due to an OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /path/to/cacert.pem
Related Questions in EXE
- How to request administrator rights?
- Wix bundle of third party exe and new msi cant figure out detect conditions
- Unable to run get .exe file from assembly NASM
- Combining Dependent DLL Files with Executable using windeployqt
- How do i convert a typescript nodejs project into a single executable exe
- Exe file missing icons/images on Network Drive
- Change an exe file's compatibility settings with C#
- OAuth implementation with WINUI unpackaged app not working
- Python Kivy project is not getting Converted into portable .exe file
- Converting the Python file (from the Kivi library used in it) to an executable file
- How to send keystrokes to an inactive window
- Cannot include ffmpeg.exe using auto-py-to-exe
- VST SDK Steinberk/ VST3 Project Generator not opening
- Editing the exe program in jetbrains rider avalonia
- Problem executing a JavaFX by double-clicking
Related Questions in SIGN
- How to sign a microsoft office or openOffice certificate with a p12 or pfx certificate
- XML Signature remote
- Adding new signature by reatining existing unsigned signature fields using PDFBox
- Encrypt a signed message with RSA in the cryptography Python library
- Create web3 signature
- What is the internal working of git signing commits and the user.signingkey option?
- Gradle sign with gpg is giving a bad jar signature
- How to resolve invalid lockfile size of "gnupg_spawn_agent_sentinel.lock"?
- GCloud SignatureDoesNotMatch
- error Keyset does not exist when I want to Use for sign data in c#
- Not running the apk file after signing (Problem in parsing the package after signing the apk.)
- Need help to create signature in python
- openssl CMS_verify() returns "invalid digest" after updating to OpenSSL 3
- What are the steps to certify my Exe file for external users?
- How to create signature as an input for type Vec<u8> on smart contract
Related Questions in SIGNING
- Windows Driver signing: Do I need EV or simple certification
- How can I sign aab with certificate file
- XML sing URI Reference only alphanumeric
- iOS PDFKit Cryptograhpic Signature
- Validating a webhook signature AND using the body in NextJS
- Error in publishing maui ios app because Code signing must be enabled to create an Xcode archive
- how can i change (sign out) my github account
- BouncyCastle Error "Unable to cast object of type 'Org.BouncyCastle.Asn1.DerSequence' to type 'Org.BouncyCastle.Asn1.DerOctetString'
- The "SignName" property of class PdfPKCS7 always return null in Itext 5.5.13.2 using the C#
- How to get the B-LTA in Itext 5.5.13.2 using the C#
- Unable to install App on real device or distribute it ad hoc, normal on Simulator
- opening docusign envelope for signature is showing custom fields
- Intermitent "The signature key was not found" error
- public key signing - why this is not advisable
- import com.firebase.ui.auth.AuthUI not working
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Signing will make the UAC dialog less scary when the publisher can be verified.
Even after doing all of this, Windows SmartScreen might still present the user with a warning. This warning should go away after enough people use your software and signing is supposed to speed this up...