diff --git a/application/controllers/HostController.php b/application/controllers/HostController.php index 7e16646e..d9c1a76b 100644 --- a/application/controllers/HostController.php +++ b/application/controllers/HostController.php @@ -83,7 +83,7 @@ class HostController extends ObjectController $wizard = $this->view->wizard = new AgentWizard($this->object); $wizard->setTicketSalt($this->api()->getTicketSalt()); - echo $wizard->renderWindowsInstaller(); + echo preg_replace('/\n/', "\r\n", $wizard->renderWindowsInstaller()); exit; }