mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #79] Support per-user installation #77
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#77
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 @clechasseur on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/79
Originally assigned to: @clechasseur on GitHub.
Per-user installation used to be supported via a different installer (named Portable). Resurrect this via the new Inno Setup version that supports both modes in the same installer.
@clechasseur commented on GitHub (Jan 5, 2020):
This has been implemented and will be available in the next major version (tentatively 18.0). The installer will offer installation for all users or for the current user only.
@clechasseur commented on GitHub (Jan 5, 2020):
Reopening; there seem to remain some issues.
@clechasseur commented on GitHub (Jan 5, 2020):
An issue remains with side-by-side installations. I've posted on the Inno Setup forum for help:
https://groups.google.com/forum/#!topic/innosetup/7fJBi-hLW8w
If it's a known issue perhaps we'll have to change the AppID for non-admin installs.
@clechasseur commented on GitHub (Jan 7, 2020):
Looks like it's a bug in the new Windows Programs and Features control panel. The old control panel displays both installations correctly. That's unfortunate, but it provides a workaround in case the issue comes up in the wild.
I'll close this for now, it seems good enough to ship.