6
edits
Changes
Dropbox
,→Autoit script for "silent" dropbox install
; Run Dropbox installer
Run($DROPBOXINSTALLER & " /D=" & $DROPBOXINSTALLPATH, "", @SW_SHOWSW_HIDE)
If @error <> 0 Then
MsgBox(0, "Run failed", "The ""Run"" command failed for " & $DROPBOXINSTALLER & " /D=" & $DROPBOXINSTALLPATH & " - exiting", 5)