How can I install the open source Dia drawing software available from http://dia-installer.de silently on Windows?

有帮助吗?

解决方案

Dia can be installed silently by passing the /S flag:

dia-setup-0.97.2.exe /S

Note that this flag is case-sensitive. Additional command line options for the installer can be found in the NSIS documentation:

http://nsis.sourceforge.net/Docs/Chapter3.html#3.2.1

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top