diff --git a/mRemoteNGInstaller/Installer/Installer.wixproj b/mRemoteNGInstaller/Installer/Installer.wixproj index 53236357f..ed26818fe 100644 --- a/mRemoteNGInstaller/Installer/Installer.wixproj +++ b/mRemoteNGInstaller/Installer/Installer.wixproj @@ -188,9 +188,6 @@ rmdir /S /Q "$(TargetDir)" echo $(ConfigurationName) > buildenv.tmp REM Harvest bin directory of the mRemoteNG project -"$(WIX)bin\heat.exe" dir "$(SolutionDir)mRemoteNG\bin\x64\$(Configuration)" -ag -nologo -dr INSTALLDIR -var var.HarvestPath -srd -scom -sreg -cg MandatoryComponents -template fragment -out "$(ProjectDir)Fragments\FilesFragment.wxs" -t "$(ProjectDir)Filters\Harvest_Filter.xslt" - -REM Convert the license file "COPYING.TXT" to "License.rtf" to be shown in the installer GUI -"$(ProjectDir)Resources\Pandoc\pandoc.exe" -s -t rtf -o "$(ProjectDir)\Resources\License.rtf" "$(SolutionDir)COPYING.TXT" +"$(WIX)bin\heat.exe" dir "$(SolutionDir)mRemoteNG\bin\x64\$(Configuration)" -ag -nologo -dr INSTALLDIR -var var.HarvestPath -srd -scom -sreg -cg MandatoryComponents -template fragment -out "$(ProjectDir)Fragments\FilesFragment.wxs" -t "$(ProjectDir)Filters\Harvest_Filter.xslt" \ No newline at end of file diff --git a/mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exe b/mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exe deleted file mode 100644 index c96034079..000000000 Binary files a/mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exe and /dev/null differ