This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
UpdateManager.IsInstalledApp returning true for non-installed version when a different Update.exe is present in nearby folder #63
Labels
bug
Something isn't working
I have a portable version of VidCoder built as a WinRAR self-extracting EXE. It extracts all the program files to %localappdata%\Temp\RarSFX0 , then runs the EXE there. Inside VidCoder I call UpdateManager.IsInstalledApp to see if it was installed via Squirrel and it was returning
true
if there happened to be anUpdate.exe
in the%temp%
folder. Which I guess can happen because all kinds of programs write there.RandomEngy/VidCoder#1003
I can reorder the checks to fix this for VidCoder, but thought you might want to know.
The text was updated successfully, but these errors were encountered: