summaryrefslogtreecommitdiff
path: root/templates/wix.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-03-22 00:48:10 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-03-22 00:48:10 +0000
commit2d5f3aa1cb3517fb6dc86796f80acc555fa740c8 (patch)
tree65d7ad31f17a12f3f7031b81075df653077d3bb7 /templates/wix.mpd
parent5c44bbf9b43e33fd6714d1608107dc4aae611f8e (diff)
downloadMPC-2d5f3aa1cb3517fb6dc86796f80acc555fa740c8.tar.gz
ChangeLogTag: Mon Mar 22 00:47:56 UTC 2010 Chad Elliott <elliott_c@gateway.2wire.net>
Diffstat (limited to 'templates/wix.mpd')
-rw-r--r--templates/wix.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wix.mpd b/templates/wix.mpd
index 6a7f40e6..4986b66f 100644
--- a/templates/wix.mpd
+++ b/templates/wix.mpd
@@ -10,7 +10,7 @@
<Component Id="<%project_name%>" Guid="<%guid%>">
<%marker(component_top)%>
-<%if(install_binary(1))%>
+<%if(install_binary)%>
<File Id="file.<%project_name%>" Name="<%if(type_is_dynamic)%><%sharedname%>.dll<%else%><%exename%>.exe<%endif%>"
Source="<%source_directory%>/<%if(type_is_dynamic)%><%sharedname%>.dll<%else%><%exename%>.exe<%endif%>"
DiskId="<%diskid(1)%>" />