installer: change product name to WinFsp 2017

This commit is contained in:
Bill Zissimopoulos 2016-12-19 10:46:32 -08:00
parent 3adcf70748
commit 04186ea834
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -8,7 +8,7 @@
<MyCanonicalVersion>1.0</MyCanonicalVersion>
<MyProductVersion>$(MyCanonicalVersion) RC1</MyProductVersion>
<MyProductVersion>2017 RC1</MyProductVersion>
<MyProductStage>RC</MyProductStage>
<!-- build number: concat 2-digit year with 3-digit day of the year (16-bits until 2066) -->