Assigned BeforeInstall event to make sure ghostscript is installed.

This commit is contained in:
Marco Batzinger 2020-11-18 16:28:43 +01:00
parent 87de99f9b2
commit b4c4aa4010
2 changed files with 41 additions and 2 deletions

View file

@ -56,6 +56,9 @@
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" />
<PackageReference Include="WixSharp.bin" Version="1.14.8" />
<PackageReference Include="WixSharp.wix.bin" Version="3.11.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- <Import Project="..\..\packages\WixSharp.bin\1.14.8\build\WixSharp.bin.targets" Condition="Exists('..\..\packages\WixSharp.bin\1.14.8\build\WixSharp.bin.targets')" />-->