Hi All,
What is the alternative for the 'Extended' attribute of Permissions element
of Wix V2 in wix V3?
Basically I am trying to set permissions for a folder to a group which I have
created during the install itself. So was wondering if I could use the extended
attribute to solve this prob
What I was thinking about was the ability to do ComponentGroup/@Directory,
which all the contained Components would "inherit". Thoughts?
2010/1/21 Brian Simoneau
> Leave what you have in the current fragment, but add a ComponentGroup that
> contains a ComponentRef for each component. Then add a
Not quite yet. I've just about have WiX toolset in Burn and that will serve
as the first example. Also, very close to avoiding the use of burn.exe to do
the Bundle build (soon candle and light will do the Bundle build instead).
One or maybe two Thursdays and this will hopefully start hooking toget
The SelfReg table is better than calling regsvr32 from a CA, but not by
much. At least it is obvious.
Is your build machine 32-bit or 64-bit?
Are there any obvious differences between the files that heat processes OK
and the ones that it errors on?
Are the files .net or native code?
-Origin
Hi,
I get this error from heat.exe for certain ocx and ax files. The files register
correctly using regsvr32 from the command line. Is there any resolution to this
problem or some workaround for auto-generating the registry entries? Or am I
going to have to call regsvr32 from a CA (yuk)?
Thanks,
Hi:
Are there any current examples available of burn manifest files?
Regards
Sean.
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunit
I marked all Files as Transitive with:
1
in my target build.
So I expected all files to be transitive, all the time. It is only the
condition that changes from 1 to 0 when and if I remove files. New files, if
any, that get added to the patch are always added with:
The execute sequence is run in a different process than the ui sequence and
the properties don't "flow" back.
-Original Message-
From: Tony [mailto:yellowjacketl...@gmail.com]
Sent: Thursday, January 21, 2010 10:50 AM
To: WiX Users
Subject: [WiX-users] Exit dialog text
By setting the pro
If you run that API from your main app, the entire installation transaction
will run, but only the indicated feature (and whatever components that were
not previously installed that are part of that feature) will be "selected"
for installation, meaning that only those files/registry entries/etc. wi
Yeah, that looks like something about the snap feature.
Thanks Phil.
From: "Wilson, Phil"
To: General discussion for Windows Installer XML toolset.
Sent: Wed, January 20, 2010 4:20:41 PM
Subject: Re: [WiX-users] Install on Windows 7: minimize the installatio
Leave what you have in the current fragment, but add a ComponentGroup that
contains a ComponentRef for each component. Then add a ComponentGroupRef to
the different Features.
-Brian Simoneau
-Original Message-
From: Jakub Gwóźdź [mailto:gwozd...@rpg.pl]
Sent: Thursday, January 21, 201
By setting the property WIXUI_EXITDIALOGOPTIONALTEXT it is possible to
change the displayed text on the ExitDialog.
If the property is changed during the execute sequence, then the text
is not updated. The reason this occurs is because the dialog is
created at the end of the UI sequence.
Is there
It's possible that transitive state ends up in the component state on the
system, and uninstalling the patch won't restore it to non-transitive. There
doesn't seem to be an API that actually tells you if a component is currently
marked transitive.
Phil Wilson
-Original Message-
Fro
Make a verbose log for the upgrade and see what's failing.
Phil Wilson
-Original Message-
From: Andy2k8 [mailto:appr...@gmail.com]
Sent: Thursday, January 21, 2010 12:39 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] problem
I have this scenario in my upgrade install
But what will happen when main app detects that .net conditions are met?
How will it install only the add-on tool? Is there any possibility to
install certain product features (not the main app again) when main
installation file was deleted?
Thanks for reply.
Jan
Blair wrote:
> My reference
Hi all,
For posterity's sake, the problem turned out to be that I had changed
the 'Publish' action that generates a 'Return' event when you press
the 'Finish' button. In the original source of WixUI_InstallDir it is:
1
But I removed the condition, so it had become
Now according to the WiX doc
In my patch application I am removing one executable file and its corresponding
config file like this:
0
0
When I remove this patch, My.exe gets restored but not My.exe
In my WiX project I have several , in one of them I have
components that belong to single feature.
then in the Product entry I have a with those componentRef's
listed. All works fine, except I wanted it also this set of features
(among other components) in a
I have this scenario in my upgrade install
(ExportRegistry
is an immediate CA)
The upgrade works as expected in this scenario except that it shows the UAC
dialog on vista for ExportRegistry when it tries to launch windows
regedit.exe.
So to get rid of the UAC dialog I have elevated the Ex
19 matches
Mail list logo