RE: [Nant-users] MSI task: virtual folder off c:\inetpub

2005-04-22 Thread Byrd, Payton
] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Geurts Sent: Friday, April 22, 2005 8:55 AM To: Hadzramin AR Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] MSI task: virtual folder off c:\inetpub   I'm not sure how to do that with the MSVBDPCA.dll custom action dll.  Your best bet

Re: [Nant-users] MSI task: virtual folder off c:\inetpub

2005-04-22 Thread Jim Geurts
I'm not sure how to do that with the MSVBDPCA.dll custom action dll.  Your best bet is to write your own custom action... On 4/22/05, Hadzramin AR <[EMAIL PROTECTED]> wrote: Hi,     What I try to achive is to allow user to install web application outside c:\inetpub\wwwroot My current msi

[Nant-users] MSI task: virtual folder off c:\inetpub

2005-04-22 Thread Hadzramin AR
Hi,     What I try to achive is to allow user to install web application outside c:\inetpub\wwwroot My current msi build allow user to choose diferrent folder and installation is completed. But the virtual folder got error since it still pointing to the c:\inetpub\wwwroot\anyname   Thanks