[Developer] Reduce installer size for Keyman Developer

This commit is contained in:
Marc Durdin 2018-10-07 07:16:54 +11:00
parent e8ef3d0e23
commit 690790987e
2 changed files with 3 additions and 1 deletions

View file

@ -75,6 +75,8 @@ begin
// Read this https://www.briskbard.com/index.php?lang=en&pageid=cef
GlobalCEFApp := TCefApplication.Create;
GlobalCEFApp.CheckCEFFiles := False;
// We run in debug mode when TIKE debug mode flag is set, so that we can
// debug the CEF interactions more easily
// GlobalCEFApp.SingleProcess := TikeDebugMode;

View file

@ -334,7 +334,7 @@
<ComponentGroupRef Id="Samples" />
</Feature>
<Media Id="1" EmbedCab="yes" Cabinet="Data1.cab" VolumeLabel="DISK1" />
<Media Id="1" EmbedCab="yes" CompressionLevel="high" Cabinet="Data1.cab" VolumeLabel="DISK1" />
<UIRef Id="WixUI_FeatureTree"/>