Re: [WiX-users] How to Regasm a dll in WIX

2007-01-05 Thread Douglas Watts
NOTE: I'm using Wix 2.0.4415 I use Tallow to generate the Wix fragment. Here's an example of a command file I use to create a Wix file. Each component gets written to its own fragment so I edit the resulting WiX file to place all components into a single fragment (there may be an easier way).

[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 dom

Re: [WiX-users] Creating Active Directory Users

2006-12-29 Thread Douglas Watts
Thursday, December 28, 2006 11:43 PM To: Rob 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 gr

[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: The properties are properly gathered from a dialog. I specify "sqlserver" for MYUSERID. I specify the "Everyone"

[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 ---

Re: [WiX-users] Installing into GAC gives 0x80131043

2006-10-31 Thread Douglas Watts
E_UNEXPECTED_MODULE_FOUND = 0x80131043, Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts Sent: Monday, October 30, 2006 2:46 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing into GAC gives 0x80131043 I am

[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 don’t know if they install in order listed) contains the DLL that appears in the error in the install log.  The error is sho

Re: [WiX-users] Best Practices - Creating Databases

2006-10-20 Thread Douglas Watts
Anyone?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts Sent: Thursday, October 19, 2006 1:16 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Best Practices - Creating Databases   This is a “best practices” question.  I need to

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

2006-10-19 Thread Douglas Watts
the element I assume it would be a child of a element. I just can’t 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-users

[WiX-users] Directory ID and Path Question

2006-10-19 Thread Douglas Watts
Let’s 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   -

[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, let’s 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 s

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Douglas Watts
Doug 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 Watt

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Douglas Watts
... Something like: ... ... (assuming you reference your in the naming it and declaring the SectionHandler to use with it) David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Douglas Watts" <[EMAIL PROTECTED]> >To: "Cullen Waters" ><[EMAIL PROTECTE

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Douglas Watts
? __ Doug Watts   From: Cullen Waters [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 1:41 PM To: Douglas Watts; wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] WiX XML Issue   I don’t have a definite solution, Doug, but I have a suggestion.  Have you tried

Re: [WiX-users] WiX XML Issue

2006-10-11 Thread Douglas Watts
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 are getting easier or

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

2006-10-10 Thread Douglas Watts
again. __ 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 element references user accounts by name. It&#

[WiX-users] Create User and Set Permissions

2006-10-10 Thread Douglas Watts
I need to create a new local system user and set permissions for this user on multiple directories.  I know that I can create the user as follows:                However, this component exists under a specific directory element.  I need to set permissions for this new user for se

Re: [WiX-users] WiX XML Issue

2006-10-09 Thread Douglas Watts
there this I don’t need to create it.  However, the XmlFile Wix element is used from creating or updating elements…not 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] WiX XML Issue

2006-10-09 Thread Douglas Watts
I am trying to use the XmlFile element to modify the MACHINE.CONFIG file.  I need to add application settings for my app.  I need to add settings such that the config file ends up as follows:             First I create an “add” element.  Next, I want to set the element’s attribute

[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 whic

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

2006-10-06 Thread Douglas Watts
Document 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

[WiX-users] LIGHT Error - Dup Registry Key

2006-10-06 Thread Douglas Watts
I have a type library that I need to register (I know...why am I registering a type lib?  I truly need to). Anyway, I used RegCap to produce a REG file then I used TALLOW to create the fragment.  I got a LIGHT error so I removed lines until I got the Wix script to the bare minimum to produ

[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.  I’ve 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 co

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

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

[WiX-users] Different InstallDir for each Feature?

2006-09-27 Thread Douglas Watts
WIX Version: 2.0.4415.0   Let’s 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 instal

[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 (it’s 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 tha

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

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

2006-09-26 Thread Douglas Watts
[mailto:[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

Re: [WiX-users] Component Specific Custom Action

2006-09-26 Thread Douglas Watts
  I think I just need to understand what condition should go in the 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-users@lists.sourceforge.net Subject: [WiX-users] Compo

[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? Let’s 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 cho

Re: [WiX-users] Component Specific Custom Action

2006-09-26 Thread Douglas Watts
!   __ Doug 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

Re: [WiX-users] Component Specific Custom Action

2006-09-26 Thread Douglas Watts
confirm this for me?  Thanks. __ Doug 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

[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 didn’t.  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 I’m not sure how other than modifying the CustomDlg directly.  Any idea h

Re: [WiX-users] Binding of Properties to Dialog Controls

2006-09-22 Thread Douglas Watts
( Whatever ) and it will show in the dialog when the dialog is first displayed.  When the user types something different, after they click next or back on the dialog, the new property value is saved. Dana     On 9/22/06, Douglas Watts <[EMAIL PROTECTED]> wrote: Bueller? B

Re: [WiX-users] Binding of Properties to Dialog Controls

2006-09-22 Thread Douglas Watts
Bueller? Bueller? Bueller?   __ Doug Watts   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Watts Sent: Thursday, September 21, 2006 5:01 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Binding of

[WiX-users] Binding of Properties to Dialog Controls

2006-09-21 Thread Douglas Watts
I’m still trying to grasp the binding between properties and dialog controls.  I have looked at the SampleWixUIAddDlg sample and it looks as though the example does not actually capture the user registration data.  Going with that sample, if I had declared properties for user name, organiza

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 a

Re: [WiX-users] Controls and Events Help

2006-09-21 Thread Douglas Watts
;forum_id =39978 David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Douglas Watts" <[EMAIL PROTECTED]> >To: >Subject: [WiX-users] Controls and Events Help >Date: Thu, 21 Sep 2006 13:18:09 -0400 >MIME-Version: 1.0 >Received: from lists-outbound.sourceforge.ne

[WiX-users] Controls and Events Help

2006-09-21 Thread Douglas Watts
As a newbie to WiX, I am still trying to understand the eventing mechanism in dialogs.  Basically, I’m trying to understand how controls use and set properties; and how they consume and expose events.  Can someone provide a very simple explanation of the following? 1.   How

Re: [WiX-users] Directory element and Property

2006-09-20 Thread Douglas Watts
       __ Doug Watts   From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 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

[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 questions…but I’m learning.   I use the BrowseDlg from the WiXUI library to get a data directory from the user.  I store the user’s selection in a property.  Now I need to cr

Re: [WiX-users] Using BrowseDlg Twice

2006-09-20 Thread Douglas Watts
Installer to make this work.  Any ideas? __ Doug Watts   From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 7:43 PM To: Douglas Watts; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Using BrowseDlg Twice

[WiX-users] Using BrowseDlg Twice

2006-09-19 Thread Douglas Watts
WIX Version: 2.0.4415.0 Problem Summary: How to use the BrowseDlg twice.   I use the BrowseDlg from the WiXUI library to allow the user to specify the installation directory.  I also need to allow the user to specify a data directory.  I have created a dialog to allow the user to select

[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.   I’m 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   I’m trying to figure out how I would set the user permissions for a directory.  More specifically, my application would be installed