Actual Tools
Логотип Actual Tools
 ГЛАВНАЯ 
 ПРОДУКТЫ 
 СКАЧАТЬ 
 КУПИТЬ 
 ПОДДЕРЖКА 
 КОМПАНИЯ 
Actual Tools
Новости в формате RSS Новости
Главная / Форумы / Technical Support
Список форумов
Новые темы
Список тем
Поиск по форумам
Помощь
Войти
Регистрация


Тема: «How to RE-INSTALL the 8.1.x VERSION. , in 3 steps » в форуме: Technical Support   Просмотров: 13858
 
Alexander Mihalkin
Администратор

-retired-
 
Всего сообщений: 502
Дата регистрации: 21.04.2014
Создано: 18.08.2014 20:18:55
 
 
Guys, if you are experiencing difficulties re-installing the 8.1.4 version of any Actual Tools program after uninstalling the 8.2 version, you should do the following:

For XP users:
1) Go to C:\Documents and Settings\All Users\Application Data\Actual Tools\, proceed to the product folder and delete the Updates folder from there.
2) Start your 8.2 version and go to Options -> Check for Updates and disable checking for updates.
3) Uninstall the 8.2 version and install the version you need.

For 7/8/8.1/10 users:

1) Go to %ProgramData%\Actual Tools\, proceed to the product folder and delete the Updates folder from there (or download, unpack and execute this batch file instead).
2) Start your 8.2 version and go to Options -> Check for Updates and disable checking for updates.
3) Uninstall the 8.2 version and install the version you need.

The bug has been fixed in 8.2, but you still have to follow these steps to roll back to 8.1.x.

support@actualtools.com
 
Наверх
David Blaine Fullerton
������������������ ������������
 
Всего сообщений: 8
Дата регистрации: 20.08.2013
Создано: 19.08.2014 13:56:46
 
 
Those were the only instructions that fixed my problem.  You do have to do step #1 and delete that directory on Win7,
or you just keep having the Beta issue problem.

Thanks, David Fullerton
 
Наверх
aph
Advanced user
 
Всего сообщений: 50
Дата регистрации: 18.03.2014
Создано: 11.11.2014 16:58:30
 
 
I made some improvements to the batch file. Lines 1-24 can be replaced with:

Код
for /f "tokens=*" %%a in ('dir /b /ad "%programdata%\Actual Tools"') do rmdir /s /q "%atdir:"=%\%%a\Updates"

The uninstall can be started automatically:

Код
if exist "%windir%\SysWOW64" set for64=" (x86)"
start "%programfiles%%for64:"=%\ActualWindowManager\unins000.exe"

The updates checkbox can be cleared automatically:

Код
set config="%appdata%\Actual Tools\Actual Window Manager\UIPreferences.ini"
for /f %%i in ('type "%config%"^|find /v /c ""') do set "j=%%i"

<"!config!" (
 for /l %%i in (1 1 0) do set /p "="
  for /l %%i in (1 1 %j%) do (
    set "line="
    set /p "line="
    if "!line!x" == "x" ( echo.
   ) else (echo !line:"<CurrentPath>CheckForUpdatesOptions</CurrentPath>"=!)
  )
)>>"new_%config%"

del %config%
ren new_%config% %config%

The last snippet is still in progress; it needs either line breaks between nodes in UIPreferences.ini or another loop on the outside to iterate over the characters in a line.
 
Наверх
Alexander Belyakov
Администратор
-retired-
 
Всего сообщений: 196
Дата регистрации: 07.06.2007
Создано: 01.12.2014 13:40:20
 
 
Цитата
aph wrote:
The updates checkbox can be cleared automatically:
...
UIPreferences.ini does not contain any options.
It's only purpose is to preserve the latest visible page of the Configuration window, the size of the window etc.

If you need a way to disable auto-updates from the command line, here's how it can be done:
Код
reg add "HKCU\Software\Actual Tools\Actual Window Manager" /v AutoUpdateEnabled /t REG_DWORD /d 0 /f
 
Наверх


Читают тему
гостей: 1, пользователей: 0, из них скрытых: 0


Список форумов
Новые темы
Список тем
Поиск по форумам
Помощь
Войти
Регистрация