Topic: What else should be included with .exe?

If I give the user a USB with folder including the .exe, what else should be included in this folder?

Post's attachments

Attachment icon usb.png 5.83 kb, 110 downloads since 2020-05-31 

Re: What else should be included with .exe?

everything except files :
            PhoneBook.vdb
            Script/script.dcu

Re: What else should be included with .exe?

Hello sibprosystem

When you write Script/script.dcu, , would you rather say script/script.pas which contains source code of the application ?
the end user does not need it, only the compiled version is useful to him

Have a good day
JB

Re: What else should be included with .exe?

jean.brezhonek wrote:

Hello sibprosystem

When you write Script/script.dcu, , would you rather say script/script.pas which contains source code of the application ?
the end user does not need it, only the compiled version is useful to him

Have a good day
JB

really confused))  thank

Re: What else should be included with .exe?

sibprogsistem wrote:

everything except files :
            PhoneBook.vdb
            Script/script.dcu

It's everything except:
            PhoneBook.vdb
            Script/script.pas

As per JB, .pas must be the one that is excluded for it is your source code. In addition,

only the compiled version is useful to him

also, any user with knowledge to programming can manipulate your application if you include your source code.

brian