Topic: Installation

Hallo
Ich kann das Programm nicht installieren. Egal welche Datei ich benutze, Windows meldet mir immer wieder, dass die Datei nicht vertrauenswürdig ist und ich sie deshalb nicht herunterladen kann. Was kann ich tun?

Hello
I can't install the program. No matter which file I use, Windows keeps telling me that the file isn't trustworthy and that I can't download it. What can I do?

Best regards and a kiss ... Hieronymus

Re: Installation

Could you provide some more details, such as your Windows version and antivirus software, and attach a few screenshots?

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Installation

https://stackoverflow.com/questions/489 … ed-app-fro

Option 2: Buy an "Extended Validation" (EV) code signing certificate
A guaranteed way to immediately and permanently get rid of the Microsoft SmartScreen warnings is to buy an "Extended Validation" (EV) code signing certificate from one of the Microsoft-approved certificate authorities (CA's), and to sign your app with that EV certificate.

Such an EV certificate will typically cost you somewhere between 300 and 700 USD per year (you better compare prices), and will only be issued to registered businesses. If you're a single developer, you must be a sole proprietor and have an active business license. You can read more about the formal requirements for EV code signing certificates in the EV Code Signing Certificate Guidelines.

Even €200 a year is out of the question – we don’t have enough donations to cover that certificate. I’m already paying for the Apple Developer Account out of my own pocket – €99 a year just to sign Apple Silicon bundles – and on top of that, there’s the hosting fee of €160 a year and the domain registrar fee...

https://github.com/qelectrotech/qelectr … issues/445

Please search on www "bypass SmartScreen warning in Windows."

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Installation

Virustotal show file is safe: 1/53 security vendor flagged this file as malicious
https://www.virustotal.com/gui/file/973 … ?nocache=1

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Installation

https://signpath.org/ is asking us to set up a CI/CD pipeline...

It’s already very complicated to compile QET for Windows; setting up a CI/CD pipeline on our GitHub is even more complicated.

For years (15 years) I have been providing QET packages for Windows; they are cross-compiled on my Debian machine using MXE and based on the old scripts from the Digikam developer. See: https://qelectrotech.org/forum/viewtopi … 976#p13976

Cross-compilation is an advantage for me as everything is scripted, but it  involves compromises: static builds, EXE files containing the DLLs, and deployment with winqtdeploy not working in cross-compilation!

Furthermore, the NSIS installer scripts are still based on the old 2.X version; I don’t have the time and nor healthor, the skills to rewrite them to make them compatible with NSIS 3.X.

https://qelectrotech.org/forum/viewtopi … 226#p17226

We are therefore looking for people with expertise in Windows CI/CD, as well as people capable of reviewing the Windows installer.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !