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.

Acronis Disk Director Suite 9

Featured Replies

Hey,

I searched the forums and the net for a way to silently install this baby and found none. I tried unpacking the setup.exe but to my surprise there's no file there that you can run as a setup. My only alternative was AutoIt so I gave it a try.

The major thing is that EVERY window has the same name, and NO window has ANY viewable text ( viewed inside AU3-Info ). So I can't basicaly use WinWaitActive , or give it some extra "text' to search in order to match a window. Is there any way other then just sending the controls and maybe putting Sleep(500) after each one ?

I'm clueless right now as to what to try.

Thanks!

I use AutoIT to install it as well, but only to clean up after the install. Most of the recent versions of Acronis products support a silent install...this is my code:

setup.exe /silent /serial=XXXX-XXXX-XXXX-XXXX

Simple as that! This should work with TrueImage as well...good luck!

The major thing is that EVERY window has the same name, and NO window has ANY viewable text ( viewed inside AU3-Info ). So I can't basicaly use WinWaitActive , or give it some extra "text' to search in order to match a window. Is there any way other then just sending the controls and maybe putting Sleep(500) after each one ?

For your information.

Text in WinWaitActive is an optional parameter.

This is valid:

WinWaitActive("title")

and this

WinWaitActive("title", "")

and even this for the current active window

WinWaitActive("")

  • Author
For your information.

Text in WinWaitActive is an optional parameter.

Thank you very much but I KNEW this already.
You know that everything can be done from the boot cd?

What do you mean exactly?

Edited by xtremexxx

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.