I was wondering if someone could tell me what the following do? I have a task defined which installs the application and services just as I want. Now I would like to install a few web services as part of the package. When I include the following it seems to change the TARGETDIR of the installation and everything gets messed up. The first one <urlproperties> tells me that it will create a URL that points to TARGETDIR. <vdirproperties> tells me that it will create a virtual directory using TARGETPORT and TARGETURL for the default URL. <approots> is where the web service will search for assemblies (APPPATH). Now these "definitions" don't seem to be true. Would someone more knowledgable than I on these tasks help with a brief tutorial on these tasks?
Thank you. Kevin <!-- Represents URL properties as a property --> <urlproperties> <urlproperty name="TARGETURL" property="TARGETDIR" /> </urlproperties> <!-- Represents VDir properties as a URL --> <vdirproperties> <vdirproperty name="TARGETVDIR" portproperty="TARGETPORT" urlproperty="TARGETURL" /> </vdirproperties> <!-- Creates an application root --> <approots> <approot component="C__MainFiles" urlproperty="TARGETURL" inprocflag="2" /> </approots> ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer