Icon is a reference to an Icon element

This commit is contained in:
Raoul Snyman 2019-05-01 22:30:12 -07:00
parent c4db85becd
commit 1ccfbe23f7
2 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,7 @@
<ComponentRef Id="ProgramMenuDir"/>
</Feature>
<Icon Id="OpenLP.ico" SourceFile="OpenLP.ico"/>
<Icon Id="service_file.ico" SourceFile="service_file.ico"/>
<Upgrade Id="$(var.UpgradeCode)">
<UpgradeVersion Minimum="$(var.ProductVersion)" IncludeMinimum="no" OnlyDetect="yes"
Property="NEWPRODUCTFOUND" />

View File

@ -1,4 +1,4 @@
<ProgId Id="OpenLP.Service" Description="OpenLP Service File" Icon="file_e368869eb54b01e2288a3359b1cf51f8" Advertise="yes">
<ProgId Id="OpenLP.Service" Description="OpenLP Service File" Icon="service_file_icon" Advertise="yes">
<Extension Id="osz">
<Verb Id="Open" Command="Open" Argument="&quot;%1&quot;" />
<MIME Advertise="yes" ContentType="application/-x-openlp-service" Default="yes" />