Re: [WiX-users] Duplicate Messages & Bounces to wix-users

2008-05-23 Thread Willie Burton
It's happen to me today. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Holder Sent: Friday, May 23, 2008 3:16 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Duplicate Messages & Bounces to wix-users Not sure if this type of message is appropriat

[WiX-users] Default UI images

2008-05-23 Thread Willie Burton
I'm getting bounces from my email server, so I'll try again.. Where can I find the default UI Images? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.co

[WiX-users] installing services with wix

2008-05-13 Thread Willie Burton
Is there a way besides using a custom action to do this? - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___

Re: [WiX-users] Compilation problem

2008-05-07 Thread Willie Burton
Did you add the WixUiExtension.dll reference to your project? *Project --> Add Reference --> Browse Tab --> WixUiExtension.dll --> Add --> OK Is there a somewhere? *Place it as a child element of Product -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [WiX-users] Using WixUI_InstallDir with Visual Studio 2005

2008-04-24 Thread Willie Burton
Did you add the WixUIExtension.dll reference? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Andersen Sent: Thursday, April 24, 2008 2:33 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Using WixUI_InstallDir with Visual Studio 2005 I'm trying to u

Re: [WiX-users] Multiple entries in ARP on upgrade

2008-04-21 Thread Willie Burton
oducts. Return value 1. Good Call Chad. Thanks. _ From: Chad Petersen [mailto:[EMAIL PROTECTED] Sent: Monday, April 21, 2008 4:20 PM To: Willie Burton Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Multiple entries in ARP on upgrade Couple of other things to check.

Re: [WiX-users] Multiple entries in ARP on upgrade

2008-04-21 Thread Willie Burton
:18: RemoveExistingProducts. Return value 1. _ From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Saturday, April 19, 2008 9:13 PM To: Willie Burton Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Multiple entries in ARP on upgrade Willie Burton wrote: The upgrade Id

Re: [WiX-users] Multiple entries in ARP on upgrade

2008-04-18 Thread Willie Burton
Looks like that bounces back a dialogue telling me I laready have another version of this product installed and them the installer quits. Thanks for the response though. _ From: Reid Siglin [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2008 3:27 PM To: Willie Burton Subject: RE

[WiX-users] Multiple entries in ARP on upgrade

2008-04-18 Thread Willie Burton
WiX and MSI noob here. The install I've made is meant to be a upgrade to a previous MSI that was not done in WiX and dark doesn't work on it.here's what I'm using to do the upgrade: ---