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).
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
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
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"
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
---
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
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
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
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
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
-
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
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
...
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
?
__
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
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
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
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
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
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 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
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
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
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
,
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 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
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
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
[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
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
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
!
__
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
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
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
( 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
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
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
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
;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
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
__
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 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
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 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 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 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
45 matches
Mail list logo