Skip to content

Commit

Permalink
update license for iisnode core installer
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Nov 30, 2011
1 parent 3298b4c commit ca19eaa
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/setup/iisnode-msi/LICENSE_CORE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Copyright 2011 Microsoft Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and
limitations under the License.
Binary file added src/setup/iisnode-msi/License_core.rtf
Binary file not shown.
4 changes: 4 additions & 0 deletions src/setup/iisnode-msi/iisnode.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@
</Feature>
<?endif?>

<?if $(var.ProjectName) = iisnode-msi-full ?>
<WixVariable Id="WixUILicenseRtf" Value="$(var.ProjectDir)\License.rtf" />
<?else?>
<WixVariable Id="WixUILicenseRtf" Value="$(var.ProjectDir)\License_core.rtf" />
<?endif?>
<UIRef Id="WixUI_Minimal" />

<InstallExecuteSequence>
Expand Down
4 changes: 4 additions & 0 deletions src/setup/iisnode-msi/iisnodefiles.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
<File Id="fil7FAEA07CDAF0588E758688EFA85F0A6A" KeyPath="yes" Source="$(var.sourcedir)\iisnode.dll" />
</Component>
<Component Id="cmpFBE5B7358DB7A39ACDC0E2F9C1F1CAEC" Guid="D67F8169-9A64-4ABB-8BDE-D331C90B0198">
<?if $(var.ProjectName) = iisnode-msi-full ?>
<File Id="fil0F1847FEE89C137D02C1A6B34753D194" KeyPath="yes" Source="$(var.sourcedir)\LICENSE.txt" />
<?else?>
<File Id="fil0F1847FEE89C137D02C1A6B34753D194" KeyPath="yes" Source="LICENSE_CORE.txt" Name="LICENSE.txt" />
<?endif?>
</Component>
<Component Id="cmp1B33C88432AC7530411D254B8656120A" Guid="7289761F-64EA-4015-A56D-918198EA7AE5">
<File Id="fil3B86A7DAD58B7C191C98A67D26D2C429" KeyPath="yes" Source="$(var.sourcedir)\etw.bat" />
Expand Down
4 changes: 4 additions & 0 deletions src/setup/iisnode-msi/iisnodefiles64.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
<File Id="fil7FAEA07CDAF0588E758688EFA85F0A6A" KeyPath="yes" Source="$(var.sourcedir)\iisnode.dll" />
</Component>
<Component Win64="yes" Id="cmpFBE5B7358DB7A39ACDC0E2F9C1F1CAEC" Guid="D67F8169-9A64-4ABB-8BDE-D331C90B0198">
<?if $(var.ProjectName) = iisnode-msi-full ?>
<File Id="fil0F1847FEE89C137D02C1A6B34753D194" KeyPath="yes" Source="$(var.sourcedir)\LICENSE.txt" />
<?else?>
<File Id="fil0F1847FEE89C137D02C1A6B34753D194" KeyPath="yes" Source="LICENSE_CORE.txt" Name="LICENSE.txt" />
<?endif?>
</Component>
<Component Win64="yes" Id="cmp1B33C88432AC7530411D254B8656120A" Guid="7289761F-64EA-4015-A56D-918198EA7AE5">
<File Id="fil3B86A7DAD58B7C191C98A67D26D2C429" KeyPath="yes" Source="$(var.sourcedir)\etw.bat" />
Expand Down
4 changes: 4 additions & 0 deletions src/setup/iisnode-msi/iisnodefiles64wow.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
</Component>
<?endif?>
<Component Win64="yes" Id="cmpFBE5B7358DB7A39ACDC0E2F9C1F1CAED" Guid="*">
<?if $(var.ProjectName) = iisnode-msi-full ?>
<File Id="fil0F1847FEE89C137D02C1A6B34753D195" KeyPath="yes" Source="$(var.wowsourcedir)\LICENSE.txt" />
<?else?>
<File Id="fil0F1847FEE89C137D02C1A6B34753D195" KeyPath="yes" Source="LICENSE_CORE.txt" Name="LICENSE.txt" />
<?endif?>
</Component>
<Component Win64="yes" Id="cmp1B33C88432AC7530411D254B8656120B" Guid="7289761F-64EA-4015-A56D-918198EA7AF5">
<File Id="fil3B86A7DAD58B7C191C98A67D26D2C42A" KeyPath="yes" Source="$(var.wowsourcedir)\etw.bat" />
Expand Down

0 comments on commit ca19eaa

Please sign in to comment.