mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #44] Silent flags for remote installation #44
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#44
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 @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)
@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.)
@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.