Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not A_IsAdmin
- {
- Run *RunAs "%A_ScriptFullPath%"
- ExitApp
- }
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;; Installation Script ;;;;;;;;;;;;;;;;;;;;;;;;;
- F1=http://pastebin.com/raw.php?i=fNJMTXTc
- F2=DFscript.ahk
- F3=http://pastebin.com/raw.php?i=HaziAzKp
- F4=functions.ahk
- F5=http://pastebin.com/raw.php?i=rLUhgGs3
- F6=keylist.txt
- Progress, b w500, downloading DFscript.ahk..., DFscript Installer, dfscript
- urldownloadtofile,%F1%,%F2%
- Progress, 10, completed. checking files.., DFscript Installer, dfscript
- IfNotExist DFscript.ahk
- {
- Progress, Hide
- MsgBox , 5, DFscript Download ERROR 111, could not download %F2%.
- IfMsgBox Cancel
- {
- ExitApp
- }IfMsgBox Retry
- {
- Reload
- }
- }
- Progress, 25 downloading functions.ahk..., DFscript Installer, dfscript
- URLDownloadToFile,%F3%,%F4%
- Progress, 50, downloading functions.ahk..., DFscript Installer, dfscript
- IfNotExist functions.ahk
- {
- Progress, Hide
- MsgBox , 5, DFscript Download ERROR 112, Could not download %F4%.
- IfMsgBox Cancel
- {
- ExitApp
- }IfMsgBox Retry
- {
- Reload
- }
- }
- URLDownloadToFile,%F5%,%F6%
- Progress, 75, completed.. Downloading keylist.txt..., DFscript Installer, dfscript
- IfNotExist keylist.txt
- {
- Progress, Hide
- MsgBox , 5, DFscript Download ERROR 113, Could not download %F6%.
- IfMsgBox Cancel
- {
- ExitApp
- }IfMsgBox Retry
- {
- Reload
- }
- }
- Progress, 100, Download Complete
- Sleep,2000
- Progress, off
- run,%F2%
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment