Skip to content

Commit

Permalink
Installer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
leegould committed Mar 22, 2016
1 parent 368c8b6 commit 9db7818
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
3 changes: 3 additions & 0 deletions RedisExplorerInstaller/RedisExplorerInstaller.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<ItemGroup>
<Compile Include="RedisExplorerInstaller.wxs" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
15 changes: 1 addition & 14 deletions RedisExplorerInstaller/RedisExplorerInstaller.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ComponentRef Id="ProgramMenuDir"/>
</Feature>

<Icon Id="icon.ico" SourceFile="..\RedisExplorer\Assets\redis-icon.png"/>
<Icon Id="icon.ico" SourceFile="icon.ico"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
</Product>

Expand All @@ -34,19 +34,6 @@
</Directory>
</Fragment>

<!--<Fragment>
<Component Id="executable" Guid="{7B30C885-B7F8-4BA0-9B16-8BD596D1E21F}" Directory="INSTALLFOLDER">
<File Id="" Source="..\RedisExplorer\bin\Release\RedisExplorer.exe" KeyPath="yes" Checksum="yes">
<Shortcut Id="startMenuShotcut" Directory="ApplicationProgramsFolder"
Name="Redis Explorer" WorkingDirectory="INSTALLFOLDER"
Icon="icon.ico" IconIndex="0" Advertise="yes">
</Shortcut>
</File>
</Component>
</Fragment>-->

<Fragment>
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">

Expand Down
Binary file added RedisExplorerInstaller/icon.ico
Binary file not shown.

0 comments on commit 9db7818

Please sign in to comment.