diff options
-rw-r--r-- | data/wix/installer.wxs | 3 |
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> |