diff --git a/wix/bin/WixIIsExtension.dll b/wix/bin/WixIIsExtension.dll
deleted file mode 100644
index 652e61ea44..0000000000
Binary files a/wix/bin/WixIIsExtension.dll and /dev/null differ
diff --git a/wix/bin/WixNetFxExtension.dll b/wix/bin/WixNetFxExtension.dll
deleted file mode 100644
index c82d7ad518..0000000000
Binary files a/wix/bin/WixNetFxExtension.dll and /dev/null differ
diff --git a/wix/bin/WixUIExtension.dll b/wix/bin/WixUIExtension.dll
deleted file mode 100644
index 3ef5de5770..0000000000
Binary files a/wix/bin/WixUIExtension.dll and /dev/null differ
diff --git a/wix/bin/WixUtilExtension.dll b/wix/bin/WixUtilExtension.dll
deleted file mode 100644
index b729c196d9..0000000000
Binary files a/wix/bin/WixUtilExtension.dll and /dev/null differ
diff --git a/wix/bin/WixVSExtension.dll b/wix/bin/WixVSExtension.dll
deleted file mode 100644
index b93eb29e13..0000000000
Binary files a/wix/bin/WixVSExtension.dll and /dev/null differ
diff --git a/wix/bin/candle.exe b/wix/bin/candle.exe
deleted file mode 100644
index 9eb01f8aa0..0000000000
Binary files a/wix/bin/candle.exe and /dev/null differ
diff --git a/wix/bin/candle.exe.config b/wix/bin/candle.exe.config
deleted file mode 100644
index b0602249b6..0000000000
--- a/wix/bin/candle.exe.config
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/wix/bin/darice.cub b/wix/bin/darice.cub
deleted file mode 100644
index dab45677f4..0000000000
Binary files a/wix/bin/darice.cub and /dev/null differ
diff --git a/wix/bin/heat.exe b/wix/bin/heat.exe
deleted file mode 100644
index 5a62476ebf..0000000000
Binary files a/wix/bin/heat.exe and /dev/null differ
diff --git a/wix/bin/heat.exe.config b/wix/bin/heat.exe.config
deleted file mode 100644
index 78b87a22de..0000000000
--- a/wix/bin/heat.exe.config
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/wix/bin/light.exe b/wix/bin/light.exe
deleted file mode 100644
index 660b2cc916..0000000000
Binary files a/wix/bin/light.exe and /dev/null differ
diff --git a/wix/bin/light.exe.config b/wix/bin/light.exe.config
deleted file mode 100644
index b0602249b6..0000000000
--- a/wix/bin/light.exe.config
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/wix/bin/wconsole.dll b/wix/bin/wconsole.dll
deleted file mode 100644
index d16ee819c1..0000000000
Binary files a/wix/bin/wconsole.dll and /dev/null differ
diff --git a/wix/bin/winterop.dll b/wix/bin/winterop.dll
deleted file mode 100644
index 2975088f9a..0000000000
Binary files a/wix/bin/winterop.dll and /dev/null differ
diff --git a/wix/bin/wix.dll b/wix/bin/wix.dll
deleted file mode 100644
index b26665f1db..0000000000
Binary files a/wix/bin/wix.dll and /dev/null differ
diff --git a/wix/nzbdrone.wxs b/wix/nzbdrone.wxs
deleted file mode 100644
index c21e8ab514..0000000000
--- a/wix/nzbdrone.wxs
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- NETFRAMEWORK40FULL
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/wix/package.bat b/wix/package.bat
deleted file mode 100644
index 66dec2dd3f..0000000000
--- a/wix/package.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-bin\heat.exe dir ..\_output\ -out _output.wxs -cg OUTPUT_GROUP -dr BIN_DIR -gg -scom -srd -sfrag -sreg -suid -svb6
-
-"bin\candle.exe" nzbdrone.wxs _output.wxs -ext WixNetFxExtension -ext WixUIExtension
-"bin\light.exe" nzbdrone.wixobj _output.wixobj -out "nzbdrone.msi" -ext WixNetFxExtension -ext WixUIExtension -b ..\_output
-