Re: [WiX-users] "Repair" mode doesn't run custom actions

2008-12-19 Thread Ian Elliott (Excell Data Corporation)
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

[WiX-users] Error in Install Directory Dialog - WiX 3.0

2008-12-19 Thread Sachin Dubey (Tata Consultancy Services)
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

Re: [WiX-users] "Repair" mode doesn't run custom actions

2008-12-19 Thread David Bartmess
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

Re: [WiX-users] wix-3.0.4813.0 schema issues?

2008-12-19 Thread Kevin Richardson
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

Re: [WiX-users] "Repair" mode doesn't run custom actions

2008-12-19 Thread Ian Elliott (Excell Data Corporation)
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

[WiX-users] AUTO: David Jackson is out of the office (returning 01/05/2009)

2008-12-19 Thread David Jackson
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:

Re: [WiX-users] uninstall fails to drop database, iis objects

2008-12-19 Thread Ian Elliott (Excell Data Corporation)
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

Re: [WiX-users] "Repair" mode doesn't run custom actions

2008-12-19 Thread David Bartmess
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

Re: [WiX-users] DTF - Using Shell32.dll

2008-12-19 Thread Dale Quigg
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,

Re: [WiX-users] uninstall fails to drop database, iis objects

2008-12-19 Thread Amy Rosewater
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

Re: [WiX-users] WiX 3.0 Support for T4 Templates in Visual Studio 2008

2008-12-19 Thread Castro, Edwin (Hillsboro)
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

Re: [WiX-users] Multi-purpose MSI - Clean install/Major&Minor upgrade without special params

2008-12-19 Thread Kraus, Alfred
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.

Re: [WiX-users] "Repair" mode doesn't run custom actions

2008-12-19 Thread Ian Elliott (Excell Data Corporation)
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

Re: [WiX-users] "Repair" mode doesn't run custom actions

2008-12-19 Thread David Bartmess
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-

Re: [WiX-users] WiX 3.0 Support for T4 Templates in Visual Studio 2008

2008-12-19 Thread Bob Arnson
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#

Re: [WiX-users] wix-3.0.4813.0 schema issues?

2008-12-19 Thread Bob Arnson
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 >

Re: [WiX-users] Multi-purpose MSI - Clean install/Major&Minor upgrade without special params

2008-12-19 Thread Bob Arnson
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

[WiX-users] wix-3.0.4813.0 schema issues?

2008-12-19 Thread Kevin Richardson
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

Re: [WiX-users] Multi-purpose MSI - Clean install/Major&Minor upgrade without special params

2008-12-19 Thread Ian Elliott (Excell Data Corporation)
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

[WiX-users] Multi-purpose MSI - Clean install/Major&Minor upgrade without special params

2008-12-19 Thread Kraus, Alfred
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

Re: [WiX-users] "Repair" mode doesn't run custom actions

2008-12-19 Thread Wilson, Phil
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

[WiX-users] "Repair" mode doesn't run custom actions

2008-12-19 Thread David Bartmess
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

Re: [WiX-users] WebSite is getting deleted when msi uninstalled & COM+ installation.

2008-12-19 Thread Neil Sleightholm
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]

Re: [WiX-users] WebSite is getting deleted when msi uninstalled & COM+ installation.

2008-12-19 Thread Kalvagadda, SivaKrishna (MLX Technology)
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

Re: [WiX-users] Distinguish between SQL integrated securityandnormal authentication

2008-12-19 Thread Yan Sklyarenko
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