Re: [WiX-users] Check for at least one required

2007-04-30 Thread Scott Parker
generates? -- Stefan Krueger Microsoft Windows Installer MVP From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Parker Sent: Thursday, April 26, 2007 2:37 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Check for at least one required

[WiX-users] Check for at least one required feature?

2007-04-26 Thread Scott Parker
Sorry if this is essentially a repost, but I couldn't find anything on wix-users asking quite the same question I am. Our product consists of FeatureAAA and FeatureZZZ. We need to enforce that the user has selected at least either FeatureAAA or FeatureZZZ to install. I've tried using a Publish -

Re: [WiX-users] Install to C:\Whatever

2007-04-26 Thread Scott Parker
Try this: Directory Id=TARGETDIR Name=SourceDir Directory Id=MyWhateverDir Name=Whatever MSI nazi says no logo compliance for you! :) This may be splitting hairs, but would you need to specify a base volume here? Something like Directory Id='TARGETDIR' Name='SourceDir'

[WiX-users] One-or-More Installation Design?

2007-04-24 Thread Scott Parker
I've used WiX to create a few rather simple Do X then Y then possibly Z sorts of installations before, but now I'm working on one of much greater scope that I'm having trouble clearly seeing how to tackle. The problem is thus: I need to allow the user to create 1 OR MORE virtual directories (and

Re: [WiX-users] One-or-More Installation Design

2007-04-24 Thread Scott Parker
appropriate transformed installer. Not the most elegant process to be sure, but whatever works. If anyone else has thoughts on a better way to do it, I'm all ears. Thanks, -Scott Date: Tue, 24 Apr 2007 10:24:50 -0500 From: Scott Parker [EMAIL PROTECTED] Subject: [WiX-users] One-or-More Installation

Re: [WiX-users] One-or-More Installation Design?

2007-04-24 Thread Scott Parker
PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Scott Parker *Sent:* Tuesday, April 24, 2007 8:25 AM *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] One-or-More Installation Design? I've used WiX to create a few rather simple Do X then Y then possibly Z sorts of installations before

[WiX-users] Tallow v2 - Make filters exclude matches, not include them?

2007-04-20 Thread Scott Parker
I'd like to set up an automated build process using Tallow to generate a dynamic list of files to include. However our app tends to include an extremely diverse set of file-types to deploy, while the files we need to exclude tend to have a fairly static set of extensions. Is there some way to

Re: [WiX-users] Modify a Pre-Existing Service with WiX?

2007-04-18 Thread Scott Parker
On 4/18/07, Neil Sleightholm [EMAIL PROTECTED] wrote: You could just modify the appropriate registry key and mark it to left on uninstall. Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state Value: Start Change the value data from 3 to 2. I suspect this is

[WiX-users] (no subject)

2007-04-17 Thread Scott Parker
-- Scott Parker 773-603-6197 (cell) [EMAIL PROTECTED] - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get

[WiX-users] Modify a Pre-Existing Service with WiX?

2007-04-17 Thread Scott Parker
ServiceControl or ServiceConfig quite do the trick. Anything I'm missing here, or is this looking to be a CustomAction? Thanks, -Scott -- Scott Parker 773-603-6197 (cell) [EMAIL PROTECTED] - This SF.net email is sponsored