From f7143ad5a81b95f6cdfe1520b20d3b893a7deeab Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Wed, 27 Mar 2013 14:20:06 +0100 Subject: 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 --- dist/packages/org.qtproject.ifw/meta/installscript.qs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/packages/org.qtproject.ifw/meta/installscript.qs') diff --git a/dist/packages/org.qtproject.ifw/meta/installscript.qs b/dist/packages/org.qtproject.ifw/meta/installscript.qs index 0019255e1..8a12a6804 100644 --- a/dist/packages/org.qtproject.ifw/meta/installscript.qs +++ b/dist/packages/org.qtproject.ifw/meta/installscript.qs @@ -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); } -- cgit v1.2.3