summaryrefslogtreecommitdiff
path: root/templates/wix.mpd
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2010-06-28 05:56:39 +0000
committerJames H. Hill <hilljh82@gmail.com>2010-06-28 05:56:39 +0000
commitc1ab4ac928d935d4f586f6ae26338116716bbe53 (patch)
tree90dd5dd4477e0d594be40742ae647914b9eb3704 /templates/wix.mpd
parent4022d4c13acee60a76f6d9ad9f7975a460110f24 (diff)
downloadMPC-c1ab4ac928d935d4f586f6ae26338116716bbe53.tar.gz
Mon Jun 28 05:55:54 UTC 2010 James H. Hill <hillj at cs dot iupui dot edu>
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 76d726b6..b76178f6 100644
--- a/templates/wix.mpd
+++ b/templates/wix.mpd
@@ -29,7 +29,7 @@
<Directory Id="<%project_name%>.binary.<%forcount%>.<%name%>" Name="<%name%>">
<%endfor%>
<Component Id="<%project_name%><%foreach(name, install_location)%>.<%name%><%endfor%>.<%if(type_is_dynamic)%><%normalize(sharedname)%>.dll<%else%><%normalize(exename)%>.exe<%endif%>" Guid="*">
- <File Id="<%project_name%>_<%if(type_is_dynamic)%><%sharedname%>_dll<%else%><%exename%>_exe<%endif%>"
+ <File Id="<%project_name%>_<%if(type_is_dynamic)%><%normalize(sharedname)%>_dll<%else%><%normalize(exename)%>_exe<%endif%>"
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)%>" />