Your IWamAdmin::AppCreate() COM call failed, returning 0x80070057="The parameter is incorrect.". I don't yet know enough about that interface or IIS configuration, for that matter, so I don't know which of the two parameters it didn't like (or if the bad parameter is really some other internal one).
Looking at the source code: unless the CustomActionData stuff got out-of-sync (hard to do) then it is difficult to believe that the fInProc flag could be wrong (it can only be "TRUE" or "FALSE" and BOOLs are defined such that "FALSE" is zero and anything else is "TRUE") so that leads one to suspect that the szMDPath parameter is incorrect (which is "/Root/ROMBSCALLBACK" in your case) which should be "the metabase path to the starting point of the application". IIS gurus on this list: does this look like it could be a correct IIS metabase path to the starting point of Sandeep's application? What should he look for to know what may be going wrong? Given this line: "I created a new website and installed the same msi and it installed correctly.", I suspect some incompatibility between your web application and the existing website you are trying to install it into. It isn't your MSI, it is your web application and your "old" website. -----Original Message----- From: Sandeep Kumar Bushnam (Wipro Ltd.) [mailto:v-san...@microsoft.com] Sent: Thursday, September 17, 2009 3:21 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Failed to create web application. (-2147024809) Thanks Blair. But when I install the msi directly instead using octopus I still get the same error. Below error I found from the verbose logs WriteMetabaseChanges: Error 0x80070057: failed to create web application: /Root/ROMBSCALLBACK MSI (c) (A4:90) [22:41:07:112]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg Error 26105. Failed to create web application. (-2147024809 /Root/ROMBSCALLBACK ) MSI (s) (14!7C) [22:41:12:080]: Product: ROMBSCallBack -- Error 26105. Failed to create web application. (-2147024809 /Root/ROMBSCALLBACK ). I created a new website and installed the same msi and it installed correctly. Not sure what is the difference between the old and new website. Any idea where exactly its going wrong. Thanks In Advance, Regards, Sandeep. -----Original Message----- Date: Wed, 16 Sep 2009 01:05:55 -0700 From: "Blair" <os...@live.com> Subject: Re: [WiX-users] Failed to create web application. (-2147024809) To: "'General discussion for Windows Installer XML toolset.'" <wix-users@lists.sourceforge.net> Message-ID: <bay122-ds7853aedac9b2fec2f7b9fcd...@phx.gbl> Content-Type: text/plain; charset="us-ascii" I'm pretty sure Octopus (being someone who has not actually used it) has an option to enable MSI logging. You received the generic "installation failed" error result. You will need to look at the MSI logging to determine the reason for the error. The "Failed to create web application" message has an error code of 0x80070057="The parameter is incorrect." It would be useful to know of the differences between the 2003 server targeted by Octopus and the one you tested directly, especially as regards any already existing web applications/contents of those applications in IIS. -----Original Message----- From: Sandeep Kumar Bushnam (Wipro Ltd.) [mailto:v-san...@microsoft.com] Sent: Tuesday, September 15, 2009 10:57 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Failed to create web application. (-2147024809) Hi Team, My MSI creates a virtual directory under a default website and creates a new web application under existing App pool(this case DefaultAppPool). Which is working fine on windows 2003 OS. When I install the same MSI using Microsoft Octopus from Win7 onto windows 2003 server the installer throws below error. [ERROR] ROMDVWEBV01 : Installers\ROMBSCallBack\ROMBSCallBack.msi: Failed to create web application. (-2147024809 /Root/ROMBSCALLBACK ) [ERROR] ROMDVWEBV01 : Installers\ROMBSCallBack\ROMBSCallBack.msi: Error Code 1603: Fatal error during installation. (Exception from HRESULT: 0x80070643) [ERROR] Error occurred. Waiting for all active server executors to finish current task Any help is highly appreciated. Thanks, Sandeep. ---------------------------------------------------------------------------- -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users