How can I install the open source Dia drawing software available from http://dia-installer.de silently on Windows?
Asked
Active
Viewed 1,738 times
1 Answers
1
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:

Steffen Macke
- 1,116
- 10
- 21