Basic concept of making a extractor
-
Hi all, i want to make a extractor, but actually not getting the concept how to make it...... i have seen various codes on codeproject and code guru, but i don't want code i want concept of extractor..... can anybody help me in this.... Thanks in advance...
-
Hi all, i want to make a extractor, but actually not getting the concept how to make it...... i have seen various codes on codeproject and code guru, but i don't want code i want concept of extractor..... can anybody help me in this.... Thanks in advance...
An extractor ? What do you mean with that ? Care to explain a bit the context ? :confused:
Cédric Moonen Software developer
Charting control [v1.4 - Updated] -
An extractor ? What do you mean with that ? Care to explain a bit the context ? :confused:
Cédric Moonen Software developer
Charting control [v1.4 - Updated]Actually i want to make a single .exe of various file (like .exe,.txt,.dll)it can be using any extension, and when i click on that exe it should extract all the files back to a location....
-
Actually i want to make a single .exe of various file (like .exe,.txt,.dll)it can be using any extension, and when i click on that exe it should extract all the files back to a location....
Ok, you mean an installer ? Will it be used to install your program ? If yes, then I suggest you take a look at InnoSetup[^]. It will let you do those kind of things and even more.
Cédric Moonen Software developer
Charting control [v1.4 - Updated] -
Ok, you mean an installer ? Will it be used to install your program ? If yes, then I suggest you take a look at InnoSetup[^]. It will let you do those kind of things and even more.
Cédric Moonen Software developer
Charting control [v1.4 - Updated]i have seen innosetup but i want a concept based on coding(Practically how an i implement it). I have seen a project that have used resource.....
-
Hi all, i want to make a extractor, but actually not getting the concept how to make it...... i have seen various codes on codeproject and code guru, but i don't want code i want concept of extractor..... can anybody help me in this.... Thanks in advance...
Do you want to make like this? http://www.codeproject.com/KB/files/packersfx.aspx[^].