summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-29 15:18:15 -0700
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-29 15:18:15 -0700
commit7f0566ada84e48c451ad98c5586121604b131552 (patch)
tree3488085b78e35253f0d698baa69c302b2f9b9a2f /data
parent7d02465183c9d707fd59f6ab2cf76e41b46947d5 (diff)
wix: remove unused code in template
Diffstat (limited to 'data')
-rw-r--r--data/wix/installer.wxs3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/wix/installer.wxs b/data/wix/installer.wxs
index 2fdd9ee6..04ff226e 100644
--- a/data/wix/installer.wxs
+++ b/data/wix/installer.wxs
@@ -17,9 +17,6 @@
<Property Id="ARPURLINFOABOUT" Value="$(var.WebSiteName)" />
<Property Id="ALLUSERS">1</Property>
- <!-- Application icon -->
- <!--Icon Id="MainIcon" SourceFile="$(var.Icon)"/-->
-
<!-- UI -->
<CustomAction Execute="firstSequence" Id="SetWixUIInstallDir" Property="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
<InstallUISequence>