How I can include another .exe file in my setup wizard?

  • Thread starter Thread starter nopatch4humancruelty
  • Start date Start date
N

nopatch4humancruelty

Guest
Hi everybody!

I've created a Setup Wizard project for my Windows Service MyService and everything works fine!

But I've another need: I've created a Windows Form application who works on the config file of MyService. If a user execute the MyAppWinForms.exe file, he can see the parameters in the MyService.exe.config.

So I want that the MyAppWinForms.exe.config file, MyAppWinForms.exe file and MyPersonalDLL.dll is dropped with the MyServiceSetup.msi so when a user install MyService from the .msi, he can see in the installation folder (C:\...\MyService\...) the above mentioned files.


How I can do that?

Continue reading...
 
Back
Top