mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #140] [BUG] Unattended install requires user input #136
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#136
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 @wolfmar on GitHub (Apr 8, 2021).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/140
Originally assigned to: @clechasseur on GitHub.
Describe the bug
While tryping to do an unattended installation the installer asks if I want to setup just for the current user or for all users.
To Reproduce
Steps to reproduce the behavior:
PathCopyCopy19.0.exe /VERYSILENT /NORESTART /CLOSEAPPLICATIONS /RESTARTAPPLICATIONSExpected behavior
Unattended installation works without any user interaction.
Software (please complete the following information):
@clechasseur commented on GitHub (Apr 9, 2021):
This must also be specified in the command-line parameters. See:
https://jrsoftware.org/ishelp/index.php?topic=setupcmdline
TL;DR pass either /ALLUSERS or /CURRENTUSER
Note that you can also pass /SUPPRESSMSGBOXES to avoid seeing any message box - but then you'll get an all-users install by default unless you also specify /CURRENTUSER.
@wolfmar commented on GitHub (Apr 10, 2021):
Thanks for clearing that up!
I was looking at #44 and #58 for information, but somehow missed that link. May I suggest linking to it on the installation page in the wiki?
@clechasseur commented on GitHub (Apr 10, 2021):
Yes, that was the plan but I've been putting it off for a bit too long I think. 😛