



Providing data and creating package information file package.xml Name of the default program group for the product in the Windows Start menu Installer name displayed on the title bar RPN name that is added to the page name and introduction text The images below show how our input appears in the installer.
#INSTALL QT CREATOR HOW TO#
This section shows how to prepare the installation script for the release folder containing all the necessary DLLs. Try to run the executable directly from the release folder, make sure it does not complain about any missing libraries.Additionally (if you are using MinGW/gcc), copy the following dlls from the location of your compiler (C:\Qt\5.6\mingw49_32\bin) into the release folder: libgcc_s_dw2-1.dll, libwinpthread-1.dll, libstdc++-6.dll.The release folder should now contain most of the necessary DLLs.Run the win deployment tool, this should be something similar to:.Go to the release folder with the command cd release.
#INSTALL QT CREATOR PRO#
pro file of your project and click on Open Command Prompt Here. Go to the release folder and delete everything except for the executable.Open your project in Qt Creator and compile it in the Release mode.Regardless of whether we deploy the application with or without an installation script. This step will provide us with the necessary dynamic libraries (DLLs) that need to accompany the executable. Startmenu/packages//meta/installscript.qs
