Hi,

 

I am new to the Wix development and trying to develop an MSI. Following are the core functionalities of my MSI.

 

Copy config files to destination directory (webroot)

Copy a .dll files to the destination

Create an app pool “MyAppPool”

Create a (IIS 6.0) virtual directory under an existing web site’s web directory and point it to the “MyAppPool”

 

Here is a brief structure of IIS Manager.

 

Application Pools

      | AppPool1 (App Pool)

      | AppPool2 (App Pool)

      | MyAppPool

      :

      :

Web Sites

      | Default Website (Web Site)

      | MySite (Web Site)

            | ServiceLibrary (Web Dir)

                  | My Service (Virtual Directory)

 

 

After I run my MSI, It is supposed to create an Application pool with the name “MyAppPool”

Create an virtual directory “My Service” under the preexisting web site “MySite => ServiceLibrary” and set the app pool to “MyAppPool”

 

After I ran this MSI. It is copying the files into right directory (physical) , but creating the Web Directory “ServiceLibrary” under the “Default Web Site” and creating Virtual Directory “My Service” under that.

 

Lets say If I delete the “Default Web Site” and Install it again, It is installing it under another different web site.

 

Please find the attached .xml file for my wxs content. I need to wrap this up ASAP. Please help me to create a virtual directory under right web site.

 

Thanks Inadvance!!!

 

Ravi.

 

Ravi K Reddy Yellasiri

Aditi Staffing at Microsoft

MSN

(425) 421-2219

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to