diff --git a/build.xml b/build.xml
index 0407355d..f1abaceb 100644
--- a/build.xml
+++ b/build.xml
@@ -11,11 +11,19 @@
+
+
+
+
+
+
+
+
@@ -58,6 +66,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/chocolatey/tools/chocolateyInstall.ps1 b/chocolatey/tools/chocolateyInstall.ps1
new file mode 100644
index 00000000..4e45d575
--- /dev/null
+++ b/chocolatey/tools/chocolateyInstall.ps1
@@ -0,0 +1,6 @@
+$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
+$desktopPath = [Environment]::GetFolderPath("Desktop")
+$lnkPath = $desktopPath + "\WindowsSpyBlocker.lnk"
+$exePath = Join-Path $toolsDir "WindowsSpyBlocker.exe"
+
+Install-ChocolateyShortcut -shortcutFilePath $lnkPath -targetPath $exePath
diff --git a/chocolatey/windowsspyblocker.nuspec b/chocolatey/windowsspyblocker.nuspec
new file mode 100644
index 00000000..e9317be0
--- /dev/null
+++ b/chocolatey/windowsspyblocker.nuspec
@@ -0,0 +1,43 @@
+
+
+
+
+
+ windowsspyblocker
+ WindowsSpyBlocker
+ @APP_VERSION@
+ CrazyMax
+ CrazyMax
+ Block spying and tracking on Windows
+
+ https://github.com/crazy-max/WindowsSpyBlocker
+ windows security antispy foss
+
+ https://github.com/crazy-max/WindowsSpyBlocker/blob/master/LICENSE
+ false
+ https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/.res/logo.png
+
+
+
+ https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/CHANGELOG.md
+ https://github.com/crazy-max/WindowsSpyBlocker/wiki
+ https://github.com/crazy-max/WindowsSpyBlocker/issues
+ https://github.com/crazy-max/WindowsSpyBlocker
+ https://github.com/crazy-max/WindowsSpyBlocker/blob/master/chocolatey
+
+
+
+
+
+