On Nov 15, 2007 5:15 PM, Bob Arnson <[EMAIL PROTECTED]> wrote:
> Johan Appelgren wrote:
> > I just downloaded the latest source drop of wix 3,
> > wix-3.0.2925.0-sources.zip, and noticed that the CPL license
> > information in the header of all files has been removed since
> > wix-3.0.2420.0-source
You need to add the CustomAction binary to your upgrade build. It will then get
into your patch because it is a difference between target and upgrade.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Valet
Sent: Friday, November 16, 2007 4:19 AM
To: wix-users@lists.sourceforg
What's the right way to go about setting the default value of
ALLUSERS? How do I expose this setting in the installer's user
interface?
I want the ALLUSERS property to default to 1 automatically if the
installer's privileged. I'm currently using the following elements to
accomplish this:
Hello Jim,
I replaced Execute with "deferred"
now is showing when i open orca type 11346.
But I want type should be 1042
below is code
Please let me know
Jim Williams-3 wrote:
>
> I think you want Execute="deferred".
>
> Jim
>
>>below is my custom action.
>>
>> HideTarget
In article <[EMAIL PROTECTED]>,
Jason Swager <[EMAIL PROTECTED]> writes:
> Sort of an odd-ball question not pertaining directly to WiX, but I couldn't f
ind any docs on MSDN that specifically relate to this.
>
> If the power to a computer that is performing a MSI-based install is flipped
o
A condition of Not Installed is probably what you want, if it's true
that the installation as a whole demands a reboot. If there's a
particular feature or component that is associated with the reboot then
a better choice is something like a feature state change,
http://msdn2.microsoft.com/en-us/lib
I'm using the 3502 build (shame on me, should have tried 3509) to make an
installer for my app. It was a success with WiX2, but I decided to move to
WiX3 for the new featureset.
A chunk of my installation looks like this:
You're right sorry! Missed that, must be tunnel vision after tying to sort
this all afternoon J
Thanks again
Detour 2 is having REP after InstallFinalize, not InstallInitialize.
It's not a great detour for a number of reasons, one of which is having
uninstall custom actions that run after t
In article <[EMAIL PROTECTED]>,
"Lanteigne, Alan" <[EMAIL PROTECTED]> writes:
> I'm using REMOVE=3D"ALL" to conditionally run a custom action when the
> software is removed.
>
> =20
>
> How can I do the opposite Conditionally run an action only when the
> software is installed?
Phil g
All of the custom action attributes, when coded into the action type
give a different value depending on what is specified for the attribute.
So changing a value from "yes" to "no" can make a big difference in the
value... they are just bit settings and to the action type. But if you
specifically
All,
I've written a very simple Wix Script to install an exe (notepad in this
case) and a signed .Net dll to the GAC. This seems to work just fine.
However I want to test an upgrade. I would like the previous version to be
uninstalled and then the new version installed. I don't watch to patch
b
I agree, but haven't I done the Workaround method 2 by this:
NEWERPRODUCTFOUND
Sounds like this:=20
=20
http://support.microsoft.com/kb/905238/en-us=20
=20
Phil Wilson=20
=20
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Darren
Thomas
Sent: Friday, November 16, 200
Hi all,
I would like to know it is is possible to embed a Custom Action (type 2) in a
WiX 3.x Patch (.msp file).
I base my work on the following example:
* http://blogs.msdn.com/pmarcu/archive/2007/06/28/sample-patch.aspx
I enthusiastically added my custom action to the existing fragment:
{
I'm using REMOVE="ALL" to conditionally run a custom action when the
software is removed.
How can I do the opposite Conditionally run an action only when the
software is installed?
INSTALL="ALL"
..or something
Thanks,
Alan
Alan S. Lanteigne | Channel Ready Solutions
phone &
Hi,
I have a question - how could I leave HKLM Registry
keys created during installation process (and possibly
updated afterwards) when deinstallation is done?
I have tried the following:
but despite explicitly setting action="createKey"
Yes, unfortunately, I had a strong suspicion that was the case! :-)
Thanks!
From: Andrew Burgher [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 15, 2007 5:14 PM
To: Guy, Richard; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] WiX, MSMQ, Trigg
Detour 2 is having REP after InstallFinalize, not InstallInitialize.
It's not a great detour for a number of reasons, one of which is having
uninstall custom actions that run after the later version has been
installed and that may do something destructive to it.
Interesting timing - this is a
Sounds like this:
http://support.microsoft.com/kb/905238/en-us
Phil Wilson
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Darren
Thomas
Sent: Friday, November 16, 2007 10:51 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] RemoveExistingProducts .NET GAC'd
How does one go about adding this to VS 2005 IDE?
Derek Cicerone wrote:
>
> Starting with the latest release, we have now exposed all strings which
> appear during installation in the extensions to localization. This means
> that you now need to specify the language of strings you would like t
Hi
below is my custom action.
When I open msi with orca, it is showing type as 2066. But I want type
should be 1042
Could you tell me how to do this
--
View this message in context:
http://www.nabble.com/Custom-Action-type-1042-and-18-tf4819034.html#a13787083
Sent from the wix-users mailin
dcanning wrote:
> How does one go about adding this to VS 2005 IDE?
>
On the Linker properties tab under Cultures.
--
sig://boB
http://joyofsetup.com/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges.
Matthew X. Economou wrote:
> I want the ALLUSERS property to default to 1 automatically if the
> installer's privileged.
On Vista, the installer's always privileged. Or rather, it pretends it
is because the elevation consent dialog appears only when the install
actually starts. In general, doi
Will setupbld.exe work for .msp files as well as .msi? If not, is there
any utility to package an .msp in an Update.exe similar to
InstallShield?
Keith Starling
-
This SF.net email is sponsored by: Microsoft
Defy all challen
Thanks Jim
Its showing now type as 1042.
Thanks a lot.
Jim Williams-3 wrote:
>
> All of the custom action attributes, when coded into the action type
> give a different value depending on what is specified for the attribute.
> So changing a value from "yes" to "no" can make a big differenc
This mailing list has been a huge help to me in getting my first WiX
setup project put together! Yet it still took me a full day to track
down the various bits of information I needed to figure out how to do
the following:
1. Add a user interface to a WiX 3 project
2. Add a checkbox to optiona
< This time with a subject line! >
This mailing list has been a huge help to me in getting my first WiX setup
project put together! Yet it still took me a full day to track down the
various bits of information I needed to figure out how to do the following:
1. Add a user interface to a WiX 3
26 matches
Mail list logo