cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Cascinanet
Level 3

windows service

I've installed visual studio 2012 and there is no longer a setup project, so i've created an installshield project but not able to configure it to install my windows service.
What should I do?
There is a tutorial?
Labels (1)
0 Kudos
(4) Replies
DebbieL
Level 17

0 Kudos
Cascinanet
Level 3

Does not work.
My service is not in the windows services after running the setup.
0 Kudos
hidenori
Level 17

Did you refresh the Windows Services console manually by selecting the Action | Refresh after your service was installed? I would also check if the Installer Class custom actions were executed. Make sure that you have similar entries as below in your installation verbose log:

[Code]MSI (s) (64:0C) [12:17:33:342]: Doing action: _5F44F77F68740697D2BA147AF5821A01.install.SetProperty
Action 12:17:33: _5F44F77F68740697D2BA147AF5821A01.install.SetProperty.
Action start 12:17:33: _5F44F77F68740697D2BA147AF5821A01.install.SetProperty.
MSI (s) (64:0C) [12:17:33:342]: PROPERTY CHANGE: Adding _5F44F77F68740697D2BA147AF5821A01.install property. Its value is '/installtype=notransaction /action=install /LogFile= "C:\Program Files (x86)\My Company Name\My Product Name\WindowsService1.exe" "C:\Users\Testlab\AppData\Local\Temp\{17A65B84-C5AA-46F0-BEF1-E4A67954AEB7}\_isconfig.xml"'.
Action ended 12:17:33: _5F44F77F68740697D2BA147AF5821A01.install.SetProperty. Return value 1.
MSI (s) (64:0C) [12:17:33:342]: Doing action: _5F44F77F68740697D2BA147AF5821A01.install
Action 12:17:33: _5F44F77F68740697D2BA147AF5821A01.install.
Action start 12:17:33: _5F44F77F68740697D2BA147AF5821A01.install.
_5F44F77F68740697D2BA147AF5821A01.install:
Action ended 12:17:33: _5F44F77F68740697D2BA147AF5821A01.install. Return value 1.[/Code]
0 Kudos
Cascinanet
Level 3

ok, we have identified the problem now it works
thanks
0 Kudos