Re: [WiX-users] Adding records to MSI on the fly

2007-02-09 Thread carlldev
To get the installation to work you will need to specify the port aswell. To do this use a property: WebSite Id=DefaultWebSite Description=[TARGETWEBCOMBO] WebAddress Id=AllUnassigned Port=[TARGETWEBPORT] / /WebSite To get the port of the selected site should be easy when you use this:

[WiX-users] When is WIX V3 declared stable?

2007-02-09 Thread Traits Zhang
Hi All, When is WIX V3 declared stable? Feb, Mar or ...? Thanks Traits - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

Re: [WiX-users] When is WIX V3 declared stable?

2007-02-09 Thread Rob Mensching
Depends what you mean exactly by stable. Do you mean 1. No more major changes, just some bug fixes remaining or 2. Done, no more changes expected.? 1. Probably more towards October 2007. 2. Probably more towards June 2008. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[WiX-users] Event Logging from an Installer

2007-02-09 Thread Vidhya Sagar Bhogavalli (Infosys Technologies Ltd)
HI all, I've created a windows installer using WIX. When the installer fails, it throws an Information message onto the event log with error code 11708 and error message is: Product - Product Name - Installation Failed. But I want this message to be shown as an error message rather than an

Re: [WiX-users] Event Logging from an Installer

2007-02-09 Thread Rob Mensching
The Windows Installer creates that event. You technically speaking could write events from a CustomAction in your MSI but (AFAIK) you can't prevent that informational event from being added. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vidhya Sagar Bhogavalli (Infosys

Re: [WiX-users] Wix3 question

2007-02-09 Thread Rob Mensching
Take a look at the MSI SDK for ICE64. It'll discuss what the ICE means and should provide tips to fix it. You didn't see this in WiX v2 because validation wasn't built in back then. If you ran validation (like through Orca) on your old MSI, you should see the same error. -Original

Re: [WiX-users] Votive under VS2005 reports This installation is forbidden by system policy when running as LUA

2007-02-09 Thread Rob Mensching
Validation (which is executed by default) starts up the Windows Installer engine. If you have the Windows Installer engine disabled, validation will always fail. You'd want to suppress validation (-sval) or allow the Windows Installer engine to run. Of course, validation can catch some

Re: [WiX-users] ICE03 String overflow

2007-02-09 Thread Rob Mensching
It's an ICE error. You really should fix it. It isn't hard in this case, just shorten the File/@Id. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Seifert Sent: Wednesday, February 07, 2007 1:56 PM To: wix-users@lists.sourceforge.net Subject:

Re: [WiX-users] Letting user select network service or domain account for WebAppPool custom action

2007-02-09 Thread Rob Mensching
I've made a fix in very recent WiX v2 build to support using NT AUTHORITY\NETWORK SERVICE as the User for an AppPool and have the correct thing happen under the covers. If you get the latest WiX v2 build, you should see this working. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[WiX-users] 約束の件だけど

2007-02-09 Thread 由佳
私です、由佳です。 ここならいいと思って。いいですよね。。 招待カードを受け取ってください。 http://www.star-lightz.com/mcomf/a442yuka 絶対ですよ、来てね。 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

[WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread dave_c
I actually have two questions relating to this, not sure if I should post one question seperately though I have broken my installer down into having two features, CLIENT and SERVER. What I want to happen is when I install the client feature, upon completion it runs another small installer to

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread david adams
Is this function that can be accomplished using the Feature elements? Do you want your Install User to select particular features or do you envision something like a custom dialog that allows them to select Client or Server? Pending their selection on the custom dialog, the correct set of

Re: [WiX-users] Directory xxx is in the user profile but is not listed in the RemoveFile table

2007-02-09 Thread Rob Hamflett
You need to put the component underneath the DASHB folder, or specify DASHB as the value for [EMAIL PROTECTED] The Id is just a unique id for that RemoveFolder entry. Rob dave_c wrote: I have just built a msi file. When I run it rhough Orca I see the following error messages The

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread dave_c
Basically the user would select to install the Client software from the Feature Selection screen Once all the client software has been installed it would then perform a post install action to install the seperate installer (svgview.exe which is an installer in itself) If adding the svgview.exe

Re: [WiX-users] Directory xxx is in the user profile but is not listed in the RemoveFile table

2007-02-09 Thread dave_c
When I tried inserting I get the following message when compiling Directory Id=ProgramMenuFolder Name=PMenu LongName=Programs Directory Id=AGI Name=AGI LongName=Agilent Directory Id=DASHB Name=DASHB LongName=Agilent Business Dashboard Directory

[WiX-users] Uninstall States, RemoveFiles, and customactions

2007-02-09 Thread Brent B. Powers
I have a driver within my installer that is updated much less often than the application itself. The driver requires a CA for installation and uninstallation. It also has a couple of RemoveFile elements I would prefer that the CA's not be executed when upgrading the application, but rather only

Re: [WiX-users] Default REINSTALLMODE for repair

2007-02-09 Thread Bob Arnson
Johan Appelgren wrote: Anyways, we're already using a custom WixUIExtension, abused localization to make the sidebar bitmap width configurable, so I've made ReinstallMode configurable the same way. You could also do it with WixVariables -- see WixUI_Advanced for how we're doing some stuff

Re: [WiX-users] Upgrade

2007-02-09 Thread Bob Arnson
Leila Lali (Excell Data Corporation) wrote: No I have same product ID and same upgrade code for package. I just want to change the version and my features are not going to change too. I think it means minor upgrade so questions are: In an earlier message you said your features were being

Re: [WiX-users] Removing Patch software

2007-02-09 Thread Bob Arnson
dave_c wrote: I downloaded the Stable 2.0 version from the wix page (file is listed as 2.0.4820.0) I used a recent weekly build of WiX v3. I then downloaded the SDK from the link on the wix web page which took me to the SDK download section. I downloaded the x86 sdk (verson listed as

Re: [WiX-users] Getting started with VS2005 Express Edition and WiX

2007-02-09 Thread Bob Arnson
Harry Liljeström wrote: I have found some information of Votive build and Nant build. Votive is a VS package which allows to create WiX setup projects using the Visual Studio IDE. But this is not working in Express Edition? The Express editions of Visual Studio don't support third-party

Re: [WiX-users] Change feature install level

2007-02-09 Thread Bob Arnson
Stefan Seifert wrote: But my problem still remains, I don't really know how to set the value for a property from a SelectionTree. If component A or B will be installed, so the property holds the right value. You need to set the property, such as with a custom action. You can use the

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread Wilson, Phil
Not marked for installation means that the custom action can't run because the target file isn't going to be installed. That could be a consequence of your feature/component arrangement, although sometimes you get it if there is an existing file of an equal or higher version so the one in your

Re: [WiX-users] Upgrade

2007-02-09 Thread Leila Lali (Excell Data Corporation)
Yes you are right. I finally get that I need to do major upgrade and it fixes my problem. Another question is if I do major upgrade and change produce code, Is there any way to prevent lower version to install when upper version is already installed without changing the lower version msi?

[WiX-users] String Format

2007-02-09 Thread Leila Lali (Excell Data Corporation)
Hi, I need to show an error message for a custom action and the message that I have is like The product '[2]' ... It seems that I need to pass parameter to show this error. Or set the value of [2] some where. Does any body knows how I can pass parametr to a string? Thanks Leila

Re: [WiX-users] WiX COM+ help

2007-02-09 Thread Fredrik Grohn
The answer to that is unfortunately that it is currently not supported. In order the run the application under the Network Service account it needs to also run as a service, and that cannot be set in the current version of the COM+ CA's. I believe there is a feature request of a bug open at SF

Re: [WiX-users] Letting user select network service or domain account for WebAppPool custom action

2007-02-09 Thread Matt Hoover (VSNC)
I ended up going a different route. I created two components, one that installed the app pool as a domain user, and the other that installed the app pool as Network Service. Then I used conditions to make sure that only one of the two components were installed. Thanks for your help, --matt