Details
-
Task
-
Resolution: Done
-
P2: Important
-
4.1.0
-
Qt Installer Sprint 30
Description
Create offline installer with 5.15.2 content:
qt-unified-windows-x86-4.1.0-online.exe --root C:\Users\joaijala\RTA\offline_qt5 --offline-installer-name qt5.15.2-enterprise-win-x64.exe create-offline qt.qt5.5152.win64_msvc2019_64 --accept-licenses --auto-answer telemetry-question=No --confirm-command --staging-commercial
Create qs file which has package name that is not included in offline installer:
Controller.prototype.ComponentSelectionPageCallback = function() { var page = gui.pageWidgetByObjectName("ComponentSelectionPage"); page.deselectAll(); // add qt components page.selectComponent("qt.qt5.5152.win64_msvc2019_64"); page.selectComponent("preview.qt.tools.qtcreator");
Installer crashes on component selection page.
Expecting installer to ignore invalid package name as online installer does, not crashing.