View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017554 | Scribus | OS-Win32 | public | 2025-06-08 15:28 | 2025-06-09 15:28 |
Reporter | ale | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | no change required | ||
Summary | 0017554: More control in the Windows installer | ||||
Description | On Github https://github.com/scribusproject/scribus/issues/197 metaad is asking about: - The Scribus Windows installer being able to replace the older installed Scribus. - A way to choose the components to be installed (additional fonts, shortcut settings) when deploying Scribus. Is that already possible? | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
>> The Scribus Windows installer being able to replace the older installed Scribus Generally it is not safe to install one scribus version in the directory of an older version without uninstalling that older version first. It is already possible to uninstall silently the older version by running the uninstaller located in the install directory with following command line: uninst.exe /S It is possible then to install the newer version silently by running the installer with the /S command line option. >> A way to choose the components to be installed (additional fonts, shortcut settings) when deploying Scribus I am not aware if this is possible to do that with NSIS. In the case of silent install, the installed components are generally pre-selected. |
|
Ok, thanks! I've found some documentation for NSIS and could also not find any traces of arguments for the settings |