Skip to content

Commit 084074f

Browse files
Updated included WiX scripts for web files
1 parent d3dca65 commit 084074f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

Source/Applications/openHistorian/openHistorianSetup/GrafanaFeatures.wxi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@
201201
<ComponentGroupRef Id="Grafana_public_vendor_tagsinput_Components" />
202202
<ComponentGroupRef Id="Grafana_public_views_Components" />
203203
<ComponentGroupRef Id="Grafana_scripts_Components" />
204+
<ComponentGroupRef Id="Grafana_scripts_benchmarks_Components" />
205+
<ComponentGroupRef Id="Grafana_scripts_build_Components" />
206+
<ComponentGroupRef Id="Grafana_scripts_grunt_Components" />
207+
<ComponentGroupRef Id="Grafana_scripts_webpack_Components" />
204208
<ComponentGroupRef Id="Grafana_vendor_Components" />
205209
<ComponentGroupRef Id="Grafana_vendor_phantomjs_Components" />
206210
</Feature>

Source/Applications/openHistorian/openHistorianSetup/GrafanaFiles.wxi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3446,6 +3446,14 @@
34463446
<File Id="scripts_trigger_windows_build.sh" Name="trigger_windows_build.sh" Source="$(var.SolutionDir)Applications\openHistorian\openHistorian\Grafana\scripts\trigger_windows_build.sh" />
34473447
</Component>
34483448
</ComponentGroup>
3449+
<ComponentGroup Id="Grafana_scripts_benchmarks_Components" Directory="SCRIPTSBENCHMARKSFOLDER">
3450+
</ComponentGroup>
3451+
<ComponentGroup Id="Grafana_scripts_build_Components" Directory="SCRIPTSBUILDFOLDER">
3452+
</ComponentGroup>
3453+
<ComponentGroup Id="Grafana_scripts_grunt_Components" Directory="SCRIPTSGRUNTFOLDER">
3454+
</ComponentGroup>
3455+
<ComponentGroup Id="Grafana_scripts_webpack_Components" Directory="SCRIPTSWEBPACKFOLDER">
3456+
</ComponentGroup>
34493457
<ComponentGroup Id="Grafana_vendor_Components" Directory="VENDORFOLDER">
34503458
</ComponentGroup>
34513459
<ComponentGroup Id="Grafana_vendor_phantomjs_Components" Directory="VENDORPHANTOMJSFOLDER">

Source/Applications/openHistorian/openHistorianSetup/GrafanaFolders.wxi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,12 @@
255255
</Directory>
256256
<Directory Id="PUBLICVIEWSFOLDER" Name="views" />
257257
</Directory>
258-
<Directory Id="SCRIPTSFOLDER2" Name="scripts" />
258+
<Directory Id="SCRIPTSFOLDER2" Name="scripts">
259+
<Directory Id="SCRIPTSBENCHMARKSFOLDER" Name="benchmarks" />
260+
<Directory Id="SCRIPTSBUILDFOLDER" Name="build" />
261+
<Directory Id="SCRIPTSGRUNTFOLDER" Name="grunt" />
262+
<Directory Id="SCRIPTSWEBPACKFOLDER" Name="webpack" />
263+
</Directory>
259264
<Directory Id="VENDORFOLDER" Name="vendor">
260265
<Directory Id="VENDORPHANTOMJSFOLDER" Name="phantomjs" />
261266
</Directory>

0 commit comments

Comments
 (0)