Eigene Anwendung als Standardprogram für Dateityp htm
-
wrote on 24 May 2016, 17:08 last edited by
Moin,
wie kann ich eine Anwendung, die ich mit Qt geschrieben habe, als Standardprogram für den Dateitypen htm setzen?Hello,
how can set my own application as Standard for the filetyp htm?Danke,
Thanks,Henrik
-
wrote on 24 May 2016, 17:17 last edited by
There is no "Qt Way" of doing this, it's platform dependent. Just google "File Association <Operating System>" replacing <Operating System> with your OS (e.g. Windows, OSX, Ubuntu)
-
Moin,
wie kann ich eine Anwendung, die ich mit Qt geschrieben habe, als Standardprogram für den Dateitypen htm setzen?Hello,
how can set my own application as Standard for the filetyp htm?Danke,
Thanks,Henrik
@HenrikSt.
I find a bit funny that this "die ich mit Qt geschrieben habe" wasn't translated, but yes, @VRonin is correct, there's no Qt-specific solution for this. -
@HenrikSt.
I find a bit funny that this "die ich mit Qt geschrieben habe" wasn't translated, but yes, @VRonin is correct, there's no Qt-specific solution for this.wrote on 24 May 2016, 18:21 last edited by@kshegunov
Yes you are right :)My own application i've written with Qt
-
@HenrikSt.
I find a bit funny that this "die ich mit Qt geschrieben habe" wasn't translated, but yes, @VRonin is correct, there's no Qt-specific solution for this.wrote on 24 May 2016, 18:22 last edited byThank you
-
wrote on 24 May 2016, 18:27 last edited by
So, how can i Change the Standard program of filetyp htm during the Installation of my application?
Is that possible?
-
So, how can i Change the Standard program of filetyp htm during the Installation of my application?
Is that possible?
@HenrikSt.
It is, but depends on the OS (different OSes handle it differently) and also how you install your app. -
@HenrikSt.
It is, but depends on the OS (different OSes handle it differently) and also how you install your app.wrote on 24 May 2016, 18:38 last edited by -
@HenrikSt.
It is.And i create a Setup
How do you create your setup? Do you use some kind of MSI builder?
-
@HenrikSt.
It is.And i create a Setup
How do you create your setup? Do you use some kind of MSI builder?
wrote on 24 May 2016, 18:41 last edited by@kshegunov
No, i use Install Creator Pro from clickteam -
@kshegunov
No, i use Install Creator Pro from clickteam@HenrikSt.
Never heard of it. If I recall correctly the file associations on windows are stored somewhere in the registry, so you could probably start there. If you find the exact key(s) that you need to update then the software you're using for packaging should provide some means for updating them.Not exactly a solution, but I hope it helps.
Kind regards. -
@HenrikSt.
Never heard of it. If I recall correctly the file associations on windows are stored somewhere in the registry, so you could probably start there. If you find the exact key(s) that you need to update then the software you're using for packaging should provide some means for updating them.Not exactly a solution, but I hope it helps.
Kind regards.wrote on 24 May 2016, 18:46 last edited by -
wrote on 25 May 2016, 06:51 last edited by
For windows you could start here: https://wiki.qt.io/Assigning_a_file_type_to_an_Application_on_Windows
3/13