If there are any experienced and empathetic AutoIt users out there that could for example just show me the code for installing chemsketch silently, I could work on the rest of the programs listed below by myself. I must admit I tried to figure out how to use the AutoIt parameters for installing Chemsketch until 4:00 this morning and am still stumped. I couldn't get past the licensing page. For those people that have had someone to give them some hints it's all pretty easy hmm? (*rub my eyes*).
I still don't have silent installers for:
ACDLabs Chemsketch
Geogebra
Deadline Equation Solver
PageDefrag
Auslogic Registry Defrag
I figured out how to silently install my firefox extensions externally without integrating them into the firefox setup routine, just in case I still wanted to add some more. If anyone is interested in knowing that code, here it is:
Firefox extensions:
for %%e in ("path to your firefox extensions here\*.xpi") do "path to firefox.exe here\firefox.exe" -install-global-extension "%%e"
Firefox themes:
for %%e in ("path to your firefox themes here\*.jar") do "path to firefox.exe here\firefox.exe" -install-global-theme "%%e"
This post has been edited by Dislocated Time: 25 May 2008 - 07:57 AM



Help

Back to top










