Re: [WiX-users] Modifying the MSI file at runtime using DTF

2008-11-20 Thread Neil Sleightholm
This is probably not relevant but if you don't have access to SQL how do you expect any solution to work? Neil Neil Sleightholm X2 Systems Limited [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] From: Eitan Behar [mailto:[EMAIL PROTECTED] Sent: Wed 19/11/2008

Re: [WiX-users] Modifying the MSI file at runtime using DTF

2008-11-20 Thread Eitan Behar
What I meant is that the SQL Server is installed on a different machine. When using WIX's SqlDatabase element I can specify a remote SQL Server (i.e. current machine is just a client, while SQL is installed on a remote Data Server). The machine where the MSI is installed does not have the SQL

[WiX-users] Find AppPool of Virtualdirectory

2008-11-20 Thread sujanakar reddy
Hi All, I am creating VirtualDirectory from my msi using wix3. I want to assign AppPool of other VD (Sharepoint AppPool) to the VD what I have created. Please guide me on how can I search for Sharepoint AppPool (or Other) so that I can assign same to my VD. Please help me its very urgent.

Re: [WiX-users] cpa:ComPlusSubscription failing

2008-11-20 Thread Tim Johnson
Just to follow up on my own message as I figured out the problem by looking in the source code - the guids passed in the EventCLSID and InterfaceID need to have the { } around them, as the strings are passed directly as-is to the complus administrator api. Changing my wix accordingly works

[WiX-users] Sql connection timeout

2008-11-20 Thread Eitan Behar
Hi, Please, do you know what is the default timeout for the Sql connections ? And if there is an attribute to change it? Thanks, Eitan - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

[WiX-users] WiX V3 not uninstalling webistes properly

2008-11-20 Thread Kjartan Þór Kjartansson
Hi all, I'm creating an installer that installs a webapplication under IIS, the user is allowed to choose if it should be installed as a new website, using an existing website or as a virtual dir under an existing website. The problem I'm having is that when the user decides to create a new

[WiX-users] Calculate Directory path into Property value

2008-11-20 Thread David Terrell
As the subject implies, I would like to know if there's a way to get the calculated path of a Directory element somehow, either into a Property value or otherwise for use elsewhere in the script? I've looked into the SetProperty action, but it appears that doesn't cross boundaries between

Re: [WiX-users] Calculate Directory path into Property value

2008-11-20 Thread Eitan Behar
Hi Dave, After CostFinalize, you can use the Directory ID as a property and use the resolved path: See the log file: Action start 16:57:43: CostFinalize. ... MSI (c) (7C:54) [16:57:43:756]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'C:\'. ... MSI (c) (7C:54) [16:57:43:772]:

[WiX-users] upgrade/patch shared features

2008-11-20 Thread s zheng
We have several tools, can package them into different products based on marketing requirements. For example, tool 1, tool 2 and tool 3 can be packaged sold as product A. tool1, tool4 and tool5 can be packaged and sold as product B. Tool 1 is shared between product A and B. Tools are components /

Re: [WiX-users] Calculate Directory path into Property value

