SymphonyElectron/installer/win
Vishwas Shashidhar 6d86071072
ELECTRON-805: fix protocol handler uninstall issues on Windows (#510)
Currently, when we uninstall symphony on Windows, the protocol handler registry entry is left as is because it is created by Electron in the first place.

To avoid such leftovers, we add logic to use Electron to register protocol handler only on Mac. On Windows, we use the installer to create a registry entry and manage it during installation as well.
2018-09-29 12:30:17 +05:30
..
Assets Electron-391 (Redesigned Windows & macOS installer) (#346) 2018-04-30 17:02:51 +05:30
README.md move windows installer to new dir (#107) 2017-05-24 16:00:04 -07:00
Symphony-FullSandbox.bat electron-48: updated the batch file info 2017-06-25 15:01:03 +05:30
Symphony-x64.aip ELECTRON-805: fix protocol handler uninstall issues on Windows (#510) 2018-09-29 12:30:17 +05:30
Symphony-x86.aip ELECTRON-805: fix protocol handler uninstall issues on Windows (#510) 2018-09-29 12:30:17 +05:30

The .aip file located here is produced by 'Advanced Installer' (http://www.advancedinstaller.com/).
Running this file through advanced installer will generate a Microsoft Windows MSI file.