Re: [WiX-users] Uninstall forms -> removing folders dependent upon user input

2007-06-18 Thread Rob Mensching
sing RemoveFile elements (those take wild cards). b. Take a look at ARPNOMODIFY in the MSI SDK. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pierson Lee (Volt) Sent: Monday, June 18, 2007 4:50 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Uninstall forms -> removing

Re: [WiX-users] Uninstall forms -> removing folders dependent upon user input

2007-06-18 Thread Francis Kam
There's a property called ARPNOMODIFY that shows/hides the modify button in ARP. There's also ARPNOREMOVE and a bunch of other properties that may be useful. (See the MSDN reference: http://msdn2.microsoft.com/en-us/library/aa370905.aspx). As for removing files/folders that weren't installed by yo

[WiX-users] Uninstall forms -> removing folders dependent upon user input

2007-06-18 Thread Pierson Lee (Volt)
Another question: I am attempting to remove a folder set that I created during install in the uninstall process, but its two-fold. 1. I need to ask the user if they want to remove the folders during the uninstall process (which I can do on a dialog window with a check box during the rem