[GH-ISSUE #44] Silent flags for remote installation #44

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

Originally created by @dude2k5 on GitHub (Sep 26, 2018).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/44

Wondering if you could add any flags to the exe to allow silent installs, suppress messages, overwrite existing/close open apps, just a few to allow remote installation from PDQ or SCCM (/silent or /s, etc)

Originally created by @dude2k5 on GitHub (Sep 26, 2018). Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/44 Wondering if you could add any flags to the exe to allow silent installs, suppress messages, overwrite existing/close open apps, just a few to allow remote installation from PDQ or SCCM (/silent or /s, etc)
kerem 2026-02-25 21:32:31 +03:00
Author
Owner

@clechasseur commented on GitHub (Oct 18, 2018):

Sorry for the delay, but this is already there, the setup is compiled with Inno Setup and you get all of these for free:

http://www.jrsoftware.org/ishelp/

From the looks of it you'd probably use /VERYSILENT with a few others maybe (/SP-, etc.)

<!-- gh-comment-id:431056304 --> @clechasseur commented on GitHub (Oct 18, 2018): Sorry for the delay, but this is already there, the setup is compiled with Inno Setup and you get all of these for free: http://www.jrsoftware.org/ishelp/ From the looks of it you'd probably use /VERYSILENT with a few others maybe (/SP-, etc.)
Author
Owner

@dude2k5 commented on GitHub (Oct 18, 2018):

No worries! That was exactly what I needed. I appreciate the reply. "/VERYSILENT /CLOSEAPPLICATIONS /NORESTART" worked for me.

<!-- gh-comment-id:431074444 --> @dude2k5 commented on GitHub (Oct 18, 2018): No worries! That was exactly what I needed. I appreciate the reply. "/VERYSILENT /CLOSEAPPLICATIONS /NORESTART" worked for me.
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#44
No description provided.