Publishing a Qt Application under Windows
-
I have Problems to publish my developed Program under Windows. One User telled me that there is a Security Feature in Windows 10 that doesnt allow my App to execute. I read something about Smart Screen and Certification from Windows. But im really confused. How can i solve this?
-
Hi
If your app is called anything with setup in name
then it will be stopped by UAC.
Else I have not had issue on win 10 with Qt programs. (Desktop)Can it be the users local virus scanner or something that blocks it?
Before you know why it cannot run, its hard to solve it.
-
A User gets this Message when he executes it http://localnet.p8x.de/html/vttagebuch.png
It says the PC is protected. And in the button the text is "Dont execute"
-
A User gets this Message when he executes it http://localnet.p8x.de/html/vttagebuch.png
It says the PC is protected. And in the button the text is "Dont execute"
-
yes of course, but not any user knows that :)
-
yes of course, but not any user knows that :)
-
no its just a Zip Archiv you can download and extract. In this Archiv you have the Program you can just execute. no Installer
-
no its just a Zip Archiv you can download and extract. In this Archiv you have the Program you can just execute. no Installer
-
its strange that not everyone has that. only one user i know.
-
its strange that not everyone has that. only one user i know.
-
really strange. but how can i fix this? only with an installer?
-
really strange. but how can i fix this? only with an installer?
-
i used the VC Compiler from Visual Studio 2015. Maybe this Messages shows if someone copy this Folder in the Program Directory of Windows. Later i will try a Setup Installer like Inno Setup or something.
