installer: Product.wxs: whitespace fixes

This commit is contained in:
Bill Zissimopoulos 2017-12-19 16:22:12 -08:00
parent e6ed6dbf4f
commit ef1912bd8a
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:dep="http://schemas.microsoft.com/wix/DependencyExtension"> xmlns:dep="http://schemas.microsoft.com/wix/DependencyExtension">
<Product <Product
Id="*" Id="*"
Name="$(var.MyProductName) $(var.MyProductVersion)" Name="$(var.MyProductName) $(var.MyProductVersion)"
@ -55,7 +55,7 @@
Name="InstallDir" Name="InstallDir"
Type="string" Type="string"
Value="[INSTALLDIR]" /> Value="[INSTALLDIR]" />
<dep:Provides Key="WinFSPprovider" /> <dep:Provides Key="WinFsp" />
</Component> </Component>
<Component Id="C.License.txt"> <Component Id="C.License.txt">
<File Name="License.txt" Source="..\..\..\License.txt" KeyPath="yes" /> <File Name="License.txt" Source="..\..\..\License.txt" KeyPath="yes" />