Skip to content

Commit

Permalink
remove TrayStartup component from msi
Browse files Browse the repository at this point in the history
with this installing the msi won't create a startup
entry for the tray, it'll be handled by the tray itself
  • Loading branch information
anjannath committed Mar 14, 2022
1 parent d3b9f1d commit 94bb587
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packaging/windows/product.wxs.template
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,6 @@
</Component>
</Directory>
</Directory>
<Directory Id="StartupFolder">
<Component Id="TrayStartup" Guid="*">
<Shortcut Id="TrayStartupShortcut"
Name="CodeReady Containers"
Target="[INSTALLDIR]crc-tray.exe"
Icon="crcicon.ico"
WorkingDirectory="AppDataFolder">
<ShortcutProperty Key="System.AppUserModel.ID" Value="redhat.codereadycontainers.tray"/>
</Shortcut>
<RemoveFile Id="RemoveTrayShortCut" Name="CodeReady Containers" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\Red Hat\CodeReady Containers" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
</Component>
</Directory>
<Directory Id="ProgramMenuFolder">
<Component Id="StartMenuEntry" Guid="*">
<Shortcut Id="TrayStartMenuEntry"
Expand Down Expand Up @@ -117,7 +104,6 @@
<ComponentRef Id="CrcExe" />
<ComponentRef Id="AdminHelper" />
<ComponentRef Id="AddToPath"/>
<ComponentRef Id="TrayStartup"/>
<ComponentRef Id="StartMenuEntry" />
<ComponentRef Id="AddUserToCrcUsers" />
<ComponentRef Id="VsockRegistryEntry" />
Expand Down

0 comments on commit 94bb587

Please sign in to comment.