mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #95] Disable "Check for updates automatically" doesn't work #94
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AlexIn-Tech on GitHub (Oct 16, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/95
Originally assigned to: @clechasseur on GitHub.
Dear Clechasseur,
I'm using your soft and it's really great. The only issue I get is with the auto check for update.
I disabled this option but Path Copy Copy is still showing me there is a new update available.
Best regards ,
Amar0g
@clechasseur commented on GitHub (Oct 16, 2019):
What version are you currently using?
Using
regedit, can you navigate to the following key:HKEY_CURRENT_USER\Software\clechasseur\PathCopyCopyand validate that there is a value named
DisableSoftwareUpdatewith value1?@AlexIn-Tech commented on GitHub (Oct 16, 2019):
17.0.1
This registery key doesn't exist.
As a workaround I can create it.
Edit : I just ticked and unticked the check box and the reg key appeared. So , by default, the auto-update was disable (in the UI) but there was no reg key to apply this settings.
@clechasseur commented on GitHub (Oct 16, 2019):
Can you check if it exists in the following keys instead (if they exist):
HKEY_LOCAL_MACHINE\Software\clechasseur\PathCopyCopyHKEY_LOCAL_MACHINE\Software\Wow6432Node\clechasseur\PathCopyCopy@AlexIn-Tech commented on GitHub (Oct 16, 2019):
I can confirm, it exists in
HKLM \Software\clechasseur\PathCopyCopybut not in Wow6432Node
@clechasseur commented on GitHub (Oct 16, 2019):
Did you initially install Path Copy Copy using the .msi installer that once existed, by any chance? Other perhaps via Chocolatey? I'm not sure how it ended up there.
What version of Windows are you using? 32-bit or 64-bit?
Are you using an alternate Windows Explorer?
In the meantime, try creating the value in HKCU and see if it stops offering you the update.
@AlexIn-Tech commented on GitHub (Oct 21, 2019):
Hi ,
Sorry for the delay.
So currently I'm installing the software with this command : "PathCopyCopy17.0.1.exe" /VERYSILENT /SUPRESSMSGBOXES /NORESTART
I'll edit the registry.
Best regards,
Edit : In my folder I have a settings.reg file in the same folder than the installer. Do you have an option that 'll check if a settings.reg file is available in the same folder than the installer and apply the settings in the registry ? If yes, I guess the issue is linked to this file. But I cannot remember where it came from. Or, maybe, this file is just a backup I made.
@clechasseur commented on GitHub (Oct 21, 2019):
Hmm, that still doesn't explain how the setting got in HKLM. Weird.
No, the installer does not check for such a .reg file.
Let me know if creating the value in HKCU fixes the issue or not. I'll leave this open, as it still doesn't explain why update checks are performed when the updates are disabled globally.
@clechasseur commented on GitHub (Jan 4, 2020):
I've tested this locally and if updates are disabled, the update dialog does not appear. However, I thought of some possible scenarios which would cause this, but it involves using shells with different bitness.
Since I did not hear back about this, I'll close this until we can get a reproducible scenario.