Update for RDM in stored in roaming profile

Update for RDM in stored in roaming profile

0 vote

avatar

When updating RDM using the pop-up update messagebox, the update for RDM is (temporarely) stored in the roaming profile, causing Windows to show an error that the profile storage space is full.
I would like to see that the update is downloaded in the AppData\Local folder instead. No need to use the roaming profile folder for this.

All Comments (5)

avatar

Hi,
we download it in %temp%. Is it possible that the temp folder is mapped to you roaming profile?

Regards

David Hervieux

avatar

%temp% is mapped to local appdata folder. See attachment.

2016-11-30_141221.png

avatar

Hi,
Could you verify if RDM download the update in the right folder or if it's the installer that copies the file in the wrong folder?

By the way here is the destination we use:

Path.Combine(Path.GetTempPath(), UPDATE_DIRECTORY);

Regards

David Hervieux

avatar

Very strange. Look at my output using this code, in the attachment.

2016-11-30_155739.png

avatar

This must be the installer. I don't know if we can do anything for that but I will verify.

Regards

David Hervieux