Re: [WiX-users] Dynamically assigning a website for your web application

2008-10-27 Thread Lamb, Andrew
Thanks for your replies, I'll look into these now... J Andrew If you've received this email by mistake, we're sorry for bothering you. It may contain information that's confidential, so please delete it without sharing it. And if you let us know, we can try to stop it from happe

[WiX-users] Dynamically assigning a website for your web application

2008-10-23 Thread Lamb, Andrew
Hi All, I have had a WiX based installer installing my web application to the default web site happily now for a while, I now need to be able to allow the user to specify which web site they want to install the application under. I have created a dll for my CA it uses ADSI to fetch the web

Re: [WiX-users] Calling a custom action from a push button

2008-07-07 Thread Lamb, Andrew
Thanks Bob, Really appreciate it... Andrew Lamb If you've received this email by mistake, we're sorry for bothering you. It may contain information that's confidential, so please delete it without sharing it. And if you let us know, we can try to stop it from happening again. Thank

[WiX-users] Calling a custom action from a push button

2008-07-04 Thread Lamb, Andrew
Hi All, I'm new to WiX, so the answer to this may be fairly trivial: I have created a dll with a method in it to validate that the sql details on the current UI form are valid. I have added a button "Test", with the idea that the following will occur: user clicks test the method in t