Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16e3d8d + 2671b1e commit e6bc966Copy full SHA for e6bc966
src/Layout/pkg/windows/bundles/sdk/bundle.wixproj
@@ -4,6 +4,7 @@
4
<PropertyGroup>
5
<!-- OutputType determines the extension, .msi, .wixlib, .exe, etc. -->
6
<OutputType>Bundle</OutputType>
7
+ <IsShippingPackage>true</IsShippingPackage>
8
9
<!-- Globbing will automatically find any .wxl relative to the project file. Since we're simshipping localized content for
10
the bundle UI, we either need to exclude the .wxl files or place them in a directory outside of the project. For simshipping
0 commit comments