Fix installer config for IFW 2.0

Change-Id: I6edbe34f311863019f6150bf0b2ce6400e836755
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-06-26 13:57:22 +02:00
parent d4cddfb140
commit eeb77ee827
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon> <InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Watermark>watermark.png</Watermark> <Watermark>watermark.png</Watermark>
<UninstallerName>QtCreatorUninstaller</UninstallerName> <MaintenanceToolName>QtCreatorUninstaller</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars --> <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/qtcreator-{version}</TargetDir> <TargetDir>@homeDir@/qtcreator-{version}</TargetDir>
<AdminTargetDir>/opt/qtcreator-{version}</AdminTargetDir> <AdminTargetDir>/opt/qtcreator-{version}</AdminTargetDir>

View File

@@ -8,7 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon> <InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Background>background.png</Background> <Background>background.png</Background>
<UninstallerName>Uninstall Qt Creator</UninstallerName> <MaintenanceToolName>Uninstall Qt Creator</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars --> <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@homeDir@/Applications/Qt Creator {version}</TargetDir> <TargetDir>@homeDir@/Applications/Qt Creator {version}</TargetDir>
<AllowSpaceInPath>true</AllowSpaceInPath> <AllowSpaceInPath>true</AllowSpaceInPath>

View File

@@ -8,7 +8,7 @@
<InstallerWindowIcon>logo.png</InstallerWindowIcon> <InstallerWindowIcon>logo.png</InstallerWindowIcon>
<Watermark>watermark.png</Watermark> <Watermark>watermark.png</Watermark>
<UninstallerName>QtCreatorUninst</UninstallerName> <MaintenanceToolName>QtCreatorUninst</MaintenanceToolName>
<!-- @homeDir@ and @rootDir@ are some of the supported vars --> <!-- @homeDir@ and @rootDir@ are some of the supported vars -->
<TargetDir>@rootDir@/Qt/qtcreator-{version}</TargetDir> <TargetDir>@rootDir@/Qt/qtcreator-{version}</TargetDir>
</Installer> </Installer>