Another try to fix that installer doesn't suggest start menu folder name

Change-Id: I584fe0ef595472144302252005d78ef66d8e0f99
Task-number: QTCREATORBUG-14674
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Eike Ziller
2015-08-24 14:07:25 +02:00
parent 2a2902dedb
commit 2186d0815a
3 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,5 @@
<MaintenanceToolName>QtCreatorUninst</MaintenanceToolName> <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>
<StartMenuDir>Qt Creator</StartMenuDir>
</Installer> </Installer>

View File

@@ -153,7 +153,7 @@ Component.prototype.createOperations = function()
{ {
component.addOperation( "CreateShortcut", component.addOperation( "CreateShortcut",
component.qtCreatorBinaryPath, component.qtCreatorBinaryPath,
"@StartMenuDir@/Qt Creator.lnk", "@StartMenuDir@/Qt Creator " + installer.value("ProductVersion") + ".lnk",
"workingDirectory=@homeDir@" ); "workingDirectory=@homeDir@" );
// only install c runtime if it is needed, no minor version check of the c runtime till we need it // only install c runtime if it is needed, no minor version check of the c runtime till we need it

View File

@@ -17,5 +17,4 @@
<UserInterface>associatecommonfiletypesform.ui</UserInterface> <UserInterface>associatecommonfiletypesform.ui</UserInterface>
<UserInterface>launchqtcreatorcheckboxform.ui</UserInterface> <UserInterface>launchqtcreatorcheckboxform.ui</UserInterface>
</UserInterfaces> </UserInterfaces>
<StartMenuDir>Qt Creator {version}</StartMenuDir>
</Package> </Package>