![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When using the WaitForApplicationExitProcessor, a DOS window appears as soon as the downloads are complete and needs to be closed manually. If not closed manually, it will disappear on it's own once the application is closed. Is there any way to hide this window from the user? I would like the update process to be completely transparent to the user. Thanks. |
#3
| |||
| |||
|
|
If you open up the WaitForApplicationExitProcess.cs file and add the following line of code in the PrepareExecution method it will resolve your problem: psi.WindowStyle = ProcessWindowStyle.Hidden; -brett When using the WaitForApplicationExitProcessor, a DOS window appears as soon as the downloads are complete and needs to be closed manually. If not closed [quoted text clipped - 3 lines] Thanks. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |