Skip to content

Commit

Permalink
Include logo in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanhp committed Sep 21, 2021
1 parent 06fe25e commit 49a7c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Installer/Product.wxs
Expand Up @@ -38,6 +38,7 @@
<Directory Id="InstallFolder_ProgramDataAssets" Name="Assets">
<Component Id="AutomatedLabAssets" Guid="d3d29a38-766a-4a81-9a11-285d8764d89d">
<RegistryValue Root="HKLM" Key="Software\[Manufacturer]\[ProductName]" Type="string" Value="ALAssets"/>
<File Source="$(var.SolutionDir)Assets\Automated-Lab_icon512.png" />
<File Source="$(var.SolutionDir)Assets\ProductKeys.xml" />
<RemoveFolder Id="RemoveFolderAssets" Directory="InstallFolder_ProgramDataAssets" On="both"/>
</Component>
Expand Down

0 comments on commit 49a7c3f

Please sign in to comment.