Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Compression Methods

$
0
0
I found out that if we add to the attributedefinitions we can specify compression for what becomes a <Media> element.
project.Media.AttributeDefinitions += ";CompressionLevel=high"
This reference has all the attributes that are available: http://wixtoolset.org/documentation/manual/v3/xsd/wix/media.html

NOTE: not all of the attributes are implemented.

Based on this page: http://wixtoolset.org/documentation/manual/v3/xsd/wix/simple_type_compressionleveltype.html

The valid values for "CompressionLevel" are:
  • high
  • medium
  • low
  • mszip
  • none
Oleg, is there any way we can get this attribute exposed as a C# property? I'm still trying to wrap my head around how the project builds the XML so I don't feel comfortable writing code to submit for you.

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>