mirror of
https://github.com/netdata/netdata.git
synced 2025-04-12 08:48:12 +00:00
Fix Fresh Installation on Microsoft (#19710)
fix_installer: fix windows fresh installation
This commit is contained in:
parent
b38a0e36ec
commit
0e73adaac7
1 changed files with 8 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
<ComponentRef Id="NetdataHome" />
|
||||
<ComponentRef Id="NetdataRoot" />
|
||||
<ComponentRef Id="NetdataVarLib" />
|
||||
<ComponentRef Id="NetdataVarLibNetdata" />
|
||||
<ComponentGroupRef Id="WevtComponents" />
|
||||
<ComponentRef Id="NetdataService" />
|
||||
</Feature>
|
||||
|
@ -52,7 +53,9 @@
|
|||
</Directory>
|
||||
<Directory Id="VARDIR" Name="var">
|
||||
<Directory Id="VARCACHEDIR" Name="cache" />
|
||||
<Directory Id="VARLIBDIR" Name="lib" />
|
||||
<Directory Id="VARLIBDIR" Name="lib">
|
||||
<Directory Id="VARLIBDIRNETDATA" Name="netdata" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Id="ETCDIR" Name="etc">
|
||||
<Directory Id="ETCDIRNETDATA" Name="netdata" />
|
||||
|
@ -101,6 +104,10 @@
|
|||
<CreateFolder />
|
||||
</Component>
|
||||
|
||||
<Component Id="NetdataVarLibNetdata" Directory="VARLIBDIRNETDATA" Guid="e3a7ad51-4387-466b-b611-cf1ae8d72986">
|
||||
<CreateFolder />
|
||||
</Component>
|
||||
|
||||
<Component Id="NetdataDevShm" Directory="DEVSHMDIR" Guid="cbe39d53-a5c8-4375-9b25-e24df4d411be">
|
||||
<CreateFolder />
|
||||
</Component>
|
||||
|
|
Loading…
Add table
Reference in a new issue