If you are getting "the installer was interrupted before installer_name could be installed" during installation of the setup package created by the web setup project, then try to check that AspNet is properly installed on IIS server.
To do it run next command:
"%windir%\Microsoft.NET\Framework\{framework_version}\aspnet_regiis.exe" -i
After this installer should work :)