Windows Service not appearing in services list after install

The most important part of the article you linked, is here To add a custom action to the setup project 1.In Solution Explorer, right-click the setup project, point to View, then choose Custom Actions. The Custom Actions editor appears. 2.In the Custom Actions editor, right-click the Custom Actions node and choose Add Custom Action. The … Read more

Regarding silent installation using Setup.exe generated using Installshield 2013 (.issuite) project file

Short Answer UPDATE: is this your own suite? If so, you may be able to improve your silent running configuration specified in the suite settings to allow each embedded setup to run correctly in silent mode. The switch you are using to install silently is correct, but instead of trying to run the whole suite … Read more