Commit Graph

140 Commits

Author SHA1 Message Date
Mattias Gustavsson
6289b563ad SDA-2526 Added comment 2020-10-20 07:51:49 +02:00
Mattias Gustavsson
ea1c791b1d SDA-2526 Display uninstall confirmation dialog 2020-10-20 07:36:34 +02:00
Mattias Gustavsson
bc2240a897 SDA-2511 Making back button work from InstallDir screen 2020-10-16 13:22:30 +02:00
Mattias Gustavsson
b5bb62e7a8 SDA-2516 Added missing 'Symphony' to paths 2020-10-15 08:02:04 +02:00
Mattias Gustavsson
eff6ee7118 SDA-2516 Extract programs folder location into property 2020-10-14 09:08:49 +02:00
mattias-symphony
301c1af23a
SDA-2396 Added custom dialog to maintenance flow (#1083) 2020-09-28 16:13:41 +05:30
Vishwas Shashidhar
3b3d84ea78
Merge branch 'master' into SDA-2462 2020-09-22 21:32:05 +05:30
mattias-symphony
138ded7a74
feat: SDA-2395 Upgrading existing Symphony (#1079)
* SDA-2395 Setting product id and upgrade code

* Added 'Close Symphony' dialog and code to shut down Symphony process

* Fixed whitespace issues

* Update installer/win/WixSharpInstaller/Symphony.cs

Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-09-22 21:31:56 +05:30
Mattias Gustavsson
296082724b SDA-2462 Auto launch symphony after installation complete 2020-09-18 09:48:52 +02:00
Mattias Gustavsson
bd7a8c6e18 SDA-2394 Commandline installation properties 2020-09-10 09:15:10 +02:00
Mattias Gustavsson
8c98bd63b5 SDA-2393 Adding/removing registry keys 2020-09-08 09:44:36 +02:00
Mattias Gustavsson
1a3925dc3e SDA-2389 Fixed TAB/SPACE issues 2020-09-04 15:19:15 +02:00
Mattias Gustavsson
23bdb4fa60 SDA-2389 Added custom dialog, and updated the WixSharp binaries to lates version from wixsharp repo (has bug fix we need for this) 2020-09-04 15:02:47 +02:00
Mattias Gustavsson
546c52fadc SDA-2392 Running custom scripts 2020-09-03 08:38:18 +02:00
Mattias Gustavsson
74a672b091 Moved wixsharp installer files to subfolder 2020-09-01 08:25:58 +02:00
Mattias Gustavsson
060afd0a0b SDA-2389 Added version number to installer 2020-08-27 12:03:17 +02:00
Mattias Gustavsson
d1a9f2a4de Replaced hardcoded path which was added by mistake 2020-08-21 11:39:38 +02:00
Mattias Gustavsson
ce6dd3655c SDA-2388 Added launch condition to require Windows Server 2008 or later 2020-08-21 09:08:39 +02:00
Mattias Gustavsson
37e72bf137 SDA-2388 Added shortcuts to desktop and program menu 2020-08-21 09:04:51 +02:00
Mattias Gustavsson
f611646dba Initial project setup with all files included, and batch file for invoking WixSharp to build MSI 2020-08-21 08:26:37 +02:00
Mattias Gustavsson
52537e15f9 SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Vishwas Shashidhar
ce5f146516
SDA-2132: fix quitting app on uninstall (#1022)
- Quit SDA when uninstalling on Windows from Control Panel
2020-06-17 13:56:20 +05:30
Vishwas Shashidhar
310186f2dd
fix: SDA-2068: show welcome screen per installation (#1020)
* SDA-2068: show welcome screen per installation - macOS

* SDA-2068: show welcome screen per installation - windows

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-2068: support welcome screen on install for Windows
2020-06-13 11:42:57 +05:30
Vishwas Shashidhar
7d773abad3
feat: upgrade Electron to 9.x (#1008)
* add support for electron 8.x

* update node-abi to latest

* 8.x: fix unit tests

* upgrade to electron 9.x

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* rebase 9.x against master

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* 9.x: fix windows installer files

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* rebase 9.x against master and fix issues

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* 9.x - update aip file

* 9.x -> downgrade to electron 9.0.0-beta.22

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* bump up electron version to 9.0.0

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* upgrade node-abi to support electron 9

* update package-lock.json

* 9.x -> enable signing on aip

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* 9.x -> update package-lock.json

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* 9.x -> fix screen share indicator mac script issue

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-2080 - Target jss class name instead of dev defined

* SDA-2080: fix title bar issue with 9.x

* SDA-2080 - Make text notification black for 1.5 and update style template

* 9.x: add electron-osx-sign to fix 9.x build issues

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-2091 - Only pass required data via IPC

* SDA-2092 - prevent notifications from opening in fullscreen state in MacOS

* remove post build script and upgrade electron-builder to fix os x depth first signing issues

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

Co-authored-by: Kiran Niranjan <kiran.niranjan@symphony.com>
2020-06-01 18:08:01 +05:30
Vishwas Shashidhar
1dfab3bb0f
fix: SDA-2056: welcome screen on every install (#992)
* SDA-2056: show welcome screen on new install

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-2019: show dialog on process running

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-12 21:05:48 +05:30
Mattias Gustavsson
c6ada71158 SDA-1959 Removed dialogs from windows installer 2020-04-27 14:46:47 +02:00
Vishwas Shashidhar
ea15d48688
feat: SDA-1062: warn users before closing running app (windows) (#974)
* SDA-1062: warn users before closing running app

- On Windows, currently, when trying to install new version of SDA, we simply kill the app before asking user if they'd like to quit and proceed.
- This fixes the issue and provides a better user experience.

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1062: warn users before closing running app

- remove x86 support for Windows

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-21 17:31:38 +05:30
Keerthi Niranjan
6345ac7495
Add swift-search related .node files (#969) 2020-04-13 18:54:21 +05:30
Vishwas Shashidhar
9e69b5c002 remove source map from spawn-rx
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-01 10:59:42 +05:30
Vishwas Shashidhar
a104af42c6
SDA-1860: add flag to overwrite exe files upon installation (#930)
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-19 10:08:59 +05:30
Kiran Niranjan
e29e76f558
SDA-1859 - Support silent installation (#920) 2020-03-16 12:33:53 +05:30
Kiran Niranjan
91b3cd8aa9
SDA-1859 - Update aip file to use ENABLED/DISABLED instead of boolean (#915) 2020-03-13 16:18:41 +05:30
Vishwas Shashidhar
07a978c2da SDA-1838: update aip files for 8.x
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-10 18:18:33 +05:30
Vishwas Shashidhar
0ffef9af2b SDA-1838: update aip files for 8.x
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-10 17:57:06 +05:30
mattias-symphony
445a75c6c3 Added removal of startup key 'electron.app.Symphony' (#837) 2019-12-20 14:58:20 +05:30
Mattias Gustavsson
b5afe3c4b5 Added startup registry key removal to uninstall script 2019-12-18 13:19:36 +01:00
Mattias Gustavsson
be6bcc6f69 Fixed installer path 2019-12-13 13:56:29 +01:00
Mattias Gustavsson
f8d3a7e3d9 Merge remote-tracking branch 'upstream/master' into new_screen_snippet_tool 2019-12-13 13:47:17 +01:00
Mattias Gustavsson
1b5e589620 Changed to correct installer path 2019-12-05 09:12:32 +01:00
Mattias Gustavsson
6a7b6df86d Updated installer files 2019-12-03 12:44:42 +01:00
Mattias Gustavsson
1ed65700da Switching to new screen snippet tool 2019-12-03 12:19:32 +01:00
Mattias Gustavsson
9aed2ae6a8 Switching to new screen snippet tool 2019-12-03 12:16:38 +01:00
Mattias Gustavsson
89af983755 Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Mattias Gustavsson
0e1a8fa601 Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Mattias Gustavsson
7b98b3982c Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Mattias Gustavsson
3cd0dc8ba3 Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Kiran Niranjan
d64dba8853
SDA-1582 - Include missing .node files in aip (#804) 2019-11-11 18:13:09 +05:30
Kiran Niranjan
4c5b1b745c 6.x Include unpacked native modules spellchecker & cld 2019-10-31 21:20:20 +05:30
Kiran Niranjan
0431a9f5ad fix: Upgrade master to 6.x (#795)
* Upgrade Electron version to 6.x

* fix: SDA-1347 (Group multiple processes into a single task bar icon) (#778)

* update mac build script

* update mac packager

* feat: ELECTRON-1462 (Combine more information into about app window) (#777)

* ELECTRON-1462 - Merge more info window in to about app window

* ELECTRON-1462 - Adjust window size

* ELECTRON-1462 - Add line space

* ELECTRON-1462 - Resize for windows

* ELECTRON-1462 - Add translation for swift search

* ELECTRON-1462 - Adjust width for Windows OS

* ELECTRON-1462 - Add about app snapshots file

* SDA-1347 - Group multiple processes into single task bar icon

* Change dependency from gulp-tsc to gulp-typescript

* 6.x Update activity detection api

* 6.x Update aip file to remove unwanted spellchecker files

* 6.x Update electron version to 6.1.2

* 6.x Update SDA version and change spellchecker base

* 6.x Update electron-builder version to support 6.x

* 6.x fix escape char for window build command

* 6.x Optimize log path set and get methods

* 6.x Change yml to json

* 6.x Make Window local path as default user data path
2019-10-30 20:58:25 +05:30
Vishwas Shashidhar
877ed17315 revert the icons and remove icon-gen 2019-08-29 11:26:54 +05:30