What number is in the Type column of the CustomAction table when viewing with
Orca for the CA's in question?
-Original Message-
From: David Bartmess [mailto:david.bartm...@wallst.com]
Sent: Friday, December 19, 2008 3:32 PM
To: General discussion for Windows Installer XML toolset.
Subjec
Hi,
I am pretty new to WiX and MSI creation, trying to learn and do things.
I am trying to achieve a very basic functionality in my MSI where user can
see/edit the install directly path from the UI.
I have added two dialogs (InstallDir and Browser) for this in UI file. And
tried to impalement t
They're scheduled in the InstallExecuteSequence.
-Original Message-
From: Ian Elliott (Excell Data Corporation)
[mailto:a-iae...@microsoft.com]
Sent: Friday, December 19, 2008 3:39 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] "Repair" mode doesn't
Hey Bob,
This wasn't during patch creation. I built a language-neutral MSI,
followed by a localized MSI, then attempted to create a (language)
transform between the two. Same build instance, same toolset all around.
The installer sources and build tools (batch files) have remained
constant
Hmmm. That seems a little suspicious as there should be some mention. I think
even if a CA doesn't execute the log file will say it's not executing because
of a condition being false.
Also, where is your CA scheduled? If you launch from Add/Remove Programs then
the UI sequence table doesn't ge
I am out of the office until 01/05/2009.
I'm on vacation until Monday January 5.
Please email Cognos-RD_Build_Eng_Installs or for urgent matters contact Ben
Fowler.
Note: This is an automated response to your message "[WiX-users] "Repair"
mode doesn't run custom actions" sent on 12/19/08 13:
Changing the GUIDs should do the trick. That way, they will be individually ref
counted. However, you need to be sure that the key paths are unique and I'm not
exactly sure what constitutes the key paths for such items.
Best bet is to test it and see what happens.
-Original Message-
Fro
Yes, there's no mention of my Cas in the log
-Original Message-
From: Ian Elliott (Excell Data Corporation)
[mailto:a-iae...@microsoft.com]
Sent: Friday, December 19, 2008 2:07 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] "Repair" mode doesn't run
Thanks for your help Bob.
> From: Bob Arnson
>
> Dale Quigg wrote:
>> I have a requirement to allow UNC paths. My understanding is that the
>> BrowseDlg does not allow this.
>>
> No, mostly because MSI runs in system context except when
> impersonating the user during custom actions. Therefore,
OK, from the verbose log, for the components in question I see:
MSI (s) (6C:20) [14:27:24:761]: Disallowing uninstallation of component:
{5F9A10EE-72B1-11DC-8314-0800200C9A66} since another client exists
So in order to resolve this, do I need to transform component guids
since I have side by side
Bob Arnson [mailto:b...@joyofsetup.com] wrote:
>
> Castro, Edwin (Hillsboro) wrote:
> > I've created a number of WiX projects in a Visual Studio 2008
> solution and would like to use T4 templates to reduce the repetition we
> see in our *.wxs files. I've found that Visual Studio 2008 does not
> aut
The problem is complicated more in that we are trying to have a CD that
can do this, as well as downloadable patches that are available through
our application. Since the full installer/major upgrade is about 140 MB
and the patch is normally about 5-10 MB this is a preferred method for
the updates.
You say that it doesn't seem to run the CAs. Have you checked a verbose log
file to see for sure?
-Original Message-
From: David Bartmess [mailto:david.bartm...@wallst.com]
Sent: Friday, December 19, 2008 1:03 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [Wi
It doesn't seem to matter. I put a "1" in the condition, and it still
won't execute correctly.
-Original Message-
From: Wilson, Phil [mailto:phil.wil...@wonderware.com]
Sent: Friday, December 19, 2008 11:27 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-
Castro, Edwin (Hillsboro) wrote:
> I've created a number of WiX projects in a Visual Studio 2008 solution and
> would like to use T4 templates to reduce the repetition we see in our *.wxs
> files. I've found that Visual Studio 2008 does not automatically hook up my
> *.tt files as it does for C#
Kevin Richardson wrote:
> WixFirewallException : Port => String, length 0
> RadioButton : Text => Localizable String, length 0
>
> I get 5 warnings from Torch so I assume there are others, but I
> haven't found them yet.
>
> In previous builds with an older WiX, these were long integer/4 and
>
Kraus, Alfred wrote:
> I am trying to build a MSI to put on a CD that can do any of the
> following:
>
> 1. Clean install if no version of my product is already installed
>
> 2. Major Upgrade if a really old version is found on the user's
> machine
>
> 3. Minor upgrade if a newer
I use Torch to create language transforms of products I generate, and
lately I've been getting several instances of the following warning:
warning TRCH1115 : The value '0' in table '_Validation', column
'KeyColumn' is invalid according to the column's validation
information. The deco
Your analysis appears accurate. It's really not too much work to have a
setup.exe check for the presence of an install. If found then launch with
proper command line for minor upgrade else just do normal launch.
You can find sample code to peruse at www.devage.com in the dotNetInstaller
project
I am trying to build a MSI to put on a CD that can do any of the
following:
1. Clean install if no version of my product is already installed
2. Major Upgrade if a really old version is found on the user's
machine
3. Minor upgrade if a newer version is found on the user's machi
What conditions do you have on the custom actions?
Phil Wilson
-Original Message-
From: David Bartmess [mailto:david.bartm...@wallst.com]
Sent: Friday, December 19, 2008 10:04 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] "Repair" mode doesn't run cu
I have an installer built that executes several custom actions on
install, but in a repair mode (re-run with no changes), it doesn't
execute the custom actions.
Is this by design, or a flaw in the Wix stuff?
I need to re-run the custom actions because I am prompting the user for
updated inform
Take a look here: http://www.tramontana.co.hu/wix/lesson5.php#5.12
Neil
-Original Message-
From: Kalvagadda, SivaKrishna (MLX Technology)
[mailto:sivakrishna_kalvaga...@ml.com]
Sent: 19 December 2008 13:24
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users]
Hi,
Below suggestion worked fine, Thx a lot.
I also have one more requirement to install the COM+ DLLs on the web
server and giving roles to it, could you please suggest me on this also.
Thanks.
Regards,
Siva,
201-671-5552.
-Original Message-
From: Neil Sleightholm [mailto:n...@x2s
Actually, I just looked at the attached database properties after the
installation to see the Owner. And it was my Windows account in both
cases.
But, I've also tried using profiler during the installation and I also
see the query runs under Windows account in both cases, not switching to
SQL auth
25 matches
Mail list logo