tweak the wix (#4438)

This commit is contained in:
Darren Schroeder 2022-02-12 06:43:52 -06:00 committed by GitHub
parent 1fd7b9ac38
commit 8ccc8e445f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,14 +95,14 @@
Source='target\$(var.Profile)\nu.exe' Source='target\$(var.Profile)\nu.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary1' Guid='*' Win64='$(var.Win64)'> <!-- <Component Id='binary1' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe1' Id='exe1'
Name='nu_plugin_binaryview.exe' Name='nu_plugin_binaryview.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_binaryview.exe' Source='target\$(var.Profile)\nu_plugin_binaryview.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component> -->
<Component Id='binary2' Guid='*' Win64='$(var.Win64)'> <Component Id='binary2' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe2' Id='exe2'
@ -111,7 +111,7 @@
Source='target\$(var.Profile)\nu_plugin_inc.exe' Source='target\$(var.Profile)\nu_plugin_inc.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary3' Guid='*' Win64='$(var.Win64)'> <!-- <Component Id='binary3' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe3' Id='exe3'
Name='nu_plugin_start.exe' Name='nu_plugin_start.exe'
@ -134,7 +134,7 @@
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_tree.exe' Source='target\$(var.Profile)\nu_plugin_tree.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component> -->
<!-- Downloaded from here https://github.com/jftuga/less-Windows/releases/download/less-v562.0/less.exe --> <!-- Downloaded from here https://github.com/jftuga/less-Windows/releases/download/less-v562.0/less.exe -->
<Component Id='binary6' Guid='*' Win64='$(var.Win64)'> <Component Id='binary6' Guid='*' Win64='$(var.Win64)'>
<File <File
@ -144,14 +144,14 @@
Source='output\less.exe' Source='output\less.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary7' Guid='*' Win64='$(var.Win64)'> <!-- <Component Id='binary7' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe7' Id='exe7'
Name='nu_plugin_match.exe' Name='nu_plugin_match.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_match.exe' Source='target\$(var.Profile)\nu_plugin_match.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component> -->
<Component Id='binary8' Guid='*' Win64='$(var.Win64)'> <Component Id='binary8' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe8' Id='exe8'
@ -176,7 +176,7 @@
Source='output\LICENSE-for-less.txt' Source='output\LICENSE-for-less.txt'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary11' Guid='*' Win64='$(var.Win64)'> <!-- <Component Id='binary11' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe11' Id='exe11'
Name='nu_plugin_s3.exe' Name='nu_plugin_s3.exe'
@ -199,16 +199,16 @@
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_chart_line.exe' Source='target\$(var.Profile)\nu_plugin_chart_line.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component> -->
<Component Id='binary14' Guid='*' Win64='$(var.Win64)'> <Component Id='binary14' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe14' Id='exe14'
Name='nu_plugin_xpath.exe' Name='nu_plugin_query.exe'
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_xpath.exe' Source='target\$(var.Profile)\nu_plugin_query.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component>
<Component Id='binary15' Guid='*' Win64='$(var.Win64)'> <!-- <Component Id='binary15' Guid='*' Win64='$(var.Win64)'>
<File <File
Id='exe15' Id='exe15'
Name='nu_plugin_from_bson.exe' Name='nu_plugin_from_bson.exe'
@ -255,7 +255,7 @@
DiskId='1' DiskId='1'
Source='target\$(var.Profile)\nu_plugin_query_json.exe' Source='target\$(var.Profile)\nu_plugin_query_json.exe'
KeyPath='yes'/> KeyPath='yes'/>
</Component> </Component> -->
</Directory> </Directory>
</Directory> </Directory>
</Directory> </Directory>
@ -277,26 +277,26 @@
<ComponentRef Id='License'/> <ComponentRef Id='License'/>
<ComponentRef Id='binary0'/> <ComponentRef Id='binary0'/>
<ComponentRef Id='binary1'/> <!-- <ComponentRef Id='binary1'/> -->
<ComponentRef Id='binary2'/> <ComponentRef Id='binary2'/>
<ComponentRef Id='binary3'/> <!-- <ComponentRef Id='binary3'/>
<ComponentRef Id='binary4'/> <ComponentRef Id='binary4'/>
<ComponentRef Id='binary5'/> <ComponentRef Id='binary5'/> -->
<ComponentRef Id='binary6'/> <ComponentRef Id='binary6'/>
<ComponentRef Id='binary7'/> <!-- <ComponentRef Id='binary7'/> -->
<ComponentRef Id='binary8'/> <ComponentRef Id='binary8'/>
<ComponentRef Id='binary9'/> <ComponentRef Id='binary9'/>
<ComponentRef Id='binary10'/> <ComponentRef Id='binary10'/>
<ComponentRef Id='binary11'/> <!-- <ComponentRef Id='binary11'/>
<ComponentRef Id='binary12'/> <ComponentRef Id='binary12'/>
<ComponentRef Id='binary13'/> <ComponentRef Id='binary13'/> -->
<ComponentRef Id='binary14'/> <ComponentRef Id='binary14'/>
<ComponentRef Id='binary15'/> <!-- <ComponentRef Id='binary15'/>
<ComponentRef Id='binary16'/> <ComponentRef Id='binary16'/>
<ComponentRef Id='binary17'/> <ComponentRef Id='binary17'/>
<ComponentRef Id='binary18'/> <ComponentRef Id='binary18'/>
<ComponentRef Id='binary19'/> <ComponentRef Id='binary19'/>
<ComponentRef Id='binary20'/> <ComponentRef Id='binary20'/> -->
<Feature <Feature
Id='Environment' Id='Environment'