QML Viewer Installer
-
I want the ability to give an installer package for QML viewer to someone inexperienced in programming (manager) so that they can navigate around the UI I have developed in QML. What would be the best way to accomplish this?
-
Just copy the qmlviewer.exe along with QtCore4.dll QtDeclarative4.dll QtGui4.dll QtScript4.dll QtSql4.dll QtNetwork4.dll. Bundle all this together in a single folder and run the qmlviewer.exe from there.
-
Have you tried it.
I had not installed any separate VS libraries. Its just my normal windows updates.
-
[quote author="QtK" date="1290501711"]Have you tried it.
I had not installed any separate VS libraries. Its just my normal windows updates.[/quote]
Is MSCV installed on your computer? If yes then all required libraries already present. If MSVC is not installed then some MSVC rintime libraries should be added to you computer. See http://doc.trolltech.com/4.6/deployment-windows.html
-
In my case I have not installed anything separately.
-
No MSCV instance exists on management's computer. Would someone be interested in putting together an installsheild (or equivalent) that would manage this whole process for them?
Kyle
-
[quote author="kyleplattner" date="1290520458"]No MSCV instance exists on management's computer. Would someone be interested in putting together an installsheild (or equivalent) that would manage this whole process for them?
Kyle [/quote]
Check and confirm the license and redistribution details before you ask that.