[GH-ISSUE #140] [BUG] Unattended install requires user input #136

Closed
opened 2026-02-25 21:32:43 +03:00 by kerem · 3 comments
Owner

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:

  1. Acquire a fresh windows installation
  2. Run PathCopyCopy19.0.exe /VERYSILENT /NORESTART /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS

Expected behavior
Unattended installation works without any user interaction.

Software (please complete the following information):

  • OS: Windows 10 1809 LTSC
  • Path Copy Copy Version 19.0
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: 1. Acquire a fresh windows installation 2. Run `PathCopyCopy19.0.exe /VERYSILENT /NORESTART /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS` **Expected behavior** Unattended installation works without any user interaction. **Software (please complete the following information):** - OS: Windows 10 1809 LTSC - Path Copy Copy Version 19.0
kerem 2026-02-25 21:32:43 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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.

<!-- gh-comment-id:816338475 --> @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.
Author
Owner

@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?

<!-- gh-comment-id:817118420 --> @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?
Author
Owner

@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. 😛

<!-- gh-comment-id:817176153 --> @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. 😛
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pathcopycopy#136
No description provided.