Hello,

It's probably easy question but I have 2 projects withing a solution, one is a Windows service and another one is service controller application. I need both of those to be installed via the same setup file. Is it possible to do? Right now I have 2 installation files for each of those separately.

On second question is it possible to execute some .NET code during installation? I want people to enter certain information during installation so first time they will launch application some settings would be already prepopulated.

Thanks,
G