PDA

View Full Version : creating the Set-up


Sangram_patil
03-02-2005, 07:29 AM
Hello,

I have created one application in Flash .This application calls some other exe.So that i have created the exe file of the application .
As it is necessary to have the Fscommand folder for calling the fscommand,
I want to create the Set-Up of this application....which will install the application exe as well as the fscommand folder and some other files that i want to install....
so please reply if anyone knows how to create the set-up of Flash Exe file.

Thanking in Advance........

Darkware
03-02-2005, 04:19 PM
If you want to do that the sophisticated way, you'll have to learn C language or something and write a program that does all that. Flash does not come with anything like that to make a package to install everything.

The simple way to do it, is to write a DOS batch file that copies the files to the correct directory and such. You could probably do it in just a few lines of code.