Chef: Installing a Windows Service
问题 I'm new to this forum (so apologies if I've posted in the wrong place) and also VERY NEW to Chef. I've been all around the houses trying to get a clear example of how to install a Windows service. Basically I want the Chef equivalent of "SC create" The recipe I'm trying to use is this: windows_package "RMS_EU" do installer_type :msi action :install source "c:\Servies\V5.5\EUNTRouteManager\Routing.WindowsService.exe" end When I run this I get error saying theres a problem with msi. I've tried