Enable all MSIFASTINSTALL optimizations
The dotnet/cli is a very self contained installation package primarily composed of files. Thus system restore adds little value and costing only files is sufficient to verify disk space. The result is a 20% install time reduction, ~2 seconds, on my machine where system restore is disabled. The win is *much* larger where system restore is still on (the default).
This commit is contained in:
parent
ceb9c90d54
commit
252456a28e
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
<Property Id="ProductCPU" Value="$(var.Platform)" />
|
||||
<Property Id="RTM_ProductVersion" Value="$(var.Dotnet_ProductVersion)" />
|
||||
|
||||
<Property Id="MSIFASTINSTALL" Value="7" />
|
||||
|
||||
<WixVariable Id="WixUILicenseRtf" Value="$(var.MicrosoftEula)" />
|
||||
|
||||
<Property Id="WIXUI_INSTALLDIR" Value="DOTNETHOME"/>
|
||||
|
|
Loading…
Reference in a new issue