Moved building MSI to Installer and created Bootstrapper in Setup
This commit is contained in:
12
Installer/DocumentTemplateComponents.wxs
Normal file
12
Installer/DocumentTemplateComponents.wxs
Normal file
@ -0,0 +1,12 @@
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
||||
<Fragment>
|
||||
<ComponentGroup Id="DocumentTemplateComponents" Directory="ConfigFolderResources">
|
||||
<Component>
|
||||
<File Source="$(TargetDir)\paged.polyfill.js" />
|
||||
</Component>
|
||||
<Component>
|
||||
<File Source="$(var.ElwigProjectDir)\Documents\style.css" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
</Wix>
|
Reference in New Issue
Block a user