2008-11-20 Thread David Terrell
Worked like a charm! -Original Message- From: Eitan Behar [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 10:00 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Calculate Directory path into Property value Hi Dave, After CostFinalize,

[WiX-users] How to uninstall a bootstrapper

2008-11-20 Thread zett42
What is the usual way to self-uninstall a bootstrapper EXE? Our bootstrapper EXE is installed into the program directory where it is called from ARP to provide the same UI experience as during first installation. To my surprise, Windows Installer seems to have some magic to uninstall the EXE

Re: [WiX-users] daisy chaining DLLs in custom actions

2008-11-20 Thread Oren Mazor
For closure, and all future google searches that end up here: the task of getting my hands on a lib to just link into my action dll resulted in my getting my hands on a merge module that just does everything for me. thanks everybody for your suggestions! Oren On Wed, Nov 19, 2008 at 4:25 PM,

[WiX-users] Using WiX to uninstall an NSIS-installed app

2008-11-20 Thread Jason Kemp
Hello, I've been working on our desktop installer for our Windows Mobile application and I've now reached the point where I have to handle upgrading. Our previous installer was built using NSIS so it's not based on Windows Installer. Hence it has no upgrade code (that I can find) or

Re: [WiX-users] Sql connection timeout

2008-11-20 Thread Rob Mensching
1. No idea what the default is. 2. No ability to change it in the CustomActions. -Original Message- From: Eitan Behar [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 05:49 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Sql connection timeout

Re: [WiX-users] Using WiX to uninstall an NSIS-installed app

2008-11-20 Thread Rob Mensching
Nope, NSIS is completely independent of the Windows Installer so you don't get a smooth interaction between the two... and no transactional support. -Original Message- From: Jason Kemp [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 08:54 To: wix-users@lists.sourceforge.net

Re: [WiX-users] WiX V3 not uninstalling webistes properly

2008-11-20 Thread Rob Mensching
A verbose log file of the uninstall should show you what Components are being uninstalled and should tell you which WebSite is being nuked. Remember, that WebSites are found by the WebAddress tuple so if that matched the default web site at uninstall, that's what got uninstalled.

Re: [WiX-users] upgrade/patch shared features

2008-11-20 Thread Rob Mensching
Upgrade table can do that. -Original Message- From: s zheng [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 07:53 To: wix-users@lists.sourceforge.net Subject: [WiX-users] upgrade/patch shared features We have several tools, can package them into different products based on

Re: [WiX-users] cpa:ComPlusSubscription failing

2008-11-20 Thread Rob Mensching
Cool, can you open a bug on that? The COM+ Extension should be taking care of that for you. -Original Message- From: Tim Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 06:02 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] cpa:ComPlusSubscription failing

Re: [WiX-users] Using WiX to uninstall an NSIS-installed app

2008-11-20 Thread Jason Kemp
I figured as much. Is my solution the way to go then? Jason Kemp Windows Mobile Software Developer Rove 60 George Street, suite 203 Ottawa, ON, K1N 1J4, Canada www.rovemobile.com http://www.rovemobile.com Tel 1 613 789 1818

Re: [WiX-users] Using WiX to uninstall an NSIS-installed app

2008-11-20 Thread Rob Mensching
I think so. -Original Message- From: Jason Kemp [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 09:08 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using WiX to uninstall an NSIS-installed app I figured as much. Is my solution the way to go then? Jason

Re: [WiX-users] Problems with IIS6 removing AppPool and Virtual Directory from IIS on uninstall

2008-11-20 Thread Luke Bakken
We would probably need to see the wxs files and verbose logs from both installation and uninstallation to make a diagnosis. On Thu, Nov 20, 2008 at 9:12 AM, Amy Rosewater [EMAIL PROTECTED] wrote: Hi All, I am currently using Wix v3.0.4624. In previous versions of Wix v3, when I uninstalled

Re: [WiX-users] Installing ISAPI filter and WebApplicationExtension

2008-11-20 Thread Rob Mensching
I think this is supported in WiX v3... -Original Message- From: Michael Ballou [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 13:47 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing ISAPI filter and WebApplicationExtension I'm using Wix to install an IIS

Re: [WiX-users] Enabling web garden from WIX

2008-11-20 Thread Rob Mensching
What is necessary to support web gardens? -Original Message- From: garymon [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 15:06 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Enabling web garden from WIX I have been looking through the schema here:

[WiX-users] Wildcard mappings in IIS?

2008-11-20 Thread Will Sullivan
You need to set a wildcard mapping in IIS6 to install an ASP.NET MVC web application, but I can't find any information on how to do this in WiX. Alternatively, I've considered creating an extension to do this, but a peek at the IIS extensions code didn't help much. Is there a way to have WiX

Re: [WiX-users] Wildcard mappings in IIS?

2008-11-20 Thread Rob Mensching
Wow, wildcard map gave me one exact hit in the WiX.chm. That sounds exactly what you're asking for. -Original Message- From: Will Sullivan [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 09:52 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wildcard mappings in

Re: [WiX-users] Wildcard mappings in IIS?

2008-11-20 Thread Will Sullivan
Zero hits in google... And that is exactly what I needed. Thanks! -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 1:12 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wildcard mappings in IIS?

[WiX-users] multiple license agreements in one installer?

2008-11-20 Thread Roger Yen
Hello all, Is it possible to achieve having a different license agreement for different regions (ie. dropdown box with country list, and selecting a country would show a license agreement in corresponding language, whether it be including all the SLA's in the installer or dynamically retrieve

Re: [WiX-users] Wildcard mappings in IIS?

2008-11-20 Thread Rob Mensching
There is a bug open that the WiX v3 chm is not on the web. Until that bug is fixed, WiX.chm is a good place to search independently. -Original Message- From: Will Sullivan [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 10:17 To: General discussion for Windows Installer XML

Re: [WiX-users] multiple license agreements in one installer?

2008-11-20 Thread Rob Mensching
No native support for that. At the least, you'd need a CustomAction. -Original Message- From: Roger Yen [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 10:16 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] multiple license agreements in one

Re: [WiX-users] Installing ISAPI filter and WebApplicationExtension

2008-11-20 Thread Michael Ballou
Hi Rob, Thanks for the reply. I'm using 3.0.4624 right now. From what I can tell, the WebApplicationExtension element requires a WebSite parent node. I don't want to create a new WebSite, and it seems like it doesn't work if I specify a WebSite for (Default). Is there any way to specify the

Re: [WiX-users] Installing ISAPI filter and WebApplicationExtension

2008-11-20 Thread Rob Mensching
The parent of WebApplicationExtension is WebApplication. I don't see how it requires a WebSite. -Original Message- From: Michael Ballou [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 10:27 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing ISAPI filter

Re: [WiX-users] IIS Content Expiration

2008-11-20 Thread Rob Mensching
I think it works. -Original Message- From: Eitan Behar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 01:52 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] IIS Content Expiration Hi, I want to enable the content expiration on IIS, on the HTTP

Re: [WiX-users] WiX-users Digest, Vol 30, Issue 116

2008-11-20 Thread Michael Ballou
Sorry, I haven't looked at this in a couple days. You're right the parent is WebApplication, but for my ISAPI filter, I want to install it for the entire site, not just a new WebApplication. Both the web service object and web site object allow you to add Script Maps manually in IIS, which it

Re: [WiX-users] what's the custom action name I use to sequence a custom action to process just before/after CreateDatabase activities?

2008-11-20 Thread Robert O'Brien
Same compile time result using ConfigureSql. So looks like Before=CreateDatabase and Before=ConfigureSql both don't work. Odd because my verbose log say executing action CreateDatabase which I would have though mean that's the actual name of the custom action. -Original Message-

Re: [WiX-users] multiple license agreements in one installer?

2008-11-20 Thread Michael Urman
If you're willing to tackle custom UI, I think you could create several superimposed memo controls with conditions to hide or show the one with the right license per the selected language. If you wanted to fetch the text on the fly that would absolutely require a custom action as Rob says, and

[WiX-users] concurrent / parallel builds

2008-11-20 Thread Chris Eldredge
I have a continuous integration server with multiple, unrelated projects. The machine has multiple cores so I let the projects build asynchronously. When 2 instances of light.exe run at the same time, bad things seem to happen. Can anyone confirm or deny that light.exe does something (maybe

Re: [WiX-users] Votive (3.0.4318.0) with VS2005

2008-11-20 Thread David KILLICK
Is anyone able to help me with this ? Votive is listed in the Product details section of the WiX entry of the VS2005's Help / About MS VS ... pop-up dialog that lists Installed products. Here's the snippet I see ... Windows Installer XML Version 3.0 Votive - Windows Installer XML

[WiX-users] Count of items in aListBox

2008-11-20 Thread Vuchuru, Surekha (SBT US EXT)
Hi Everyone, I have two listboxes in a Wix UI. When I select an item on left side listbox and click Add button, that item should be added to the right side listbox. I have written a C++ CA which gets triggered when we select an item and click Add button. I am using WcaAddTempRecord to add that

Re: [WiX-users] concurrent / parallel builds

2008-11-20 Thread Rob Mensching
What version of the WiX toolset are you using? -Original Message- From: Chris Eldredge [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 12:33 To: wix-users@lists.sourceforge.net Subject: [WiX-users] concurrent / parallel builds I have a continuous integration server with

Re: [WiX-users] what's the custom action name I use to sequence a custom action to process just before/after CreateDatabase activities?

2008-11-20 Thread Rob Mensching
ConfigureSql is an old name. New names: InstallSqlData and UninstallSqlData. -Original Message- From: Robert O'Brien [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 12:29 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] what's the custom

Re: [WiX-users] concurrent / parallel builds

2008-11-20 Thread Matt Ziegler
I run a continuous integration server and run multiple installer builds at the same time and haven't received this error before. Are the 2 projects in the same working directory? What version of WiX are you running? Matt On Thu, Nov 20, 2008 at 12:32 PM, Chris Eldredge [EMAIL PROTECTED]wrote:

Re: [WiX-users] Multiple instance patches

2008-11-20 Thread Matt Ziegler
Any insight from anyone? On Wed, Nov 19, 2008 at 2:58 PM, Matt Ziegler [EMAIL PROTECTED] wrote: I've been playing around with installing multiple instances of an application used the InstanceTransforms / element, works quite well. I'm trying to create a patch between 2 versions and apply

[WiX-users] help installing managed queued component

2008-11-20 Thread Sironi, Mark
I'm trying to use wix to install a managed queued component. Currently, I have the install of the COM+ object working correctly but the permissions are not being set correctly for the associated queues. My wix source is as follows: File Id=Evare.TestQueuedComponent.tlb Vital=yes

Re: [WiX-users] Votive (3.0.4318.0) with VS2005

2008-11-20 Thread Justin Rockwood
This looks like a Votive bug and not a configuration issue. Please log a bug for this on the SourceForge site: https://sourceforge.net/tracker2/?group_id=105970atid=642714 Thanks, Justin -Original Message- From: David KILLICK [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008

Re: [WiX-users] correct way to enable commadn line support for defining features/subfeatures that are selected and unselected by default when you step into interactive install UI experience

2008-11-20 Thread Robert O'Brien
Scratch that question and thanks for the reminder/redirection to the msi provided addlocal functionality. From past experience with other installers I recall that addlocal=featureFoo,featureBar sets the feature action choice versus my public property approach I've been using to conditionally

[WiX-users] Light error LGHT0217 occuring often on Win2k8

2008-11-20 Thread Kevin Fischer
I saw a thread on this the other week, but there didn't appear to be a conclusion/resolution. We're using a recent WIX build and regularly see LGHT0217 with various ICE errors on Win2008. It's gotten so problematic we had to temporarily disable ICE validation. Is there a bug tracking

Re: [WiX-users] Count of items in aListBox

2008-11-20 Thread Vuchuru, Surekha (SBT US EXT)
Anyone please? Thanks and Regards, Surekha Vuchuru -Original Message- From: Vuchuru, Surekha (SBT US EXT) [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 2:43 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Count of items in aListBox Hi

Re: [WiX-users] [WiX-devs] Multiple instance patches

2008-11-20 Thread John Nannenga
In your patch generation you need to target the patch for all the product codes [instances] you want it to be applicable to. TargetProductCode Id=PRODUCT_CODE_GUID/ TargetProductCode Id=PRODUCT_CODE_GUID_INSTANCE1/ TargetProductCode Id=PRODUCT_CODE_GUID_INSTANCE2/ Etc... From: Matt Ziegler

Re: [WiX-users] Light error LGHT0217 occuring often on Win2k8

2008-11-20 Thread Rob Mensching
I'm not aware of a bug tracking it. You'd need to follow up with the Windows Installer team. They own the ICEs. -Original Message- From: Kevin Fischer [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 14:43 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Light error

Re: [WiX-users] correct way to enable commadn line support for defining features/subfeatures that are selected and unselected by default when you step into interactive install UI experience

2008-11-20 Thread Rob Mensching
Condition on a Feature? In case you conditionally wanted a Feature to show up in the tree or not. -Original Message- From: Robert O'Brien [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 14:36 To: 'General discussion for Windows Installer XML toolset.' Subject: Re:

Re: [WiX-users] Votive (3.0.4318.0) with VS2005

2008-11-20 Thread David KILLICK
Bug report #2318790 has been lodged. Thanks for confirming it's not a setup problem at my end. -Original Message- From: Justin Rockwood [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 November 2008 14:31 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Votive (3.0.4318.0)

Re: [WiX-users] Light error LGHT0217 occuring often on Win2k8

2008-11-20 Thread Kevin Fischer
Okay. I was the impression from the earlier thread it had do with how light was launching the ICE validation. I'll send a mail to the windows installer folks. From: [EMAIL PROTECTED] To: wix-users@lists.sourceforge.net Date: Thu, 20 Nov 2008 15:26:50 -0800 Subject: Re: [WiX-users] Light

[WiX-users] declaring dependencies between components

2008-11-20 Thread Wim Coenen
Hello wix-users, We have a set of internally developed and 3rdparty software components (native and .NET dlls) at work. The interdependencies between these components are a relatively complex graph, and they change from time to time. I'm looking for a way to make it as easy as possible for

Re: [WiX-users] declaring dependencies between components

2008-11-20 Thread Rob Mensching
I'd use ComponentGroups to group like things together. You can use ComponentGroupRef inside ComponentGroups to get heirarchys. Then you just need ComponentGroupRefs under the right Features and everything should get tied together. -Original Message- From: Wim Coenen [mailto:[EMAIL

Re: [WiX-users] correct way to enable commadn line support for defining features/subfeatures that are selected and unselected by default when you step into interactive install UI experience

2008-11-20 Thread Robert O'Brien
I see so the reason for feature conditions that would adjust level from 0 enabled to 0 disabled would be something like if you wanted to automatically check for a version specific prerequisite and if not present automatically disable that feature option. Do any of the WIXUI_* provided

Re: [WiX-users] Making a program start on Windows startup?

2008-11-20 Thread Rob Mensching
Use the Run registry key. -Original Message- From: Aaron Deadman [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 15:52 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Making a program start on Windows startup? I want my installer to make the program start on windows

[WiX-users] is there a source settings that would cause WixUI_FeatureTree to not display features in order that they are defined in the sources?

2008-11-20 Thread Robert O'Brien
Up until a half hour ago when I started yanking no longer required feature condition statements my WixUI_FeatureTree UI experience was displaying features in the order that they were defined in the sources, e.g. e.g. if this was the order I entered my features in my sources this was the order

Re: [WiX-users] Count of items in aListBox

2008-11-20 Thread Vuchuru, Surekha (SBT US EXT)
Hi Rob, Are there any suggestions from your side? -Original Message- From: Vuchuru, Surekha (SBT US EXT) Sent: Thursday, November 20, 2008 4:45 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Count of items in aListBox Anyone please? Thanks and

Re: [WiX-users] correct way to enable commadn line support for defining features/subfeatures that are selected and unselected by default when you step into interactive install UI experience

2008-11-20 Thread Rob Mensching
No, IIRC the MSI SDK says 0 == disabled/absented/invisibled/like no longer seen, dude. -Original Message- From: Robert O'Brien [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 15:51 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] correct

Re: [WiX-users] Count of items in aListBox

2008-11-20 Thread Richard
In article [EMAIL PROTECTED], Vuchuru, Surekha (SBT US EXT) [EMAIL PROTECTED] writes: Anyone please? I don't know about others, but when I see someone begging for an answer within 2 hours of posting their original question on a free support list where its not people's jobs to answer

Re: [WiX-users] Count of items in aListBox

2008-11-20 Thread Vuchuru, Surekha (SBT US EXT)
OMG !!! I cant belive this, for someone who does not want to help, you are so pretentious. -Original Message- From: Richard [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 6:45 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Count of