[WiX-users] Can I Search for users?

2007-01-02 Thread Douglas Watts
OK, after various tests attempting to create users under Active Directory, I am dropping back to requiring that my users pre-create the necessary users. I would like my installer to check for the existence of the user. I can easily display a dialog box where they would enter the user name and

Re: [WiX-users] Creating Active Directory Users

2006-12-29 Thread Douglas Watts
Mensching; Douglas Watts; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Creating Active Directory Users Hi, There are probably all the problems that Rob talked about, but you may find it works on a domain controller. However the group Everyone is not an AD group

[WiX-users] Creating Active Directory Users

2006-12-28 Thread Douglas Watts
I am trying to create a domain user under Active Directory. Here is the snippet from my Wix source: DirectoryRef Id=INSTALLDIR Component Id=CreateUserComponent DiskId=1 Guid=MY_GUID_-GOES-HERE-- User Id='SqlUserID' Name='[MYUSERID]'

[WiX-users] Creating user in AD

2006-11-29 Thread Douglas Watts
Can WiX create domain users in Active Directory? If so, are there any special gottcha's? For instance, if I want to specify a group membership do I use BUILT-IN? (as in: BUILT-IN\Administrators) _ Doug Watts

[WiX-users] Installing into GAC gives 0x80131043

2006-10-30 Thread Douglas Watts
I am installing an application that requires a number of DLLs to be installed into the GAC. I install each DLL in its own component. The first c component listed (I dont know if they install in order listed) contains the DLL that appears in the error in the install log. The error is show

[WiX-users] Best Practices - Creating Databases

2006-10-19 Thread Douglas Watts
This is a best practices question. I need to create a database for my application. For example sake, lets say I have 100 tables to create along with related indexes and keys. I can easily generate one large script and use that in my WiX project. On the other hand, I could break the script

[WiX-users] Directory ID and Path Question

2006-10-19 Thread Douglas Watts
Lets say that I read a path from the registry. The absolute path is read into a property. I want to set permissions on a specific file in that directory. Can I use the property (whose value I read from the registry) as the ID of a Directory element? __ Doug Watts

Re: [WiX-users] Directory ID and Path Question

2006-10-19 Thread Douglas Watts
the Permission element I assume it would be a child of a File element. I just cant figure out which attributes are needed (for the file element). __ Doug Watts From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 2:06 PM To: Douglas Watts; wix

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Douglas Watts
or updates elements. I need to query. __ Doug Watts From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts Sent: Monday, October 09, 2006 6:06 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX XML Issue OK, either my questions

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Douglas Watts
Watts Advectis, Inc. Direct:678.460.4605 Cell:770.314.6704 The #1 Network for Mortgage Document Collaboration -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 5:05 PM To: Cullen Waters; Douglas Watts; david adams; wix-users

Re: [WiX-users] Create User and Set Permissions

2006-10-10 Thread Douglas Watts
. __ Doug Watts From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 12:47 PM To: Douglas Watts; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Create User and Set Permissions The Permission element references user accounts by name. It's fine

[WiX-users] Modifying Machine.Config Under 2 Different Features

2006-10-09 Thread Douglas Watts
WIX Version: 2.0.4415.0 My installer will install two different products (companion products). While the user would normally install one on one machine and the other on another machine, they could install both on the same machine. I need to modify the MACHINE.CONFIG regardless of which

Re: [WiX-users] WiX XML Issue

2006-10-09 Thread Douglas Watts
there this I dont need to create it. However, the XmlFile Wix element is used from creating or updating elementsnot for querying them. __ Doug Watts From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts Sent: Monday, October 09, 2006 5:02 PM To: wix-users

Re: [WiX-users] LIGHT Error - Dup Registry Key

