An alternative approach that may be possible (not sure since I don't have details on your situation) is to not use the feature tree. Assuming the user doesn't need as fine-grained control as the feature tree, you could have a different selection mechanism (like a radio button group) and you can se
Thanks, Bob. I appreciate the info!
- Original Message -
From:
Bob Arnson
To: Mike Gallaway
Cc: wix-users@lists.sourceforge.net
Sent: Wednesday, June 14, 2006 3:42
AM
Subject: Re: [WiX-users] question mark
instead of colon in components registry keys
Mike
I have to run aspnet_setreg.exe with username/password and a
reg key for website permissions.
I want to set full control rights to “NETWORK SERVICE”
account on this reg key.
Aspnet_setreg.exe executable gets copied during install. Permissions
are getting overridden
By the custom action
I would like to create an install that
will install to Program Files if an admin is installing and will install to
local user folder if a user is installing.
Any suggestions on how to get my
installation directory property to switch from one location to the other before
the UI sequence is
There has been some talk on the core team about moving Wix
3.0 over to use the .NET Framework 2.0 instead of 1.1. We wanted to know how
many people this would affect and in what ways. If you have any concerns about
using .NET 2.0, please respond to this email and let us know. Conversely, if
That looks fine to me – have you
tried just performing the install to see if it works? Sometimes Orca has
problems with different languages but that doesn’t necessarily mean the
msi itself is wrong. Be sure to merge the module into an msi with the proper
codepage set as well.
(please
I think I narrowed down the problem I'm
seeing. The code below works from a WiX file but not from a merge
WiX file.
Are the files GACed assemblies or just normal files? If they are normal
files then you can just schedule your CA after InstallFiles. What does your
CA do?
Derek
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ed Russell
Sent: Wednesday, June 14, 2006 4:
WiX doesn’t enforce the particular
ICE rule that was violated because it wouldn’t be able to so until
light.exe (which means you might as well just run MSI validation).
However, since light.exe in WiX 3.0 does validation now, this issue will now be
caught J
Derek
From:
[EMA
Totally - I want to get it to run before then so it can roll back but
can't seem to write the file to make it work anywhere else
Ed
Ed Russell
CME Product Development Manager
Co-operative IT
t: +44 (0) 845 458 5007
m: +44 (0) 7976 055 504
f: +44 (0) 1527 880 975
---
It doesn't matter if you get it to run when you want, if you sequence it after
InstallFinalize you
can't roll back the install. That action commits everything to the system, so
to remove it you'd be
looking at an uninstall.
Rob
Ed Russell wrote:
> Hi Guys,
>
> I'm trying to get a custom act
Hi Guys,
I'm trying to get a custom action DLL execute after the files from the msi have
been installed. No problem there - I can put it after InstallFinalize and it
works fine. But I need the install to roll-back if there is an error code
generated by the DLL. If I try and sequence it after
While secretly conversing with Derek I have managed to
fix my original issue. After running MSI validation from Orca I found a strange
error relating to the windows and system folder components... They had no
parent! It seems that WIX allowed it to go through and it does in fact copy the
fil
Albert - this is great feedback. Here's some tips that might help you with
using WiX more easily.
Although I'm still not recommending WiX 3.0 in production environments, you
can use the WiX 3.0 version of WixCop and it should quickly update your
authoring to the latest 3.0 schema (if not - it's a
Definitely a bug in tallow. Tallow
has basically been deprecated in favor of heat (which works with WiX 3.0). You
can open a bug against tallow, but depending upon the size of the fix, it may
not happen. I know this is a little difficult for the time being, but the
hope is to start migrat
Hi,
I am currently building a set of installers (all look like each other,
with only a few changes, that's why includes and defines are so great in
WiX ;-) ).
I did start with Wix-3 but realizing I need to deploy in 2006 I switched
to Wix-2, although I like to test for Wix-2 and Wix-3.
But after
Hi,
I just noticed what I believe is a bug with tallow, when
using tallow –reg somefile.reg and the regfile contains a empty string,
for instance “Example1”=””, tallow generates a Value=””
corresponding to the value, this however generates a “error CNDL0006 :
The Registry/@Value attribu
Mike Gallaway wrote:
What causes the paths
in HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components
to contain question marks instead of colons?
Short answer: It doesn't matter. That's data maintained by MSI, so as
long as it's happy with what it wri
Hi All...
I am using WiX 2.0 (currently the build #4126) for at least one
year. I am trying to use one of the the most recent builds of WiX
(after some evaluation). We have released several (I think 6)
versions (major upgrades) for customers with no problem (except for
bug "File attributes not pro
19 matches
Mail list logo