Re: [WiX-users] Custom action questoin

2008-09-18 Thread Jay H. Cho
Found out: Directory attribute would be irrelevant in this case. Hope this helps someone. On Tue, Sep 16, 2008 at 8:00 PM, Jay H. Cho <[EMAIL PROTECTED]> wrote: > > Hi > > Anyone know how to execute aspnet_regiis from wix? > > Thank you. >

Re: [WiX-users] Custom action questoin

2008-09-17 Thread Chad Petersen
. Subject: Re: [WiX-users] Custom action questoin This has worked for me for a couple of major .NET 2.0 releases of our product now. Been in use for about a year. And in the InstallExecuteSequence The &WebRole = 3 says to only run these actions on our WebRole feature. HTH

Re: [WiX-users] Custom action questoin

2008-09-17 Thread Chad Petersen
This has worked for me for a couple of major .NET 2.0 releases of our product now. Been in use for about a year. And in the InstallExecuteSequence The &WebRole = 3 says to only run these actions on our WebRole feature. HTH Chad -Original Message- From: [EMAIL PROTECTE