jp10558 Posted February 22, 2008 Posted February 22, 2008 I'm wondering if anyone has written a script to set various settings for Firefox in the background. Specifically, I'd like to be able to add a user.js to every firefox profile on a computer - but the problem is I don't know what usernames may be there, or what the gibberish folder Firefox used for the firefox profile... So how can I do FileInstall?
Bert Posted February 22, 2008 Posted February 22, 2008 You may need to go to http://support.mozilla.com/kb/Firefox+Support+Home+Page to see what you need to do The Vollatran project My blog: http://www.vollysinterestingshit.com/
MHz Posted February 22, 2008 Posted February 22, 2008 You can step through folders of unknown names by using FileFindFirstFile() and FileFindNextFile(). You can use a variable for the 2nd parameter of FileInstall(), thus you can update the variable with each change of destination path and call FileInstall() again.
FreeFry Posted February 22, 2008 Posted February 22, 2008 It's also possible(I guess) to read the profiles.ini file, and getting the paths to the profiles that way(which would be my preferred way).
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