mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-29 15:04:32 +00:00
Fix the default installation location for all examples
Now they are all located in distinct subfolders of one common IfwExamples folder located in home. Change-Id: Ife92e8d7f7fc33bc1f941f49c75333d0e4fc72d1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
parent
f0951246d8
commit
4503aa1ee1
@ -14,7 +14,7 @@
|
||||
\li The \c <StartMenuDir> element specifies the name of the default
|
||||
program group for the product in the Windows \gui Start menu.
|
||||
\li The \c <TargetDir> element specifies that the default target
|
||||
directory displayed to users is \c IfwExample in the home directory
|
||||
directory is located in the \c IfwExamples directory in the home directory
|
||||
of the current user (because the predefined variable\c @HomeDir@ is
|
||||
used as a part of the value). For more information, see
|
||||
\l{Predefined Variables}.
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>Change Installer UI Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/changeuserinterface</TargetDir>
|
||||
</Installer>
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>Component Error Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/componenterror</TargetDir>
|
||||
</Installer>
|
||||
|
@ -5,6 +5,6 @@
|
||||
<Title>Dependency Solving Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwDependencySolvingExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/dependencies</TargetDir>
|
||||
<CreateLocalRepository>true</CreateLocalRepository>
|
||||
</Installer>
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>Dynamic Page Installer Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/dynamicpage</TargetDir>
|
||||
</Installer>
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>License Agreement Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt Installer Framework Example</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IFWLicenseAgreementExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/licenseagreement</TargetDir>
|
||||
</Installer>
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>Modify Extract Installer Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/modifyextract</TargetDir>
|
||||
</Installer>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<Publisher>The Qt Company</Publisher>
|
||||
<!-- Directory name is used in component.xml -->
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/online</TargetDir>
|
||||
<RemoteRepositories>
|
||||
<Repository>
|
||||
<Url>http://localhost/repository</Url>
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>Open Readme Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/openreadme</TargetDir>
|
||||
</Installer>
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>Quit Installer Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/quitinstaller</TargetDir>
|
||||
</Installer>
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>Register File Extension Example</Title>
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<StartMenuDir>Qt IFW Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/registerfileextension</TargetDir>
|
||||
</Installer>
|
||||
|
@ -6,5 +6,5 @@
|
||||
<Publisher>Qt-Project</Publisher>
|
||||
<!-- Directory name is used in component.xml -->
|
||||
<StartMenuDir>Qt Installer Framework Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/startmenu</TargetDir>
|
||||
</Installer>
|
||||
|
@ -6,5 +6,5 @@
|
||||
<Publisher>The Qt Company</Publisher>
|
||||
<!-- Directory name is used in component.xml -->
|
||||
<StartMenuDir>Qt Installer Framework Example</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IFWSystemInfoExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/systeminfo</TargetDir>
|
||||
</Installer>
|
||||
|
@ -5,5 +5,5 @@
|
||||
<Title>Package Translations Example</Title>
|
||||
<Publisher>Qt Project</Publisher>
|
||||
<StartMenuDir>Qt Installer Framework Examples</StartMenuDir>
|
||||
<TargetDir>@HomeDir@/IfwExample</TargetDir>
|
||||
<TargetDir>@HomeDir@/IfwExamples/translations</TargetDir>
|
||||
</Installer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user