Application Package, run extra code during installation
Is there any way to add extra code that will be run during package installation?
Actually, I need to add a new windows service, so that I prefer to do that just after installation has finished.
Other is that I need to run a 'sc create' command as an administrator.
Do you have any idea how can I do that?
Thanks