0 vote
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.
Hi,
we download it in %temp%. Is it possible that the temp folder is mapped to you roaming profile?
Regards
David Hervieux
%temp% is mapped to local appdata folder. See attachment.
2016-11-30_141221.png
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
Very strange. Look at my output using this code, in the attachment.
2016-11-30_155739.png
This must be the installer. I don't know if we can do anything for that but I will verify.
Regards
David Hervieux