1

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

Steffen Macke
  • 1,116
  • 10
  • 21

1 Answers1

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:

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

Steffen Macke
  • 1,116
  • 10
  • 21