mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
33 lines
1.7 KiB
Plaintext
33 lines
1.7 KiB
Plaintext
; -- ONLYOFFICE Desktop Editors Defines --
|
|
|
|
#define sCompanyName "ONLYOFFICE"
|
|
#define sIntCompanyName sCompanyName
|
|
#define sProductName "Desktop Editors"
|
|
#define sIntProductName "DesktopEditors"
|
|
#define sAppName str(sCompanyName)
|
|
#define sPackageName str(sIntCompanyName + "-" + sIntProductName)
|
|
#define sAppPublisher "Ascensio System SIA"
|
|
#define sAppPublisherURL "https://www.onlyoffice.com/"
|
|
#define sAppSupportURL "https://www.onlyoffice.com/support.aspx"
|
|
#define sAppCopyright str("© " + sAppPublisher + " " + GetDateTimeString("yyyy",,) + ". All rights reserved.")
|
|
#define sAppIconName "ONLYOFFICE"
|
|
#define sOldAppIconName "ONLYOFFICE Editors"
|
|
#define sAppProtocol 'oo-office'
|
|
|
|
#define APP_PATH str(sIntCompanyName + "\" + sIntProductName)
|
|
#define UPD_PATH str(sIntProductName + "Updates")
|
|
#define APP_REG_PATH str("Software\" + APP_PATH)
|
|
#define APP_REG_UNINST_KEY str(sCompanyName + " " + sProductName)
|
|
#define APP_USER_MODEL_ID "ASC.Documents.5"
|
|
#define APP_MUTEX_NAME "TEAMLAB"
|
|
#define APPWND_CLASS_NAME "DocEditorsWindowClass"
|
|
|
|
#define iconsExe "DesktopEditors.exe"
|
|
#define NAME_EXE_OUT "editors.exe"
|
|
|
|
#define ASSC_APP_NAME "ONLYOFFICE"
|
|
#define ASCC_REG_PREFIX "ASC"
|
|
#define ASCC_REG_REGISTERED_APP_NAME "ONLYOFFICE Editors"
|
|
#define ASSOC_PROG_ID "ASC.Editors"
|
|
#define ASSOC_APP_FRIENDLY_NAME "ONLYOFFICE Editors"
|