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=c6gyngkk
- F2=DFscript.ahk
- F3=http://pastebin.com/raw.php?i=snAQQU2N
- F4=functions.ahk
- Progress, b w500, downloading DFscript.ahk..., DFscript Installer, dfscript
- urldownloadtofile,%F1%,%F2%
- Progress, 20, completed. checking..,
- IfNotExist DFscript.ahk
- {
- Progress, Hide
- MsgBox , 5, DFscript Download ERROR 111, could not download %F2%.
- IfMsgBox Cancel
- {
- ExitApp
- }IfMsgBox Retry
- {
- Reload
- }
- }
- Progress, 40, downloading functions.ahk...
- URLDownloadToFile,%F3%,%F4%
- Progress, 75, downloading functions.ahk...
- IfNotExist functions.ahk
- {
- Progress, Hide
- MsgBox , 5, DFscript Download ERROR 112, Could not download %F4%.
- 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