2006-10-06 Thread Douglas Watts
Collaboration From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts Sent: Friday, October 06, 2006 2:11 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] LIGHT Error - Dup Registry Key I have a type library that I need to register (I know...why am I

[WiX-users] Multiple DLLs into GAC

2006-10-05 Thread Douglas Watts
I have more than a dozen DLLs that I need to install into the GAC. Ive learned how to install a file by merely adding the Assembly=.net attribute. This attribute requires the KeyPath=yes to be there as well. Is there an easy way to install multiple DLLs or do I have to create a component

[WiX-users] Different InstallDir for each Feature?

2006-09-27 Thread Douglas Watts
WIX Version: 2.0.4415.0 Lets say I have two features in my installer: FEATURE1 and FEATURE2. Assuming I have set the ConfigurableDirectory for both features, then in the Custom dialog I can specify the install directory for each feature. But I want each feature to have its own install

Re: [WiX-users] Different InstallDir for each Feature?

2006-09-27 Thread Douglas Watts
6:15 PM To: Douglas Watts Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Different InstallDir for each Feature? Douglas Watts wrote: Lets say I have two features in my installer: FEATURE1 and FEATURE2. Assuming I have set the ConfigurableDirectory for both features

Re: [WiX-users] Component Specific Custom Action

2006-09-26 Thread Douglas Watts
Watts From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts Sent: Tuesday, September 26, 2006 9:06 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Component Specific Custom Action More clarification I have started with this: Property Id

[WiX-users] Component Specific Custom Action

2006-09-26 Thread Douglas Watts
OK, I was sure that I had seen an example of this one. How do I set a component specific custom action? Lets say I have 3 features that the user can select to install. For one of those features I need to execute a custom action to so something (run an external program). If the user

Re: [WiX-users] Component Specific Custom Action

2006-09-26 Thread Douglas Watts
='InstallFiles'NOT Installed/Custom /InstallExecuteSequence I think I just need to understand what condition should go in the custom element instead of NOT Installed. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts Sent: Tuesday, September 26, 2006 8:58 AM To: wix

Re: [WiX-users] How would I parse a path?

2006-09-26 Thread Douglas Watts
:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 2:50 PM To: Douglas Watts; Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] How would I parse a path? Since Derek is gone, I guess it's my role to ask this question again, Why do you have to do this? My

Re: [WiX-users] How would I parse a path?

2006-09-26 Thread Douglas Watts
the drives are different. Does this sound about right? __ Doug Watts From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 2:19 PM To: Douglas Watts Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How would I parse a path? Douglas

[WiX-users] How would I parse a path?

2006-09-26 Thread Douglas Watts
My installer needs to install on a volume other than where Windows is installed (its a security issue for our app). I can use the WindowsVolume property to find the drive Windows is installed on; I can have the user specify the installation directory (and drive). But I need to verify that

[WiX-users] Disabling Next if no features selected

2006-09-25 Thread Douglas Watts
I thought a search would turn up this question but it didnt. I have 3 features that are installable. If the user sets all 3 to not to be installed then I want the Next button to be disabled. It sounds simple but Im not sure how other than modifying the CustomDlg directly. Any idea how to

Re: [WiX-users] Controls and Events Help

2006-09-21 Thread Douglas Watts
and Deak (Tutorial). http://sourceforge.net/mailarchive/forum.php?thread_id=30596548forum_id =39978 David Adams MSN MessengerID: [EMAIL PROTECTED] From: Douglas Watts [EMAIL PROTECTED] To: wix-users@lists.sourceforge.net Subject: [WiX-users] Controls and Events Help Date: Thu, 21 Sep 2006 13:18:09

Re: [WiX-users] Controls and Events Help

2006-09-21 Thread Douglas Watts
The #1 Network for Mortgage Document Collaboration -Original Message- From: Foster, Richard - PAL [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 1:55 PM To: Douglas Watts; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Controls and Events Help Doug, It's an XML

[WiX-users] Directory element and Property

2006-09-20 Thread Douglas Watts
WIX Version: 2.0.4415.0 Problem Summary: How to use properties with Directory elements Sorry for the newbie questionsbut Im learning. I use the BrowseDlg from the WiXUI library to get a data directory from the user. I store the users selection in a property. Now I need to create

Re: [WiX-users] Directory element and Property

2006-09-20 Thread Douglas Watts
: Wednesday, September 20, 2006 3:34 PM To: Douglas Watts Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Directory element and Property Douglas Watts wrote: I use the BrowseDlg from the WiXUI library to get a data directory from the user. I store the users selection

[WiX-users] Registry Key on Uninstall

2006-09-15 Thread Douglas Watts
WIX Version: 2.0.4415.0 Problem Summary: How to prevent pre-existing registry keys from being removed during uninstall. Im still quite new to WiX so please bear with me. I am trying to understand a scenario. I am going to install an application that will create some registry entries

[WiX-users] Permissions on existing directory

2006-09-13 Thread Douglas Watts
WIX Version: 2.0.4415.0 Problem Summary: How to set permissions on a directory that already exists (not a component directory). My WiX Level: Beginner Im trying to figure out how I would set the user permissions for a directory. More specifically, my application would be installed in