Software Deployment: Silent Install

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
Fanatics
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Dec 17, 2018 9:45 am

Software Deployment: Silent Install

Post by Fanatics »

Hello,

how can I execute a definetly complete silent install without any messageboxes turning up?
There's a messagebox questioning about libraries from the internet, I don't want that, because nobody in my environment can click any buttons.

Thank you

Fanatics
User avatar
doublemax
Moderator
Moderator
Posts: 19102
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Software Deployment: Silent Install

Post by doublemax »

That's a very generic question.

First of all: What platform?

And are you talking about the wxDev-C++ installer itself or an installer for the software you have written?
Use the source, Luke!
Fanatics
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Dec 17, 2018 9:45 am

Re: Software Deployment: Silent Install

Post by Fanatics »

Thank you for your reply.

I try to install this https://sourceforge.net/projects/wxdsgn ... e/download with

Code: Select all

wxdevcpp_7-4-2_full_setup.exe /S
Unfortunately during install-process a messagebox pops up and asks about libraries to install from the internet. I need to suppress this box.
Is there an option to do this?

Thank you

Fanatics
Post Reply