This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- This issue again
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 02, 2011
06:21 AM
Need help creating application on "Default Web Site"
I need to creat an installation for a c# web service installed under "Default Web Site".
In VS 2010 I have created a "Basic MSI" project in order to install my c# web service.
So far I can deploy all files to the correct location (C:\inetpub\wwwroot\ExternalPaymentService) in IIS 7 on my 64 bit Windows 7 dev machine. After running the installer all I need to do to make it work is "Convert to program" in "IIS manager", see attached images.
I have tried to create a dummy web site using default values for "IP Address" and "TCP Port Number", and an application under it, but the istaller rollbacks, with error message "CustomAction ISIISCosting returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)". According to old posts this should work by some kind of side effect.
I would appreciate any help, I have spent a full day trying to get this to work. I have even tried to scan a correct installation and creating my configuration from the xml.
In VS 2010 I have created a "Basic MSI" project in order to install my c# web service.
So far I can deploy all files to the correct location (C:\inetpub\wwwroot\ExternalPaymentService) in IIS 7 on my 64 bit Windows 7 dev machine. After running the installer all I need to do to make it work is "Convert to program" in "IIS manager", see attached images.
I have tried to create a dummy web site using default values for "IP Address" and "TCP Port Number", and an application under it, but the istaller rollbacks, with error message "CustomAction ISIISCosting returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)". According to old posts this should work by some kind of side effect.
I would appreciate any help, I have spent a full day trying to get this to work. I have even tried to scan a correct installation and creating my configuration from the xml.
(4) Replies
‎Aug 03, 2011
02:50 AM
Now I get the following error:
InstallShield 09:39:35: CommitChanges for path 'MACHINE/WEBROOT/APPHOST/Default Web Site/ExternalPaymentService' and physical path 'C:\inetpub\wwwroot\ExternalPaymentService\'.
InstallShield 09:39:35: CommitChanges failed with the following HRESULT: '-2147024891'.
InstallShield 09:39:35: Error with IISRT: -2147024891
Where do I find what the error code means?
InstallShield 09:39:35: CommitChanges for path 'MACHINE/WEBROOT/APPHOST/Default Web Site/ExternalPaymentService' and physical path 'C:\inetpub\wwwroot\ExternalPaymentService\'.
InstallShield 09:39:35: CommitChanges failed with the following HRESULT: '-2147024891'.
InstallShield 09:39:35: Error with IISRT: -2147024891
Where do I find what the error code means?
‎Aug 03, 2011
03:14 AM
Error with IISRT: -2147024891
Before building the setup project, I need to have web.config checked out and build the service project.
Before building the setup project, I need to have web.config checked out and build the service project.
‎Mar 22, 2017
04:18 PM
more10 wrote:
Error with IISRT: -2147024891
Before building the setup project, I need to have web.config checked out and build the service project.
I know this is an old thread but I just had this issue when installing my web application using IS on Server 2012. Are you saying that the solution is to have the web.config file checked out at the time the web installer build is being made? That would be an acceptable workaround and is something I will test to see if it resolves my issue.