2013-05-16 21:56:04 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
2004-06-11 16:52:30 +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-06-11 16:52:30 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This file incorporates work covered by the following license notice:
|
2004-06-11 16:52:30 +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-06-11 16:52:30 +00:00
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2011-11-21 10:05:00 +01:00
|
|
|
#ifndef ENABLE_SILENT_MSI
|
2004-06-11 16:52:30 +00:00
|
|
|
FolderItem gid_Folderitem_Smath
|
2005-02-24 15:28:50 +00:00
|
|
|
Name = "%PRODUCTNAME Math";
|
2013-10-25 06:38:06 -07:00
|
|
|
ModuleID = gid_Module_Prg_Math_Bin;
|
2004-06-11 16:52:30 +00:00
|
|
|
FolderID = gid_Folder_Staroffice51;
|
2014-10-29 00:02:58 +01:00
|
|
|
FileID = auto_math_brand_exe_smath;
|
|
|
|
IconFile = auto_math_brand_exe_smath;
|
2004-09-09 08:15:37 +00:00
|
|
|
IconID = 0;
|
2011-10-21 11:55:56 +02:00
|
|
|
WkDir = gid_Brand_Dir_Program;
|
2004-11-18 07:58:25 +00:00
|
|
|
Parameter = "";
|
2013-10-25 06:38:06 -07:00
|
|
|
Styles = (NON_ADVERTISED);
|
2004-11-18 07:58:25 +00:00
|
|
|
ALL_LANG(Tooltip, STR_FI_TOOLTIP_MATH);
|
2004-06-11 16:52:30 +00:00
|
|
|
End
|
2013-07-23 21:34:06 +02:00
|
|
|
|
2013-07-26 11:29:41 +02:00
|
|
|
FolderItemProperty gid_Fip_Smath_AppID
|
2013-07-23 21:34:06 +02:00
|
|
|
ShortcutID = gid_Folderitem_Smath;
|
2013-07-24 19:21:45 +02:00
|
|
|
Key = "System.AppUserModel.ID";
|
|
|
|
Value = "TheDocumentFoundation.LibreOffice.Math";
|
2013-07-23 21:34:06 +02:00
|
|
|
End
|
2011-11-21 10:05:00 +01:00
|
|
|
#endif
|