No Problem, sorry I was in a little bit of a rush last week. I am using WIX 3 
and VS 2008

I am developing for MS CRM 4 and am deploying some files to wwwroot\ISV\Agresso 
Ltd\Agresso CRM Suite (e.g. \Agresso Ltd\Agresso CRM Suite\Base, Agresso 
Ltd\Framework etc).

Now, I have been able to create web application easily enough in the wwwroot 
folder, but whenever I try to create the application at wwwroot\ISV\Agresso 
Ltd\Agresso CRM Suite\Base it works, but also creates the  "ISV", "Agresso Ltd" 
and "Agrtesso CRM Suite" folders as virtual directories (to the wrong 
location!) which I do not want.

So I've got

WWWROOT
                ISV
                                Agresso Ltd
                                                Agresso CRM Suite
                                                                Base            
                          ß Web Application here
                                                                Framework       
                  ß Web Application here (etc)
                                                                ...

A sample of the XML follows (sorry I've been working on the problem and some 
others so it may be in a slightly different state).  I've tried various 
combinations of WebApplications, WebVirtualDir and WebDir's to no effect (other 
than completely breaking the build).

I'm not sure if it is relevant but I'm also deploying some files to Program 
Files.

Many kind Regards,

Paul


<Property Id="CRMWWWROOT_PATH">
      <RegistrySearch Id="MSCRM_WebSitePath" Root="HKLM" Type="raw" 
Key="SOFTWARE\Microsoft\MSCRM" Name="WebSitePath"></RegistrySearch>
    </Property>

    <iis:WebSite Id="MSCRM" Description="Microsoft Dynamics CRM" 
Directory="CRMWWWROOT_PATH">
      <iis:WebAddress Id="AllUnasigned" Port="80" />

    </iis:WebSite>


<!-- WWWROOT\ISV Folders -->
      <Directory Id="CRMWWWROOT_PATH">
        <Directory Id="WWWROOT_ISVDir" Name="ISV">
          <Directory Id="wwwroot_Agresso_LtdDir" Name="Agresso Ltd">
            <Directory Id="wwwroot_AgressoCRMDir" Name="Agresso CRM Suite">


              <!-- START: The Agresso CRM Base Directory Structure -->
              <Directory Id="AgressoCRMBase" Name="AgressoCRMBase">
                <Component Id="Base.Dir" 
Guid="{6A430E99-23B4-469d-99ED-979DA5FDBA25}" >
                  <CreateFolder />
                  <iis:WebDir Id="MSCRM.ISV" WebSite="MSCRM" Path="ISV/Agresso 
Ltd/Agresso CRM Suite/AgressoCRMBase"  >
                    <iis:WebDirProperties Id="MSCRM.ISVProp" 
WindowsAuthentication="yes" />
                  </iis:WebDir>

                  <iis:WebVirtualDir Id="VD" Alias="/ISV/Agresso Ltd/Agresso 
CRM Suite/AgressoCRMBase" Directory="AgressoCRMBase" WebSite="MSCRM">
                    <iis:WebApplication Id="Base.Application" 
Name="AgressoCRMBase" />

                  </iis:WebVirtualDir>

                </Component>

From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: 02 June 2008 08:12
To: Paul Adams; 'wix-users@lists.sourceforge.net'
Subject: RE: WIX and Web Applications

I'm not exactly clear what you are trying to accomplish.  Can you share out an 
example of what you have now?

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Adams
Sent: Friday, May 30, 2008 03:26
To: 'wix-users@lists.sourceforge.net'
Subject: [WiX-users] WIX and Web Applications

Hi,

I am deploying to a directory under C:\Inetpub\wwwroot (e.g. 
/Deploy/Sources/Application) and want to create the "Application" directory as 
an IIS Application.

I can get it to create the application fine, however it also creates virtual 
directories for /Deploy and /Sources (which I definitely do not want).

(I a can also get it to create the web application at the root of the web site 
fine - which I also do not want)

Is there a method (without using custom actions) to create a web application at 
a lower level without creating virtual directories?

Thanks,

Paul

Paul Adams

Systems Developer


________________________________

This email is from Agresso Limited. Its contents, including any attachments, 
are confidential to the person or business to which it is addressed. If you are 
not the intended recipient you may not read, copy, or make any other use of 
this email or its contents. If received in error, please tell the sender 
immediately and then delete it from your system Thank you.

Any opinions expressed in this email are not necessarily those of Agresso 
Limited.

Although we have taken steps to ensure that this email and any attachments are 
virus free, neither Agresso Limited or the sender accepts any responsibility 
for viruses, it is your responsibility to scan the email and attachments to 
ensure they are actually virus free.
------------------------------------------------------------------------------------
This email is from Agresso Limited.  Its contents, including any attachments, 
are confidential to the person or business to which it is addressed.  If you 
are not the intended recipient you may not read, copy, or make any other use of 
this email or its contents.  If received in error, please tell the sender 
immediately and then delete it from your system.  Thank you.

Any opinions expressed in this email are not necessarily those of Agresso 
Limited.

Although we have taken steps to ensure that this email and any attachments are 
virus free, neither Agresso Limited or the sender accepts any responsibility 
for viruses, it is your responsibility to scan the email and attachments to 
ensure they are actually virus free.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to