adding two or more exes in one??

S

shan

hi
i have a problem i have one windows service which i am installing from
one other exe(in process.start simply using cmd.exe and installutil)
now i want to combine these both exes into one for deployment.
see tell me how i will use path for the windows service when i will
embedd it into the one whole exe(in cmd.exe installutil)


shan
 
W

Willy Denoyette [MVP]

| hi
| i have a problem i have one windows service which i am installing from
| one other exe(in process.start simply using cmd.exe and installutil)
| now i want to combine these both exes into one for deployment.
| see tell me how i will use path for the windows service when i will
| embedd it into the one whole exe(in cmd.exe installutil)
|
|
| shan
|

You can't do this. Also you don't need two executables, just let the
administrator run InstallUtil.exe or add a command file (.bat or .cmd) to
install the service, why having a second exe just to shell out
InstallUtil.exe?


Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top