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>
|
Reference in New Issue
Block a user