Jump to content

Recommended Posts

Posted

Hello I'm new here :blushing:

I say it at first my english is very poor :blushing:

My Question is:

What ist the silent switch for "ACDSee 3".

@echo off

REGEDIT /S C:\software\acdsee.reg
start /wait C:\software\Acdsee\acd.exe /s

acdsee.reg

||

||

||

\/

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ACD Systems\ACDSeeF]
"LicenseNumber"="XXXXXXXXXXXXXX"

does not go

@echo off

start /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


Posted

Here, I made AutoIT3 script

BlockInput(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)

exit

The exe file is the complied acdsee.au3 file

acd.exe

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...