Removed license from windows installer
This commit is contained in:
parent
fc1adfb138
commit
6b9fda14e0
|
@ -99,9 +99,6 @@
|
|||
<CreateFolder />
|
||||
<Environment Action='set' Name='FOUNDATIONDB_INSTALL_PATH' Value='[INSTALLDIR]' Part='all' Id='InstallPathSetEnvVar' System='yes' Permanent='no' />
|
||||
</Component>
|
||||
<Component Id='LicenseFiles' Guid='{071FFA9B-EDE5-42E3-A8EC-B9AFA6B260D2}' Win64='yes'>
|
||||
<File Id='README' Name='README.txt' DiskId='1' Source='$(var.SolutionRoot)README.md'/>
|
||||
</Component>
|
||||
<Directory Id='IncludeDir' Name='include'>
|
||||
<Directory Id='IncludeFDBDir' Name='foundationdb'>
|
||||
<Component Id='FDBCLibraryHeader' Guid='{32D846FA-3BA8-4CF6-8777-51DFA1011198}' Win64='yes'>
|
||||
|
@ -301,7 +298,6 @@
|
|||
<ComponentRef Id='CreateClusterFileDir'/> <!-- In a client only install, we don't make any files here, but want it to be easy to drop fdb.cluster here -->
|
||||
<ComponentRef Id='PathAddition'/>
|
||||
<ComponentRef Id='InstallPathEnvVar'/>
|
||||
<ComponentRef Id='LicenseFiles'/>
|
||||
<ComponentRef Id='FDBCLibraryPFiles' />
|
||||
<ComponentRef Id='FDBCLibraryHeader'/>
|
||||
<ComponentRef Id='FDBCLibraryLib' />
|
||||
|
|
Loading…
Reference in New Issue