Wix 3.5 supports IIS7, Wix 3.0 does not.

Grab this version or a 3.6 one if you don't mind beta software.
http://wix.sourceforge.net/releases/3.5.2519.0/


-----Original Message-----
From: Caio Monteiro [mailto:cmonte...@modulo.com.br] 
Sent: 12 August 2011 15:24
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Action Doubts

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="&quot;[WindowsFolder]system32\inetsrv\APPCMD.EXE&quot; add app
/site.name:&quot;Web Site&quot; /path:&quot;/AppName&quot;
/physicalPath:&quot;INSTALLDIR\AppName&quot;" />

    <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
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
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

Reply via email to