Registry and file changes with if statements, what program is best?
I need to create an exe that will make some registry and file changes. I've been looking at some free programs but nothing seems to provide any decent support for logic statements (I.e if this registry entry is here do this, otherwise do this etc). Is there anything less complicated then .net that I can use to build something like this? I just haven't used c# in a while and was hoping for something easier.
I've downloaded a few programs but they are of the sort where I'd have to create a package for each combination of program and operating system, and that would just be too much trouble to even bother with.
Basically our telecom company is making changes to our mail servers and we want to make a exe available to our users that will update outlook express, windows mail, windows live mail, or thunderbird so that we hopefully get less calls from users. We have tons of users with WinXP still but also Vista and 7.
I've downloaded a few programs but they are of the sort where I'd have to create a package for each combination of program and operating system, and that would just be too much trouble to even bother with.
Basically our telecom company is making changes to our mail servers and we want to make a exe available to our users that will update outlook express, windows mail, windows live mail, or thunderbird so that we hopefully get less calls from users. We have tons of users with WinXP still but also Vista and 7.
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
pjgeutjens
13 years ago
I don't think AutoIt scripts can be compiled into EXEs, can they? Or is that only the cheap/free version?
According to the site there's something called Aut2Exe that converts the scripts to executables (see here). I downloaded it without paying
Like I said, not really heavily experienced with it, but it was the first thing that came to mind. If you're more comfortable with VBS, then by all means [:)]
PJ
Posted by:
pmarshbu
13 years ago
Posted by:
Arminius
13 years ago
Posted by:
razorfish228
13 years ago
Posted by:
pjgeutjens
13 years ago
While I have no first-hand experience with it, you might want to have a look at AutoIt for this task.
Have a look on http://www.autoitscript.com
While I've not used it myself I did actually study up on it awhile ago for one particular issue we were having, and found it intuitive and easy to pick up. So there shouldn't be too big a learning curve.
PJ
Have a look on http://www.autoitscript.com
While I've not used it myself I did actually study up on it awhile ago for one particular issue we were having, and found it intuitive and easy to pick up. So there shouldn't be too big a learning curve.
PJ
Posted by:
anonymous_9363
13 years ago
I don't think AutoIt scripts can be compiled into EXEs, can they? Or is that only the cheap/free version?
Personally, I'd go with a script and then use on eof the many VBS-to-EXE conversion programs. There is a rather neat [cough, cough] registry class posted her on AppDeploy. I think if you searched for 'clsRegistry' you'd find it.
Personally, I'd go with a script and then use on eof the many VBS-to-EXE conversion programs. There is a rather neat [cough, cough] registry class posted her on AppDeploy. I think if you searched for 'clsRegistry' you'd find it.
Posted by:
krsteen
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.