no message

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@630 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-02 16:51:42 +00:00
parent 1f1042a645
commit 5323016891
2 changed files with 64 additions and 3 deletions

View file

@ -1349,15 +1349,15 @@ int CEXEBuild::write_output(void)
return PS_ERROR;
}
#endif // NSIS_CONFIG_VISIBLE_SUPPORT
// Pack exe header if asked for
if (build_header.common.caption_ptr < 0)
{
char buf[1024];
wsprintf(buf,"%s Setup",build_strlist.get()+build_header.common.name_ptr);
build_header.common.caption_ptr=add_string_main(buf,0);
}
// Pack exe header if asked for
if (build_packname[0] && build_packcmd[0])
{
FILE *tmpfile=fopen(build_packname,"wb");