branch | sync |
changeset 359 | bc971f0f2e8c |
parent 302 | b3444780fa9f |
child 360 | 57c7ace37425 |
1.1 --- a/GateKeeper.cpp Mon Sep 16 07:59:42 2019 +0200 1.2 +++ b/GateKeeper.cpp Thu Oct 03 14:09:52 2019 +0200 1.3 @@ -491,7 +491,6 @@ 1.4 filename = temp_path; 1.5 filename += _T("\\pEp_"); 1.6 filename += delivery.substr(0, 32); 1.7 - filename += _T(".msi"); 1.8 1.9 hFile = CreateFile(filename.c_str(), GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); 1.10 if (!hFile)