adding two or more exes in one??

  • Thread starter Thread starter shan
  • Start date Start date
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
 
| 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.
 
Back
Top