summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-03-27 14:20:06 +0100
committerKai Koehne <kai.koehne@digia.com>2013-03-27 14:28:13 +0100
commitf7143ad5a81b95f6cdfe1520b20d3b893a7deeab (patch)
treea1ba2209895ec49b23c78851cb8709c9fe7816e4
parent1dd7a59333c9adfd770d93d6415e695b20c86495 (diff)
hide the StartMenuSelection page1.3.0
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>
-rw-r--r--dist/packages/org.qtproject.ifw/meta/installscript.qs2
1 files changed, 2 insertions, 0 deletions
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);
}