summaryrefslogtreecommitdiffstats
path: root/doc/scripting.qdoc
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-04-10 13:02:15 +0200
committerKai Koehne <kai.koehne@digia.com>2014-04-24 15:37:15 +0200
commitb3112e61685eff103de9b33b38dff1e4b7b802ec (patch)
treeb874a9cf413fd94eb2438196e23ee6e30f7c6f0b /doc/scripting.qdoc
parente99fe7f986f29123230831ef586446654f479aa9 (diff)
Initialize {All}UserStartMenuDir and DesktopDir earlier.
Task-number: QTIFW-346 Change-Id: I641d6c2eb6b74f674b61ccf335885d4577dfcfe4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'doc/scripting.qdoc')
-rw-r--r--doc/scripting.qdoc14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/scripting.qdoc b/doc/scripting.qdoc
index 980c90e04..f753b0ced 100644
--- a/doc/scripting.qdoc
+++ b/doc/scripting.qdoc
@@ -237,14 +237,14 @@
\o Product URL, as defined in config.xml.
\row
\o StartMenuDir
- \o Start menu group, as defined in config.xml. Available on
- Windows, only.
+ \o Start menu group, as defined in config.xml. Only available on Windows.
\row
\o TargetDir
\o Target directory for installation, as selected by the user.
\row
\o DesktopDir
\o Name of the directory that contains the user's desktop.
+ \o Only available on Windows.
\row
\o os
\o Current platform: \c "x11", \c "win", or \c "mac".
@@ -264,6 +264,16 @@
\row
\o InstallerFilePath
\o The file path of the installer application executable.
+ \row
+ \o UserStartMenuProgramsPath
+ \o The path to the folder containing the items in the Start menu of the user.
+ \o For example, \c {C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs}
+ \o Only available on Windows.
+ \row
+ \o AllUsersStartMenuProgramsPath
+ \o The path to the folder containing the items in the Start menu for all users.
+ \o For example, \c {C:\ProgramData\Microsoft\Windows\Start Menu\Programs}
+ \o Only available on Windows.
\endtable
The variables can be resolved by calls to \c installer.value(). If embedded