Desktop launcher w/o version number for silent MSI version
This commit is contained in:
@@ -45,7 +45,11 @@ FolderItem gid_Folderitem_Soffice
|
|||||||
End
|
End
|
||||||
|
|
||||||
FolderItem gid_Folderitem_Soffice_Desktop
|
FolderItem gid_Folderitem_Soffice_Desktop
|
||||||
|
#ifdef ENABLE_SILENT_MSI
|
||||||
|
Name = "%PRODUCTNAME";
|
||||||
|
#else
|
||||||
Name = "%PRODUCTNAME %PRODUCTVERSION";
|
Name = "%PRODUCTNAME %PRODUCTVERSION";
|
||||||
|
#endif
|
||||||
ModuleID = gid_Module_Root;
|
ModuleID = gid_Module_Root;
|
||||||
FolderID = PREDEFINED_DESKTOP;
|
FolderID = PREDEFINED_DESKTOP;
|
||||||
FileID = gid_Brand_File_Bin_Soffice;
|
FileID = gid_Brand_File_Bin_Soffice;
|
||||||
@@ -54,7 +58,7 @@ FolderItem gid_Folderitem_Soffice_Desktop
|
|||||||
ComponentIDFile = "gid_Brand_File_Desktophelper_Txt";
|
ComponentIDFile = "gid_Brand_File_Desktophelper_Txt";
|
||||||
WkDir = gid_Brand_Dir_Program;
|
WkDir = gid_Brand_Dir_Program;
|
||||||
Parameter = "";
|
Parameter = "";
|
||||||
Styles = (NOWEB,NON_ADVERTISED,USE_HELPER_FILENAME);
|
Styles = (NOWEB,NON_ADVERTISED,USE_HELPER_FILENAME);
|
||||||
ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
|
ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
|
||||||
ComponentCondition = "CREATEDESKTOPLINK=1";
|
ComponentCondition = "CREATEDESKTOPLINK=1";
|
||||||
End
|
End
|
||||||
|
Reference in New Issue
Block a user