[quote author="JKSH" date="1357129781"]
At the bottom of this page, it says "... the Qt logo is a registered trade mark of Digia plc", so I'm not sure if you're allowed to use the Qt logo in your installer. Contact Digia to ask.
[/quote]
Good to know. I will do so
[quote author="JKSH" date="1357129781"]
I strongly suggest you don't install any DLLs into the Windows system directory -- that directory is for core system files only. Instead, install the DLLs somewhere else (e.g. C:\Qt or C:\Program Files\Qt), and add that folder to the system PATH
[/quote]
I just noticed that today and changed my installer :) Having a little experience with MS Windows, it looks strange and irregular to me!
[quote author="JKSH" date="1357129781"]
I'm confused by "Qt 5.0.0 Runtime libraries version 0.1.0"; how do you envision "Qt 5.0.0 Runtime libraries version 0.2.0" to be different? And what how will your installer be labelled when Qt 5.0.1 is released?
[/quote]
Well, it's a little bit of trick there! First one in Qt version and second is Build version. Each Qt version is supposed to have a series of builds that they will tagged with some phrases. For example for Qt 5.0.0 there will be 0.1.0-mingw-64, 0.1.0-msvc11-64, 0.1.0-mingw-32, 0.1.0-msvc11-32. And when ready, in another compile I may fix some configuration bugs, apply more optimization, or change installer itself. Then for Qt 5.0.0 , build versions will be 0.1.1-mingw-64, 0.1.1-msvc11-64, 0.1.1-mingw-32, 0.1.1-msvc11-32 ... For Qt 5.0.1 versions will restart to 0.1.0.
[quote author="Krzysztof Kawa" date="1357134040"]
Btw. I always thought DBus was a linux specific thingie? Is it also available on Windows?[/quote]
[quote author="JKSH" date="1357135056"]The D-Bus project has officially accepted the Windows port into their code base (http://www.freedesktop.org/wiki/Software/dbus#Windows_port ), but I get the impression that it's not very stable yet.
[/quote]
I made a Windows Service using startsrv that runs dbus-daemon in background. (In the newer version of installer there is a choice to start that service) DBus works pretty fine for me on windows. Since it has been officially approved windows port, I don't think of any problem. It has a lot of inconsistent code that makes it very difficult to compile on windows, but in runtime looks pretty stable.