[WiX-users] Check user credentials

2006-10-21 Thread John Ludlow
Hi guys,   This is not specifically a WiX question, but a general MSI CA question.  I need to validate a username and password for a Windows Account (actually for the service I'm installing to log in as).  Now, the way I'm doing this at the moment is to use the C++ function LogonUser().  However, o

Re: [WiX-users] Checking for .NET 2.0 or 1.1 installed

2006-10-21 Thread Mike Dimmick
Actually the necessary code is already in 2.0.4415.0. The same syntax is used to reference the property, but instead of specifying   candle -ext NetFxExtension my.wxs light -ext NetFxExtension my.wixobj   you need to link with netfx.wixlib instead:   candle my.wxs light my.wixobj netfx.wixlib

Re: [WiX-users] Checking for .NET 2.0 or 1.1 installed

2006-10-21 Thread John Watson
I haven't had to do this yet Reggie but if you were to grab the V3 source and search for whatever robmen showed, you could possibly do this yourself in V2.   John  On 10/20/06, Reggie Burnett <[EMAIL PROTECTED]> wrote: >> > 1.  (*) text/plain  ( ) text/html> >> > What's the easiest way to c

Re: [WiX-users] Configuring Web Site

2006-10-21 Thread Simon Burgess
I use 2.0.4415 and I see this bug also, when you change the port number of a website then try and uninstall or upgrade, you get the error mentioned -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams Sent: 20 October 2006 21:41 To: wix-users@lists.

[WiX-users] Trying to create a Major upgrade with V3 (bug?)

2006-10-21 Thread Jarl Friis
Hi. Using V3, I have code similar to the one found in Wix Product.wxs: However, when building I get: Error LGHT0094: Unresolved reference to symbol 'WixAction:InstallExecuteSequence/RemoveExistingProducts' in section 'Product:{D0B02D6A-6ED6-42A0-BAAD-E62D32579D47}'. Anyone got a c