Re: [WiX-users] remove website on uninstall

2010-12-22 Thread kim
Hi there, Following code works for me to remove a website created under Default Web Site during Uninstall: //Define following component in a Directory Element //Add component to Feature element Hope this helps!! -- View this me

Re: [WiX-users] remove website on uninstall

2009-10-02 Thread Scharp, Craig
[mailto:chad.peter...@harlandfs.com] Sent: Tuesday, September 22, 2009 5:31 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] remove website on uninstall How about having it write a verbose log during the uninstall and then look to see if it indicates in the log

Re: [WiX-users] remove website on uninstall

2009-09-23 Thread Scharp, Craig
Will give that a try. Thx! -Original Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Tuesday, September 22, 2009 5:31 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] remove website on uninstall How about having it write a

Re: [WiX-users] remove website on uninstall

2009-09-22 Thread Chad Petersen
esday, September 22, 2009 3:25 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] remove website on uninstall Hi Dominique, Thanks for the feedback! I think I already have it in a component (see snippet below). Please let me know if this is what you mean, or if you hav

Re: [WiX-users] remove website on uninstall

2009-09-22 Thread Scharp, Craig
uot; AND SCRIPTLANGUAGE = "ASP" -Original Message- From: Dominique Louis [mailto:dominique.lo...@amxeurope.com] Sent: Tuesday, September 22, 2009 4:53 PM To: General discussion for Windows Installer XML toolset.; WiX-users@lists.sourceforge.net Subject: Re: [WiX-users] remo

Re: [WiX-users] remove website on uninstall

2009-09-22 Thread Dominique Louis
.com] Sent: Tue 9/22/2009 7:49 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] remove website on uninstall Hi, I created an msi install for website and database using wix 3.0.5217.0. All works great for install. But, I'm having trouble trying to figure out how to delete

[WiX-users] remove website on uninstall

2009-09-22 Thread Scharp, Craig
Hi, I created an msi install for website and database using wix 3.0.5217.0. All works great for install. But, I'm having trouble trying to figure out how to delete the website on uninstall. Has anyone done that? If so, any suggestions would be greatly appreciated. Thanks, Craig