Skip to content

Commit

Permalink
fix: remove starter config installation in wix config
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Sep 11, 2024
1 parent 6813c30 commit 14e241e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/desktop/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
<RegistrySearch Id="PrevInstallDirReg" Root="HKCU" Key="Software\glzr.io\Zebar" Name="InstallDir" Type="raw" />
</Property>

<!-- Get the user profile directory (i.e. C:\Users\<USER_NAME>). -->
<SetDirectory Id="USER_FOLDER" Value="[%USERPROFILE]"/>

<UI>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />

Expand Down Expand Up @@ -123,19 +120,6 @@
</Component>
</Directory>

<Directory Id="USER_FOLDER">
<Directory Id="OrgConfigDir" Name=".glzr">
<Directory Id="ZebarConfigDir" Name="zebar">
<Component Id="StarterConfig" Permanent="yes" NeverOverwrite="yes" Guid="85c365eb-dd72-480d-b974-b07fbe1ecb02">
<Condition>ADD_GLAZEWM_STARTER = 1</Condition>
<File Id="ConfigYaml" Source="../../resources/sample-config.yaml" Name="config.yaml" KeyPath="yes" />
<File Id="ScriptJs" Source="../../resources/script.js" />
<File Id="StartBat" Source="../../resources/start.bat" />
</Component>
</Directory>
</Directory>
</Directory>

<Directory Id="$(var.PlatformProgramFilesFolder)" Name="PFiles">
<Directory Id="Custom_OrgDir" Name="glzr.io">
<Directory Id="INSTALLDIR" Name="{{product_name}}" />
Expand Down Expand Up @@ -296,8 +280,6 @@
<ComponentRef Id="UpdateTaskUninstaller" />
{{/if}}

<ComponentRef Id="StarterConfig" />

<Feature
Id="ShortcutsFeature"
Title="Shortcuts"
Expand Down

0 comments on commit 14e241e

Please sign in to comment.