I've been trying to determine how to install a windows service and in the process have been delving into the intricacies of MSI files which, it turns out, are extremely flexible and programmable. There's a windows installer SDK and the SDK includes a utility called ORCA that allows you to edit existing MSI files. I've been trying to add a call to the InstallService table/feature and it's sort of working, but I am getting an "insufficient permissions" message.
I think the full version of InstallShield would automate this but it's very expensive ($1000+) so I intend to keep plugging away with Orca...
I think the full version of InstallShield would automate this but it's very expensive ($1000+) so I intend to keep plugging away with Orca...