6
edits
Changes
Dropbox
,→Autoit script for "silent" dropbox install
Save this script as dropbox.au3 to the %SOFTWARE%\dropbox directory and modify the $DROPBOXINSTALLER variable to reflect your environment.
<source lang="autoit" >
Opt('WinDetectHiddenText', 1)
;Get environment variable
$SOFTWARE=EnvGet("SOFTWARE")