From 32588b3d840280eef8c0aaf6bf930412fcd2b985 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 18 May 2015 20:30:54 -0700 Subject: 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cceb7dd9..64bf02de 100755 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ /windows/WebUIWrapper/bin /windows/WebUIWrapper/obj node_modules +/ZeroTier One.msi +/ext/installfiles/windows/*-cache -- cgit v1.2.3