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>
|
||||
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->
|
||||
<TargetDir>@rootDir@/Qt/qtcreator-{version}</TargetDir>
|
||||
<StartMenuDir>Qt Creator</StartMenuDir>
|
||||
</Installer>
|
||||
|
@@ -153,7 +153,7 @@ Component.prototype.createOperations = function()
|
||||
{
|
||||
component.addOperation( "CreateShortcut",
|
||||
component.qtCreatorBinaryPath,
|
||||
"@StartMenuDir@/Qt Creator.lnk",
|
||||
"@StartMenuDir@/Qt Creator " + installer.value("ProductVersion") + ".lnk",
|
||||
"workingDirectory=@homeDir@" );
|
||||
|
||||
// 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>launchqtcreatorcheckboxform.ui</UserInterface>
|
||||
</UserInterfaces>
|
||||
<StartMenuDir>Qt Creator {version}</StartMenuDir>
|
||||
</Package>
|
||||
|
Reference in New Issue
Block a user