Hi all, I´m new to WiX and Ipm trying to make a Web Deployment Installer. I´m able already to create Web Sites and Applications Pools in IIS 7.0 and IIS 7.5.
I´ve looked around and found out that the IIsExtension does not support IIS 7.0 yet, so I cannot create applications under the websites. I´m trying to use then, the appcmd command to make this creation. However, the CA that I wrote does not seems to be running successfully. If I run that command in command prompt, it executes correctly and the Application gets created. I´m copying that over hoping anyone can help me. :) <Fragment> <Property Id="CA" Value="1"/> <CustomAction Id="CreateIISApp_Cmd" Property="CreateIISApp" Execute="immediate" Value=""[WindowsFolder]system32\inetsrv\APPCMD.EXE" add app /site.name:"Web Site" /path:"/AppName" /physicalPath:"INSTALLDIR\AppName"" /> <InstallExecuteSequence> <Custom Action="CreateIISApp_Cmd" After="InstallFinalize" /> </InstallExecuteSequence> </Fragment> Thanks in advance. Caio ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users