Jump to content

Recommended Posts

Posted

I'm looking for a function that allowed you to include an INI file (I think...) directly into your exe and then edit it etc. I can't find it, yet for my life remember anything about it. Argh! I can just remember the avatar, but then I can't! Sooo annoying. Any help apreciated :)

Thankyou,

Brett

Posted (edited)

FileInstall

--------------------------------------------------------------------------------

Include and install a file with the compiled script.

FileInstall ( "source", "dest" [, flag] )

but when you launch your script the ini file will be extract from the exe file... and not repack when you will close it

perhaps it's better to use windows registry ?

EDIT : sorry i don't seen your level on the autoit forum, i think you already know all of this ^^

Edited by pinkfoyd
Posted

FileInstall

--------------------------------------------------------------------------------

Include and install a file with the compiled script.

FileInstall ( "source", "dest" [, flag] )

but when you launch your script the ini file will be extract from the exe file... and not repack when you will close it

perhaps it's better to use windows registry ?

EDIT : sorry i don't seen your level on the autoit forum, i think you already know all of this ^^

Thankyou for you input, but yes, it needs to be repacked into the exe.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...