Uninstall UVK creates empty folders

Use this forum to report bugs you find in the software.
Forum rules
We have no special rules for UVK forums. Just try to be polite and clear in your posts.
Please don't post spam in this forum. Spammers will be banned by IP, e-mail and username.
We reserve the right to delete all posts and ban all users we consider not having respected these rules without warning.
Post Reply
TheLaptopFixers
Posts: 16
Joined: Tue Feb 16, 2016 11:30 am

Uninstall UVK creates empty folders

Post 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%.
Fred
Site Admin
Posts: 2357
Joined: Sat Jul 30, 2011 12:05 pm
Location: Red coast, France
Contact:

Re: Uninstall UVK creates empty folders

Post by Fred »

Hello, thanks for reporting this. I'll make sure it no longer happens in the next update.
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.

Fred
Fred
Site Admin
Posts: 2357
Joined: Sat Jul 30, 2011 12:05 pm
Location: Red coast, France
Contact:

Re: Uninstall UVK creates empty folders

Post by Fred »

This issue should now be fixed in version 10.7.9.1. Thanks again for the bug report.
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.

Fred
Post Reply