Re: [WiX-users] MSBuild Tasks

2006-08-21 Thread Neil Sleightholm
I have raised a request, id 1544363. Could you let me know where the "patch and assignment agreement" is? Neil -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 17 August 2006 16:22 To: Neil Sleightholm Cc: WiX-users Subject: Re: [WiX-users] MSBuild Tasks Neil Sleigh

Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread Derek Cicerone
WiX 2.0 and 3.0. Derek -Original Message- From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 8:23 PM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Detecting .NET Framework version installed > > Also, all the registry searches li

Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread John Vottero
> > Also, all the registry searches listed in the tutorial for > .net can now be > found in the NetFx extension (along with a CA for running > NGen 2.0 on your > assemblies). I strongly recommend using these registry > searches versus your > own (we've even got one for .NET 3.0). > What vers

Re: [WiX-users] optionally decalre default website

2006-08-21 Thread david adams
Don: Is there a standard machine / configuration to which you are targeting the install? David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Don Tasanasanta" <[EMAIL PROTECTED]> >To: >Subject: [WiX-users] optionally decalre default website >Date: Mon, 21 Aug 2006 16:05:04 -0700 >MIME-Ve

Re: [WiX-users] Need Help

2006-08-21 Thread Derek Cicerone
I knew I saw that somewhere. Check out the WiX 3.0 sources for IIsExtension.wxs. If you use WiX 3.0 these registry searches are already defined for you (and also how to use them in a condition). If not, here they are: Der

Re: [WiX-users] Need Help

2006-08-21 Thread Michael Osmond
Where did you look in the Windows Registry? My understanding is you should be able to go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp in the registry. There is then a MajorVersion and MinorVersion value you can use to check which version is installed Michael -Original Message- From

[WiX-users] Need Help

2006-08-21 Thread Petrut Andrei
Hi. Please help me with something: I need to detect whether IIS is installed on the computer or not. I tried looking in the windows registry , but it didn't work. Do you have any ideas? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

[WiX-users] optionally decalre default website

2006-08-21 Thread Don Tasanasanta
Is there a way to optionally declare the default website?   I have an install where one of the features creates a virtual directory. Do create my virtual directory I first create an association with the default website  

Re: [WiX-users] 2 License in 1 ScrollableText Control

2006-08-21 Thread JosephMM
The problem is that you're using a ScrollableText Control. The Text attribute unfortunately does not accept embedded properites (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/scrollabletext_control.asp). This is the exact same problem I have. I'm trying to write a cust

[WiX-users] WcaAddTempRecord with ScrollableText

2006-08-21 Thread JosephMM
Since the Text attribute does not accept properties I was hoping to use a Custom Action to adjust the text based on the value of a bunch of public properties. I was looking through the Wix Tutorial(http://www.tramontana.co.hu) and found a Custom Action that was changing some Text of a ListBox(http

Re: [WiX-users] FW: Re: [Bug #1498645 ] Configure IIS error on 2.0.4126(Update)

2006-08-21 Thread david adams
So far, I have always used the Votive installations and the binaries that are included within those releases. This is the first time that I have "mixed-and-matched" wixlib files from different releases. David Adams MSN MessengerID: [EMAIL PROTECTED] >From: "Derek Cicerone" <[EMAIL PROTECTE

Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread Derek Cicerone
I just looked at those conditions and I'd like to add one more thing: please always add "Installed OR" to any launch condition. The launch conditions are always run during an installation activity (such as reinstall and uninstallation). So given the examples below, if a user uninstalls the .net f

Re: [WiX-users] FW: Re: [Bug #1498645 ] Configure IIS error on 2.0.4126(Update)

2006-08-21 Thread Derek Cicerone
I believe that's how the extensions work in 2.0. What part of those steps is a workaround? Thanks, Derek -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: Monday, August 21, 2006 9:12 AM To: wix-users@lists.sourceforge.net Subject: [WiX-u

Re: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126 (Verbose Output)

2006-08-21 Thread Derek Cicerone
That's the problem right there - I noticed the version of the toolset you are using is a bit old - please try the latest weekly release of 2.0 to see if that fixes the issue. If not, please open a bug with the log information below - it looks like the CA is not properly handling a machine with man

Re: [WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread Alexander Biryukov
See WiX tutorial : http://www.tramontana.co.hu/wix/lesson6.php On Mon, 21 Aug 2006 20:23:11 +0400, Harvey Werner <[EMAIL PROTECTED]> wrote: > I am still a newbie to WiX and would like to know the best way using WiX > to detect what version of .NET framework is installed on a local > machine.

[WiX-users] Detecting .NET Framework version installed

2006-08-21 Thread Harvey Werner
I am still a newbie to WiX and would like to know the best way using WiX to detect what version of .NET framework is installed on a local machine. The install needs to detect if .NET 2.0 is installed or not.   Can someone please point me in the right direction?   Thanks. -- Harvey Werner / [

[WiX-users] FW: Re: [Bug #1498645 ] Configure IIS error on 2.0.4126(Update)

2006-08-21 Thread david adams
All: I copied the 2.0.3309.0 sca.wixlib (and dlls) into my [candle / light] 2.0.4221.0 version bin folder from a binary zip file. I was able to successfully build the MSI file implementing both my IIS and MessageQueue related functionalities. It turned out to be an acceptable workaround for m

Re: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126 (Verbose Output)

2006-08-21 Thread david adams
Derek: I am copying the relevant section of the output. It appears the the problem occurs in ConfigureIIS. The first reported failure is in "Insufficient buffer" error. David Adams MSN MessengerID: [EMAIL PROTECTED] Action ended 10:29:26: InstallFiles. Return value 1. Action 10:29:26: Confi

[WiX-users] Timeline for WiX 3.0 or How long before it is stable?

2006-08-21 Thread Dana Gutride
I've been eagerly watching the developments on WiX 3.0 and noticed recently that the emphasis in some of the posts has been on preparing to make this a stable release.  Our next product release is slated for early 2007 and I would like to transition to WiX 3.0.  Is it too soon to begin the transit

[WiX-users] Votie and WixUIExtension

2006-08-21 Thread Carlos Alberto Costa Beppler
How to use WixUIExtension inside Votive3? - 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 easier Download IBM WebSphere Applica

Re: [WiX-users] [Bug #1498645 ] Configure IIS error on 2.0.4126

2006-08-21 Thread Nordvik, Christer
Wrong IIS port can cause this problem (experience from hours of frustration). -Christer -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Derek Cicerone Sendt: 21. august 2006 01:51 Til: 'david adams'; wix-users@lists.sourceforge.net Emne: Re: [WiX-users