hide the StartMenuSelection page

At the moment it would be only the readme file and the
unsinstaller and that isn't worse enough.

Change-Id: I1d48a0d6deb4e3e42a9f57c50b3cf791cd1edf86
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Tim Jenssen 2013-03-27 14:20:06 +01:00 committed by Kai Koehne
parent 1dd7a59333
commit f7143ad5a8

View File

@ -9,4 +9,6 @@ function Component()
// do not show component selection page
installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
// no startmenu entry so no need to ask where to create it
installer.setDefaultPageVisible(QInstaller.StartMenuSelection, false);
}