Jump to content

Recommended Posts

Posted

I want the end user to be able to edit the same exe with the variable $name changed, so they can plug their name into the my program, without external regs, ini, etc.

The fileinstall of au3toexe would be a good alternate solution... but I'll keep looking.

Posted

I want the end user to be able to edit the same exe with the variable $name changed, so they can plug their name into the my program, without external regs, ini, etc.

The fileinstall of au3toexe would be a good alternate solution... but I'll keep looking.

Try looking here. Using the info in the link provided, you can give your users a way to "recompile" the script with their name. The technique above is basically doing the same as others said with reg/ini's, but instead of storing that info in another variable, these are stored in the header section of the program.

Now, if you want the user to be able to modify this type of info from the program to contain it, you'll have to do some tricks to emulate that behavior. If you want some help with that, I'd be glad to work you up an example later (I'm currently away from my main box with my tools on it, and it'll be the weekend before I'm back at it).

I'm sure someone else here can help you figure out how to use it, however, so I hope this helps you in your programming.

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...