forked from qt-creator/qt-creator
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:
@@ -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>
|
||||||
|
@@ -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
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user