summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-12-08 11:22:40 +0100
committerNiels Weber <niels.weber@theqtcompany.com>2014-12-08 11:33:27 +0100
commita23bf23088e66bc38572dcb67d42cc02354c2697 (patch)
tree9002544b2fad5d926e5353e03903eb7bbf0fec0d /doc
parentde748023e53ce84afd01cde0ca380cddad057a4d (diff)
Add some example data for RunProgram
Task-number: QTIFW-481 Change-Id: I00b863093697857bafcffa7e4a2afc4feee33365 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/config.xml7
-rw-r--r--doc/installerfw.qdoc2
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/examples/config.xml b/doc/examples/config.xml
index 9b40f42bd..147c39246 100644
--- a/doc/examples/config.xml
+++ b/doc/examples/config.xml
@@ -9,11 +9,12 @@
<InstallerApplicationIcon>installericon</InstallerApplicationIcon>
<Logo>logo.png</Logo>
<Watermark>watermark.png</Watermark>
- <RunProgram></RunProgram>
+ <RunProgram>@TargetDir@/YourAppToRun</RunProgram>
<RunProgramArguments>
- <Argument></Argument>
+ <Argument>Argument 1</Argument>
+ <Argument>Argument 2</Argument>
</RunProgramArguments>
- <RunProgramDescription></RunProgramDescription>
+ <RunProgramDescription>My nice application</RunProgramDescription>
<StartMenuDir>Some Application Entry Dir</StartMenuDir>
<UninstallerName>SDKMaintenanceTool</UninstallerName>
<AllowNonAsciiCharacters>true</AllowNonAsciiCharacters>
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index f4b84b9a8..c9250dee0 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -217,7 +217,7 @@
\row
\li RunProgram
\li Command executed after the installer is done if the user accepts
- the action.
+ the action. Provide the full path to the application.
\row
\li RunProgramArguments
\li Arguments passed to the program specified in RunProgram. You can add several