ZeroTierOne/ext
Adam Ierymenko 32588b3d84 A visit to the Windows house of pain:
(1) Yes, you *can* create a mixed 32/64 bit Windows MSI installer that installs drivers. All you have to do is... umm... create individual sub-MSI files for each driver (one for 32, one for 64) and then package those in the main MSI files as "chained" MSI installers. Each of these must only be considered a prerequisite on 32 or 64 bit machines, respectively.

(2) Upgrade Advanced Installer version, add rules to uninstall NDIS6 tap device on uninstall.

(3) Fix IE issue in UI code.
2015-05-18 20:30:54 -07:00
..
bin A visit to the Windows house of pain: 2015-05-18 20:30:54 -07:00
http-parser Add MIT-licensed Joyent http-parser lib to ext/ for use with new control plane. 2015-03-20 13:32:31 -07:00
installfiles A visit to the Windows house of pain: 2015-05-18 20:30:54 -07:00
json-parser First pass of Windows cleanup and build fixes... 2015-04-24 13:35:17 -07:00
lz4 Update LZ4 in ext/ 2015-04-16 12:18:47 -07:00
mac-ui-macgap1-wrapper Add signed binary build of Mac GUI wrapper. 2015-05-17 19:48:21 -07:00
tap-mac Remove some more junk from tap driver tree. 2014-01-31 12:40:06 -08:00
win-ui-wrapper Now this works... Windows UI wrapper. Turns out there were workarounds, but IE does indeed suck. 2015-05-08 14:58:29 -07:00
README.md docs 2014-09-18 09:41:12 -07:00

The ext/ folder contains third party code, drivers, installation support files, etc.