Some installers open a console when they are trying to install the program on the machine (specifically on Windows).
Why is it so? What exactly is possible through a console that is not possible otherwise?
|
Some installers open a console when they are trying to install the program on the machine (specifically on Windows). Why is it so? What exactly is possible through a console that is not possible otherwise?
| |||
|
feedback
|
|
Apart also from @John T said, it maybe not be the reason that thay -what they do- cannot be done otherwise, but is probably that it is easier to do it this way. For example, copying through a batch file. Nothing easier to setup than that. So why would someone bother making it any other way. Some things which can be accomplished through a command line are hard to beat. | |||
feedback
|
|
They don't need to open a console, I think the verbose information is there to show the user whats going on. They could have also used it for debug purposes when creating the software. | |||||||||||||
feedback
|