Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ACDSee 3 Switch

Featured Replies

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


Would be interested in that one, too...

  • Author

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.