installer: register MEMFS to accommodate bigger file sizes and more files

This commit is contained in:
Bill Zissimopoulos 2016-12-08 12:54:22 -08:00
parent 6d1b9e95db
commit 1bb6d2a0e7

View File

@ -155,7 +155,7 @@
<RegistryValue <RegistryValue
Type="string" Type="string"
Name="CommandLine" Name="CommandLine"
Value="-i -u %1 -m %2" /> Value="-i -n 65536 -s 67108864 -u %1 -m %2" />
<RegistryValue <RegistryValue
Type="string" Type="string"
Name="Security" Name="Security"
@ -181,7 +181,7 @@
<RegistryValue <RegistryValue
Type="string" Type="string"
Name="CommandLine" Name="CommandLine"
Value="-i -u %1 -m %2" /> Value="-i -n 65536 -s 67108864 -u %1 -m %2" />
<RegistryValue <RegistryValue
Type="string" Type="string"
Name="Security" Name="Security"