2013-05-16 21:56:04 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
2004-11-18 07:59:34 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2004-11-18 07:59:34 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This file incorporates work covered by the following license notice:
|
2004-11-18 07:59:34 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2004-11-18 07:59:34 +00:00
|
|
|
|
|
|
|
#include "macros.inc"
|
2008-03-05 16:46:12 +00:00
|
|
|
|
2012-02-16 10:00:39 +01:00
|
|
|
FolderItem gid_Folderitem_LibreOffice
|
2008-03-05 16:46:12 +00:00
|
|
|
Name = "%PRODUCTNAME";
|
2013-10-25 06:38:06 -07:00
|
|
|
ModuleID = gid_Module_Root;
|
2011-11-21 22:18:20 +01:00
|
|
|
#ifdef ENABLE_SILENT_MSI
|
|
|
|
FolderID = PREDEFINED_STARTMENU;
|
|
|
|
#else
|
2008-03-05 16:46:12 +00:00
|
|
|
FolderID = gid_Folder_Staroffice51;
|
2011-11-21 22:18:20 +01:00
|
|
|
#endif
|
2014-10-28 23:03:56 +01:00
|
|
|
FileID = auto_brand_exe_soffice;
|
|
|
|
IconFile = auto_brand_exe_soffice;
|
2008-03-05 16:46:12 +00:00
|
|
|
IconID = 0;
|
2011-10-21 11:55:56 +02:00
|
|
|
WkDir = gid_Brand_Dir_Program;
|
2008-03-05 16:46:12 +00:00
|
|
|
Parameter = "";
|
2013-10-25 06:38:06 -07:00
|
|
|
Styles = (NON_ADVERTISED);
|
|
|
|
ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
|
2008-03-05 16:46:12 +00:00
|
|
|
End
|
|
|
|
|
2013-07-26 11:29:41 +02:00
|
|
|
FolderItemProperty gid_Fip_LibreOffice_AppID
|
2013-07-23 21:34:06 +02:00
|
|
|
ShortcutID = gid_Folderitem_LibreOffice;
|
2013-07-24 18:55:22 +02:00
|
|
|
Key = "System.AppUserModel.ID";
|
|
|
|
Value = "TheDocumentFoundation.LibreOffice.Startcenter";
|
2013-07-23 21:34:06 +02:00
|
|
|
End
|
|
|
|
|
2008-03-05 16:46:12 +00:00
|
|
|
FolderItem gid_Folderitem_Soffice_Desktop
|
2011-11-24 18:43:11 +01:00
|
|
|
#ifdef ENABLE_SILENT_MSI
|
|
|
|
Name = "%PRODUCTNAME";
|
|
|
|
#else
|
2008-03-05 16:46:12 +00:00
|
|
|
Name = "%PRODUCTNAME %PRODUCTVERSION";
|
2011-11-24 18:43:11 +01:00
|
|
|
#endif
|
2013-10-25 06:38:06 -07:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-05 16:46:12 +00:00
|
|
|
FolderID = PREDEFINED_DESKTOP;
|
2014-10-28 23:03:56 +01:00
|
|
|
FileID = auto_brand_exe_soffice;
|
|
|
|
IconFile = auto_brand_exe_soffice;
|
2008-03-05 16:46:12 +00:00
|
|
|
IconID = 0;
|
2013-10-25 06:38:06 -07:00
|
|
|
ComponentIDFile = "gid_Brand_File_Desktophelper_Txt";
|
2011-10-21 11:55:56 +02:00
|
|
|
WkDir = gid_Brand_Dir_Program;
|
2008-03-05 16:46:12 +00:00
|
|
|
Parameter = "";
|
2013-10-25 06:38:06 -07:00
|
|
|
Styles = (NON_ADVERTISED,USE_HELPER_FILENAME);
|
|
|
|
ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
|
2008-03-05 16:46:12 +00:00
|
|
|
ComponentCondition = "CREATEDESKTOPLINK=1";
|
|
|
|
End
|
2013-07-23 21:34:06 +02:00
|
|
|
|
2013-07-26 11:29:41 +02:00
|
|
|
FolderItemProperty gid_Fip_Soffice_Desktop_AppID
|
2013-07-23 21:34:06 +02:00
|
|
|
ShortcutID = gid_Folderitem_Soffice_Desktop;
|
2013-07-24 18:55:22 +02:00
|
|
|
Key = "System.AppUserModel.ID";
|
|
|
|
Value = "TheDocumentFoundation.LibreOffice.Startcenter";
|
2013-07-23 21:34:06 +02:00
|
|
|
End
|