AU3 Record is giving me this:
_WinWaitActivate("Open File - Security Warning","The publisher could ")
Send("{ALTDOWN}r{ALTUP}")
_WinWaitActivate("Installer Language","Please select a lang")
Send("{ENTER}")
_WinWaitActivate("Notepad++ v5.6.4 Setup","Welcome to the Notep")
Send("{ENTER}")
_WinWaitActivate("Notepad++ v5.6.4 Setup ","Please review the li")
Send("{ENTER}")
_WinWaitActivate("Notepad++ v5.6.4 Setup ","Choose Install Locat")
Send("{ENTER}")
_WinWaitActivate("Notepad++ v5.6.4 Setup ","Choose which feature")
Send("{ENTER}")
_WinWaitActivate("Notepad++ v5.6.4 Setup ","Completing the Notep")
Send("{SPACE}{ENTER}")
which when I am trying to run gives me error:
Unknown function name.:
_WinWaitActivate("Open File - Security Warning","The publisher could ")
^ ERROR
>Exit code: 1 Time: 0.991
Thnx PartyPooper for a useful advice I will keep it in mind from now on.
Adding #RequireAdmin is forcing the installer to stuck in the security check only!!!
I am trying a few more things here,in the meantime if you have any useful advice plz do tell me.