Click here to Skip to main content
15,911,711 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to open program through C# program and give this program focus Pin
SimpleData15-Nov-09 5:36
SimpleData15-Nov-09 5:36 
AnswerRe: how to open program through C# program and give this program focus Pin
binhvtt15-Nov-09 15:14
binhvtt15-Nov-09 15:14 
QuestionDataGridView line index cells Pin
eyalbi00715-Nov-09 3:31
eyalbi00715-Nov-09 3:31 
AnswerRe: DataGridView line index cells Pin
N a v a n e e t h15-Nov-09 4:06
N a v a n e e t h15-Nov-09 4:06 
QuestionRe: DataGridView line index cells Pin
eyalbi00716-Nov-09 1:07
eyalbi00716-Nov-09 1:07 
AnswerRe: DataGridView line index cells Pin
dojohansen15-Nov-09 23:42
dojohansen15-Nov-09 23:42 
GeneralRe: DataGridView line index cells Pin
eyalbi00715-Nov-09 23:49
eyalbi00715-Nov-09 23:49 
GeneralRe: DataGridView line index cells Pin
dojohansen16-Nov-09 3:05
dojohansen16-Nov-09 3:05 
GeneralRe: DataGridView line index cells Pin
eyalbi00716-Nov-09 3:12
eyalbi00716-Nov-09 3:12 
GeneralRe: DataGridView line index cells Pin
dojohansen16-Nov-09 3:41
dojohansen16-Nov-09 3:41 
QuestionDLL Reference acting up when moving between computers. Pin
Quiltfish15-Nov-09 2:55
Quiltfish15-Nov-09 2:55 
AnswerRe: DLL Reference acting up when moving between computers. Pin
N a v a n e e t h15-Nov-09 3:42
N a v a n e e t h15-Nov-09 3:42 
GeneralRe: DLL Reference acting up when moving between computers. Pin
Quiltfish15-Nov-09 5:56
Quiltfish15-Nov-09 5:56 
GeneralRe: DLL Reference acting up when moving between computers. Pin
Quiltfish16-Nov-09 4:28
Quiltfish16-Nov-09 4:28 
QuestionHow to install windows service? Pin
Chesnokov Yuriy15-Nov-09 2:55
professionalChesnokov Yuriy15-Nov-09 2:55 
AnswerRe: How to install windows service? Pin
Abhijit Jana15-Nov-09 3:12
professionalAbhijit Jana15-Nov-09 3:12 
AnswerRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 3:39
N a v a n e e t h15-Nov-09 3:39 
Chesnokov Yuriy wrote:
Otherwise do I need to add installutil.exe to setup project and create custom action?


You don't have to supply installutil.exe. You can create a setup project and follow the below steps.

  1. Add primary output of windows service project to application folder. This will create the windows services executable file in the application directory.
  2. Take custom action and add primary output of windows service to install and commit folders.
This will register the service when setup is executed.

Smile | :)

Best wishes,
Navaneeth

GeneralRe: How to install windows service? Pin
#realJSOP15-Nov-09 3:49
professional#realJSOP15-Nov-09 3:49 
GeneralRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 4:03
N a v a n e e t h15-Nov-09 4:03 
QuestionRe: How to install windows service? Pin
Chesnokov Yuriy15-Nov-09 5:04
professionalChesnokov Yuriy15-Nov-09 5:04 
AnswerRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 14:44
N a v a n e e t h15-Nov-09 14:44 
QuestionRe: How to install windows service? Pin
Chesnokov Yuriy15-Nov-09 19:23
professionalChesnokov Yuriy15-Nov-09 19:23 
AnswerRe: How to install windows service? Pin
PIEBALDconsult15-Nov-09 5:50
mvePIEBALDconsult15-Nov-09 5:50 
QuestionWeb Services Pin
Brink Fourie15-Nov-09 2:12
Brink Fourie15-Nov-09 2:12 
AnswerRe: Web Services Pin
OriginalGriff15-Nov-09 2:24
mveOriginalGriff15-Nov-09 2:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.