possible fix bug that magazines only can output to jpg once
This commit is contained in:
13
PDFWorkflowManager/Setup/Bundle.wxs
Normal file
13
PDFWorkflowManager/Setup/Bundle.wxs
Normal file
@@ -0,0 +1,13 @@
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
|
||||
<Bundle Id="TODO_Manufacturer.Setup" Name="Setup" Manufacturer="TODO Manufacturer" Version="1.0.0.0">
|
||||
<BootstrapperApplication>
|
||||
<bal:WixStandardBootstrapperApplication LicenseUrl="https://www.example.com/license" Theme="hyperlinkLicense" />
|
||||
</BootstrapperApplication>
|
||||
|
||||
<Chain>
|
||||
<!-- TODO: Define the list of chained packages. -->
|
||||
<!-- <MsiPackage SourceFile="path\to\your.msi" /> -->
|
||||
</Chain>
|
||||
|
||||
</Bundle>
|
||||
</Wix>
|
File diff suppressed because it is too large
Load Diff
9
PDFWorkflowManager/Setup/Setup.wixproj
Normal file
9
PDFWorkflowManager/Setup/Setup.wixproj
Normal file
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="WixToolset.Sdk/6.0.1">
|
||||
<PropertyGroup>
|
||||
<OutputType>Bundle</OutputType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="6.0.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user