How can I install the open source Dia drawing software available from http://dia-installer.de silently on Windows?
How can I install the open source Dia drawing software available from http://dia-installer.de silently
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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