Hi,
we are distributing our software with NSIS.
Until now we only had some binaries and config files (EXE + JSON).
It worked as expected.
But now we need some DLLs for sending mails.
We have included them the same way as the exe files, but when finishing installer they are getting deleted.
Does anyone know this behavior? When exchanging the extension to exe the files remain as expected.
For info: we are including binary files with the postfix _x.exe/_x.dll (x stands for 32 or 64) into the installer. While installing a command line tool depending on the bitness of the OS deletes the wrong files and removes the postfix _x of the filenames. After our tool has finished the dlls are still existing. I checked it.
Best regards,
antispam88.
we are distributing our software with NSIS.
Until now we only had some binaries and config files (EXE + JSON).
It worked as expected.
But now we need some DLLs for sending mails.
We have included them the same way as the exe files, but when finishing installer they are getting deleted.
Does anyone know this behavior? When exchanging the extension to exe the files remain as expected.
For info: we are including binary files with the postfix _x.exe/_x.dll (x stands for 32 or 64) into the installer. While installing a command line tool depending on the bitness of the OS deletes the wrong files and removes the postfix _x of the filenames. After our tool has finished the dlls are still existing. I checked it.
Best regards,
antispam88.
Comment