Page 1 of 1

Uninstall UVK creates empty folders

Posted: Tue Nov 21, 2017 6:40 pm
by TheLaptopFixers
I use a script to robocopy UVK from a NAS drive to a temp folder on C:\uvkTemp.

robocopy "%ScriptPath%" %UKVPathTemp% /MIR


Then this script is run to install UVK:

START %UKVPathTemp%UVKSetup.exe -Silent -Auto -NoRP -NoCMenu -NoRun -Customdir "%UKVPath%"

REM DELAY FOR 2 SECS (value of 3 because first PING takes 1 sec to complete)
ping 127.0.0.1 -n 5 > nul

IF exist "%UKVPathTemp%uvksettings.uvksr" (
ECHO LOADING SCRIPT: %UKVPathTemp%uvksettings.uvksr
ECHO %UKVPath%\UVK_en.exe
START %UKVPath%\UVK_en.exe -ImportSr "%UKVPathTemp%uvksettings.uvksr"
) ELSE (
ECHO ** FAILED ** NO SCRIPT FOUND = LOADING TOOL PLEASE LOAD UVKSETTINGS.UVKCR MANUALLY
PAUSE
)

UVK runs and the Temp folder is removed.

However, when I run "Uninstall this Application" the Temp folder is put back which I presume if from the uninstall procedure.

Not a big issue, but nice to clean up the folders on completion 100%.

Re: Uninstall UVK creates empty folders

Posted: Wed Nov 22, 2017 12:05 pm
by Fred
Hello, thanks for reporting this. I'll make sure it no longer happens in the next update.

Re: Uninstall UVK creates empty folders

Posted: Mon Nov 27, 2017 5:39 pm
by Fred
This issue should now be fixed in version 10.7.9.1. Thanks again for the bug report.