Sometimes the name of the file when installed is different than what the build outputs. Rather than change the build process, the file name can be installed with a different name like so:
<Component Directory='BinFolder'>
<File Name='realname.exe' Source='build\path\to\original.exe' />
</Component>
Comments
0 comments
Please sign in to leave a comment.