Re: [WiX-users] Getting Duplicate Entries in Add/Remove Programs

2013-09-20 Thread Daniel Sniderman
hatever you used to set the ALLUSERS property) must be the same as the already installed product. A verbose log should tell you which, and the ProductVersion comment about "other installers" is not relevant if they were not MSI setups, see the link there. Phil Wilson On Fri

Re: [WiX-users] Getting Duplicate Entries in Add/Remove Programs

2013-09-20 Thread Daniel Sniderman
sider using the element instead of handcrafting your own Upgrade entries. On 9/19/13 5:11 PM, Daniel Sniderman wrote: > Not sure what I'm doing wrong. Here's my XML, I've tried other suggestions > I've found on this list, Stack Overflow etc - but nothing I do make

[WiX-users] Getting Duplicate Entries in Add/Remove Programs

2013-09-19 Thread Daniel Sniderman
Not sure what I'm doing wrong. Here's my XML, I've tried other suggestions I've found on this list, Stack Overflow etc - but nothing I do makes a difference. Thanks! http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>

Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-21 Thread Daniel Sniderman
uninstall... -Original Message- From: Daniel Sniderman [mailto:dani...@magenic.com] Sent: Wednesday, March 21, 2012 1:08 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn SQL Express Install Fails 0x84b4 Those links were for different errors - that he

Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-21 Thread Daniel Sniderman
e the right parameters. > > I suspect you will at least need to add the > /IACCEPTSQLSERVERLICENSETERMS parameter. > > -Original Message- > From: Daniel Sniderman [mailto:dani...@magenic.com] > Sent: 21 March 2012 02:48 > To: wix-users@lists.sourceforge.net > Subj

[WiX-users] Burn SQL Express Install Fails 0x84b40000

2012-03-20 Thread Daniel Sniderman
I'm trying to use Burn to Chain a SQL Express Install with my application and I'm getting what appears to be a generic error code - I can't find anything specific as to what the actual failure is. If I run the install from the command line with the same parameters it's failing... http://schem

Re: [WiX-users] Migration from VS Setup Project to WIX - not uninstalling

2012-03-16 Thread Daniel Sniderman
s that the older install could have per user (or per system) and your upgrade is the opposite. Phil W -Original Message----- From: Daniel Sniderman [mailto:dani...@magenic.com] Sent: Friday, March 16, 2012 9:47 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Migration from VS Setup

[WiX-users] ICE64 Validation - Bug?

2012-03-14 Thread Daniel Sniderman
If I don't check "Supress ICE Validation" - I get an ICE64 as shown below. I can't seem to get rid of it no matter what I try. I don't get the ICE64 error when I run the installer. Error 310 ICE64: The directory AppData_Microsoft is in the user profile but is not listed in the RemoveFil

Re: [WiX-users] Generated MSI Name

2012-01-12 Thread Daniel Sniderman
ssumes that the name is generated before the solution begins building. Edwin G. Castro Software Developer - Staff Digital Channels Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com P Please consider the environment before printing this e-mail > -Original Message----- > F

[WiX-users] Generated MSI Name

2012-01-12 Thread Daniel Sniderman
I see that it's set in the Designer as "Output Name" which is a MSBuild Property. Is there any way (other than having the build edit the .wixproj or copy/rename after the it's generated) to change the output MSI? Thanks Daniel P. Sniderman| Sr Consultant| Magenic MCSD.NET, MCTS: Team Foundatio

Re: [WiX-users] Conditionally Include based on Build Configuration

2012-01-10 Thread Daniel Sniderman
$(CitrixInstall); -Original Message----- From: Daniel Sniderman [mailto:dani...@magenic.com] Sent: Tuesday, January 10, 2012 1:25 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Conditionally Include based on Build Configuration No licensing issues - just suppor

Re: [WiX-users] Conditionally Include based on Build Configuration

2012-01-10 Thread Daniel Sniderman
Original Message- From: Daniel Sniderman [mailto:dani...@magenic.com] Sent: Tuesday, January 10, 2012 1:41 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Conditionally Include based on Build Configuration If by that you mean a command line property set wh

Re: [WiX-users] Conditionally Include based on Build Configuration

2012-01-10 Thread Daniel Sniderman
ntime property when msiexec is called, like "ConfigurationToBuild". Then you can use the value of that property to determine what to install, etc. I've had success with that approach personally. -Original Message- From: Daniel Sniderman [mailto:dani...@magenic.com] Sent: Tuesday,

[WiX-users] Conditionally Include based on Build Configuration

2012-01-10 Thread Daniel Sniderman
I'm working on automating our Build - and migrating from VS Setup to WIX. We have a Windows Forms Application that has two different Configurations - One to Deploy to Citrix Servers and another for occasionally connected Laptop Users (plus several "environments" dev/qa/prod etc) For the two dif

[WiX-users] Assembiles FROM the GAC

2012-01-06 Thread Daniel Sniderman
I'm just started digging into WIX this week - sorry if this is answered before - but searching hasn't been successful. This is part of a migration from Visual Studio Setup Projects to WIX. I used dark to reverse engineer the MSI - and there are several assemblies that the Setup Project Identif