I have the following <directories> section inside <msi>:
<directories>
<directory name="ApplicationServerIncludes"
foldername="includes" root="TARGETDIR" />
<directory name="ApplicationServerLogFolder"
foldername="appLogs" root="TARGETDIR" />
<directory name="IVRServiceRootFolder" foldername="IVRService"
root="TARGETDIR" />
<directory name="IVRServiceLogFolder" foldername="ivrLogs"
root="TARGETDIR" />
</directories>
Is what I am finding is that the directories that I list are not created.
Particularly the directories 'appLogs' and 'ivrLogs'. During installation how
can I make sure that the directories are created (even if they are empty)? I
want to have a <mkdir> task run on installation but there doesn't seem to be
such a thing.
Also I notice that the files that are installed in 'IVRServiceRootFolder'
(IVRService under the TARGETDIR) are not removed when the application is
uninstalled. I understand that some files that are modified are not removed but
none of the files installed are removed on uninstall.
Thank you.
Kevin
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer