clam5917 Posted November 27, 2014 Posted November 27, 2014 Hi There, I am wondering if it is possible to customize some settings in a FTP client before it is distributed to users? I have few example on what i would like to automate. Please see the attached file. If this is do able, please give me some guidence on how to do this with scripting. Maybe some examples too will help. :-) Thanks, Installing the CorpFTP client.docx
Jfish Posted November 27, 2014 Posted November 27, 2014 I don't think you will get a lot of help by posting just posting a requirements document. Better to try to do some things and if you get stuck ask for help. Post some code. Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt
clam5917 Posted December 1, 2014 Author Posted December 1, 2014 thanks Jfish for your reply. That is the problem. I don't know it is do able and I very basic scripting knowledge (just learning), I don't know where to start.
MikahS Posted December 1, 2014 Posted December 1, 2014 (edited) Take it one step at a time! Your document already shows you can put tasks into steps, just now go by each step and try scripting it, if you have trouble, then ask. The _IE functions will be a good start for downloading the client from the website. Edited December 1, 2014 by MikahS Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
jguinch Posted December 1, 2014 Posted December 1, 2014 All settings are stored in the registry (HKEY_CURRENT_USERSoftwareFTPWareCoreFTPSites). Each key is a site, with its configuration. You just have to find which is the value for each setting you want to apply, and then use RegWrite to write the value (the configuration script will have to be run with the user account) Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now