diff --git a/Setup/MainComponents.wxs b/Setup/MainComponents.wxs
index b40a1a0..b92efc2 100644
--- a/Setup/MainComponents.wxs
+++ b/Setup/MainComponents.wxs
@@ -7,6 +7,9 @@
+
+
+
\ No newline at end of file
diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj
index f3c442d..6929739 100644
--- a/Setup/Setup.wixproj
+++ b/Setup/Setup.wixproj
@@ -8,7 +8,7 @@
BuildPath=../Elwig/bin/Publish;DocumentTemplatesPath=../Elwig/Documents
- curl -s -L "https://unpkg.com/pagedjs/dist/paged.polyfill.js" -o "$(TargetDir)paged.polyfill.js" && dotnet publish "$(SolutionDir)Elwig\Elwig.csproj" "/p:PublishProfile=$(SolutionDir)\Elwig\Properties\PublishProfiles\FolderProfile.pubxml"
+ curl -s -L "https://unpkg.com/pagedjs/dist/paged.polyfill.js" -o "$(TargetDir)paged.polyfill.js" && if not exist "$(TargetDir)PDFtoPrinter.exe" curl -s -L "http://www.columbia.edu/~em36/PDFtoPrinter.exe" -o "$(TargetDir)PDFtoPrinter.exe" && dotnet publish "$(SolutionDir)Elwig\Elwig.csproj" "/p:PublishProfile=$(SolutionDir)\Elwig\Properties\PublishProfiles\FolderProfile.pubxml"
de-AT