Re: [WiX-users] Light error LGHT0204 : ICE83: Both MsiPublishAssemblies AND MsiUnpublishAssem blies actions MUST be present in InstallExecuteSequence table.

2014-08-26 Thread Rob Mensching
Yes, that Merge Module sounds busted. You can work around by adding those actions yourself. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: Uday [mailto:uday.kalha

Re: [WiX-users] Light error

2011-03-21 Thread Wilson, Brian
In my NAnt task I added " before and after the WiX variable. Before the change: After the change: This fixed my problem.   Thank you,   Brian Wilson Programmer Analyst, Associate Department of Human Resources - Administrative Services Email: brian.wil...@dhr.alabama.gov

Re: [WiX-users] Light Error LGHT0001 on custom table with binary column

2010-10-27 Thread Rob Mensching
Light doesn't support custom tables with binary columns. You can use a foreign key reference to the Binary table instead. On Sun, Oct 24, 2010 at 12:36 AM, Eric Schultz wrote: > I'm getting an error from light when I build a wix project that has a > custom > table with a binary column. The error

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-17 Thread Bob Arnson
On 17-Sep-10 03:23, Renegade Angel wrote: > kind of upgrade problems could I run into exactly ? IDs must be stable. -- sig://boB http://joyofsetup.com/ -- Start uncovering the many advantages of virtual appliances an

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-17 Thread Renegade Angel
The bug report can be found here: https://sourceforge.net/tracker/?func=detail&aid=3068533&group_id=105970&atid=642714 What kind of upgrade problems could I run into exactly ? Thanks in advance. JB 2010/9/15 Bo

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-15 Thread Bob Arnson
On 14-Sep-10 09:21, Renegade Angel wrote: > -> If key exists in hashtable generate a new key (actually I just append _1, > _2, ... if necessary) and change it in setup.wixobj You've almost guaranteed you can't patch and will run into upgrade problems. Can you open a bug on the underlying probl

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-14 Thread Renegade Angel
> From: Renegade Angel [renegade.an...@gmail.com] > Sent: Monday, September 13, 2010 7:34 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Light error for COM dll with multiple prog id's > for thesame class > > The function GenerateId

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Bryan Reich
d the build process can opine on that. -- Bryan From: Renegade Angel [renegade.an...@gmail.com] Sent: Monday, September 13, 2010 7:34 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Light error for COM dll with multiple

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Renegade Angel
the class element in the wix to > work around the bug. > -- > Bryan > > > From: Pally Sandher [pally.sand...@iesve.com] > Sent: Monday, September 13, 2010 6:33 AM > To: General discussion for Windows Installer XML toolset. > Subject:

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Bryan Reich
ug. -- Bryan From: Pally Sandher [pally.sand...@iesve.com] Sent: Monday, September 13, 2010 6:33 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class Ah my apologies. I haven't

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Pally Sandher
nal Message- From: Renegade Angel [mailto:renegade.an...@gmail.com] Sent: 13 September 2010 13:25 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class As it appears I'm already using heat with the -

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Renegade Angel
As it appears I'm already using heat with the -suid switch. The reg06989... seems to be an id that is generated by candle, I can only find it in setup.wixobj. Should I post process the obj file and change certain id's and enforce uniqueness to fix this ? Thanks, JB 2010/9/13 Pally Sandher > Tr

Re: [WiX-users] Light error for COM dll with multiple prog id's for thesame class

2010-09-13 Thread Pally Sandher
Try using the -suid switch when you run heat to get more readable ID's generated rather than 'reg06989E0C50B7888525E711A46A9A609B'. The code you've pasted isn't the problem. The error message says you've got duplicated Id's in the RegistryTable, it has nothing to do with Class & Prog Id's. Make sur

Re: [WiX-users] Light error with 3.5.2020

2010-08-24 Thread Wheeler, Blaine (DSHS/DCS)
Perfect - I had forgotten about your post since I do so few dialogs -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Tuesday, August 24, 2010 8:00 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Light error with 3.5.2020 On 23-Aug-10 16:57

Re: [WiX-users] Light error with 3.5.2020

2010-08-24 Thread Bob Arnson
On 23-Aug-10 16:57, Wheeler, Blaine (DSHS/DCS) wrote: > C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ResumeDlg.wxs(18 > ) : error LGHT0197 : The Windows Installer XML variable > !(wix.WixUICostingPopupOptOut) is unknown. Please ensure the variable > is declared on the command line for

Re: [WiX-users] Light error LGHT0217 occuring often on Win2k8

2008-11-20 Thread Kevin Fischer
Okay. I was the impression from the earlier thread it had do with how light was launching the ICE validation. I'll send a mail to the windows installer folks.> From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Date: Thu, 20 Nov 2008 15:26:50 -0800> Subject: Re:

Re: [WiX-users] Light error LGHT0217 occuring often on Win2k8

2008-11-20 Thread Rob Mensching
I'm not aware of a bug tracking it. You'd need to follow up with the Windows Installer team. They own the ICEs. -Original Message- From: Kevin Fischer [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 14:43 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Light error L

Re: [WiX-users] light error

2008-11-10 Thread Brian Rogers
Did you consult the Windows Installer SDK? It has a full reference for all of the ICEs. Here is the page about ICE39: http://msdn.microsoft.com/en-us/library/aa368962.aspx ## $_='^#(/||/@[EMAIL PROTECTED]@:^[-['^";@@@\\>])@.". "{)/];)^{";$,+=(++$,);$_.=">&$,"

Re: [WiX-users] Light Error 0017? How to get more info?

2007-12-07 Thread Jim Williams
I don't believe you need to have more than one cab file per media element. Each media element can point to the same physical disk (that is, using the same disk label and disk prompt). In one of my setups I have 10 cab files (they came from separate merge modules) and they are all on one disk. Ji

Re: [WiX-users] Light error LGHT0204 Invalid format string when using XmlFile element

2007-11-29 Thread Bob Arnson
charango wrote: > Action="setValue" > ElementPath="/configuration/appSettings/[EMAIL > PROTECTED]'ServiceLocation']/@value" > File="[INSTALLLOCATION]\sample.config" Value="[SERVICELOCATION]"/> > You have to "escape" the brackets in your XPath. See http://msdn2.microso

Re: [WiX-users] Light error

2007-05-04 Thread Bob Arnson
jrcolons wrote: > I try to build my wix project on VS 2005 and after half an hour or so i get > the message: > Light.exe" exited with code -532459699 > I can't figure out how to avoid it, nor what causes it > It's impossible to say without more detail: What's the complete error message and sta

Re: [WiX-users] Light Error and Merge Modules

2007-04-09 Thread Eddleman, Don
@lists.sourceforge.net Subject: Re: [WiX-users] Light Error and Merge Modules Eddleman, Don wrote: I am getting light error 0129 (cannot open the merge module) when a merge module is trying to be loaded. The msm is present in the directory so I was wondering what normally causes this error? It

Re: [WiX-users] Light Error and Merge Modules

2007-04-09 Thread Bob Arnson
Eddleman, Don wrote: I am getting light error 0129 (cannot open the merge module) when a merge module is trying to be loaded. The msm is present in the directory so I was wondering what normally causes this error? It's a generic message for any failure to access the merge module other tha

Re: [WiX-users] Light error

2007-02-22 Thread Bob Arnson
Jitesh Bhate (Schakra Inc) wrote: I am getting one more error light.exe : error LGHT0100 : File of type 'Binary' with name 'scaexec.dll' could not be found. Where does this 'scaexec.dll' I can get and where these I need to place it while linking scaexec.dll needs to be in the same di

Re: [WiX-users] Light error

2007-02-22 Thread Jitesh Bhate (Schakra Inc)
Rob Mensching Sent: Wednesday, February 21, 2007 5:06 PM To: Jitesh Bhate (Schakra Inc); 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] Light error Those libraries are needed if you do things like modify WebSites or Virtual Directories (sca.wixlib) and edit XmlFile (wixca.wix

Re: [WiX-users] Light error

2007-02-21 Thread Jitesh Bhate (Schakra Inc)
Thanks Rob, this works And unresolved errors gone now related with wixlib Regards Jitesh -Original Message- From: Rob Mensching Sent: Wednesday, February 21, 2007 5:06 PM To: Jitesh Bhate (Schakra Inc); 'wix-users@lists.sourceforge.net' Subject: RE: [WiX-users] Light er

Re: [WiX-users] Light error

2007-02-21 Thread Rob Mensching
Those libraries are needed if you do things like modify WebSites or Virtual Directories (sca.wixlib) and edit XmlFile (wixca.wixlib). You need to pass the appropriate .wixlib to light.exe on the command-line. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jitesh Bhate (Schakra

Re: [WiX-users] LIGHT Error - Dup Registry Key

2006-10-06 Thread Douglas Watts
Never mind.  I was a little too quick on the trigger on this one.  It was already discussed in the users list and I found the answer.   __ Doug Watts Advectis, Inc. Direct:    678.460.4605 Cell:    770.314.6704   The #1 Network for Mortgage Docu

Re: [WiX-users] Light error 0216

2006-08-30 Thread Darrel Miller
iller'; [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Light error 0216   What happens if you pass -sval when running light?  I’m wondering if you don’t even have permission to run installations (which validation kinda is one) on that machine.   Derek  

Re: [WiX-users] Light error 0216

2006-08-30 Thread Derek Cicerone
What happens if you run MSI validation from within Orca?   From: Darrel Miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 1:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Light error 0216   Adding the

Re: [WiX-users] Light error 0216

2006-08-30 Thread Derek Cicerone
PROTECTED]; [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Light error 0216   Hi Rob,   Win2K3 R2 Enterprise Edition Service Pack 1   Windows ® Installer. V 3.01.4000.1830   Running under VMWare Server.   Darrel   From: Rob Mensching [mailto:[EMAIL

Re: [WiX-users] Light error 0216

2006-08-30 Thread Darrel Miller
wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Light error 0216   Are you building on Win2k3?  If so, what version of the Windows Installer do you have on the machine?     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrel Miller Sent: Wednesday, August 30, 2006 12:34

Re: [WiX-users] Light error 0216

2006-08-30 Thread Rob Mensching
Subject: Re: [WiX-users] Light error 0216   Hi Derek,   Here are the details:   When the following command is executed,   C:\Build\TM2Client\Development\Sources\TM21\WixInstaller>C:\bin\wix\wix-3.0.2015.0-binaries\light -out test.msi obj\release\product.wixobj   the following error occ

Re: [WiX-users] Light error 0216

2006-08-30 Thread Darrel Miller
AIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Light error 0216   Very hard to say what’s causing that without more information.  Especially for the Win 32 exceptions, the output is vital to figuring it out.   Derek   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

Re: [WiX-users] Light error 0216

2006-08-30 Thread Derek Cicerone
@lists.sourceforge.net Subject: Re: [WiX-users] Light error 0216   This error is reproducable in the latest 3.0.2015 release.  However, you need to be running using a non-administrator account to see it.  I discovered it while trying to integrate wix with the TFS build.  The TFS build runs

Re: [WiX-users] Light error 0216

2006-08-30 Thread Darrel Miller
This error is reproducable in the latest 3.0.2015 release.  However, you need to be running using a non-administrator account to see it.  I discovered it while trying to integrate wix with the TFS build.  The TFS build runs under a domain account called TFSService that is not a local administrator.

Re: [WiX-users] Light error 0216

2006-08-15 Thread Derek Cicerone
-users@lists.sourceforge.net Subject: Re: [WiX-users] Light error 0216   I tested the same files with version 2.0.3309.0 and I didn't have any problems.  Just FYI for those of you using 3.0.1821.0     Diego Cadenas Web Application Developer www.bsecure.com 850.275.1010 xt

Re: [WiX-users] Light error 0216

2006-08-15 Thread Diego Cadenas
Title: Message I tested the same files with version 2.0.3309.0 and I didn't have any problems.  Just FYI for those of you using 3.0.1821.0     Diego Cadenas Web Application Developer www.bsecure.com 850.275.1010 xt.7208  Phone 850.362.4303 xt.7501  Fax     -- Internet Email Confiden