Jump to content

ACDSee 3 Switch


EagleEye

Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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