EagleEye Posted September 28, 2004 Posted September 28, 2004 Hello I'm new here I say it at first my english is very poor My Question is:What ist the silent switch for "ACDSee 3".@echo offREGEDIT /S C:\software\acdsee.regstart /wait C:\software\Acdsee\acd.exe /sacdsee.reg || || || \/Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\ACD Systems\ACDSeeF]"LicenseNumber"="XXXXXXXXXXXXXX"does not go@echo offstart /wait C:\software\Acdsee\acd.exe /s /v"/qb- USERNAME=\"NAME\" COMPANYNAME=\"Company\" SLL_LICENSENUMBER=\"SERIAL\" REBOOT=REALLYSUPPRESS"does not go~~~~~~~~~~~~~~~~~~~~~~~Where(HOW) can I get the *.msi installer?Please HELP me
EagleEye Posted September 30, 2004 Author Posted September 30, 2004 Here, I made AutoIT3 scriptBlockInput(1)run("setupname")WinWait("ACDSee Installation")controlclick("ACDSee Installation", "&Next >", "Button1")controlclick("ACDSee Installation", "I agree to the terms of this agreement", "Button1")ControlSetText("ACDSee Installation", "", "Edit1", "Serial")ControlSetText("ACDSee Installation", "", "Edit2", "Name")ControlSetText("ACDSee Installation", "", "Edit4", "E-Mail")controlclick("ACDSee Installation", "&Next >", "Button1")sleep(1000)controlclick("ACDSee Installation", "&Next >", "Button1")sleep(1000)controlclick("ACDSee Installation", "&Next >", "Button1")sleep(1000)controlclick("ACDSee Installation", "&Next >", "Button1")sleep(1000)winwait("Start Installation")controlclick("Start Installation", "&Next >", "Button1")winwait("ACDSee Shell Integration")controlclick("ACDSee Shell Integration", "Select &all", "Button2")controlclick("ACDSee Shell Integration", "OK", "Button5")WinWait("ACDSee Installation")controlclick("ACDSee Installation", "&Finish", "Button1")BlockInput(0)exitThe exe file is the complied acdsee.au3 fileacd.exe
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now