TheWizard78
Programmer
Hi everybody,
Is there a way to retreive the name of all the files includes in a exe?
I explain.. I have create an application and I have include 20 files in the other files section of my project. Then I just build an exe program with it.
I would like to be able to develop a function inside my exe that I will list all theses files the first time my client will execute this program.
Then I will extract the files to \Windows\system32\ (but this part is not a big deal)
I have think about create a table dbf that will contain the name of theses files and include it inside the exe, but the problem with it, it's everytime time I will add some files, I will have to add them also in the dbf table...
Does anyone have a solution for this
Robert
Is there a way to retreive the name of all the files includes in a exe?
I explain.. I have create an application and I have include 20 files in the other files section of my project. Then I just build an exe program with it.
I would like to be able to develop a function inside my exe that I will list all theses files the first time my client will execute this program.
Then I will extract the files to \Windows\system32\ (but this part is not a big deal)
I have think about create a table dbf that will contain the name of theses files and include it inside the exe, but the problem with it, it's everytime time I will add some files, I will have to add them also in the dbf table...
Does anyone have a solution for this
Robert