[WiX-users] Peculiar Problem - Installing Satellite Assemblies to the GAC

2010-08-12 Thread Vijai Kalyanapasupathy
Hi All, I have an interest problem that I have not really found the answer to elsewhere. I have a Wix project that is installing five different satellite assemblies to the GAC. The main assembly is also GAC'ed. All the assemblies (including the satellite assemblies) are strong-named. I asked

[WiX-users] ICE38 ICE43 Errors

2010-08-10 Thread Vijai Kalyanapasupathy
I have looked around all day for solutions to this issue, but I couldn't find anything that actually worked. Here is what I had originally:- DirectoryRef Id=DesktopFolder Component Id=SkyAdminDesktopShortcut Guid=E69C9AAC-3BB5-4730-B65A-976923D69821 Win64=$(var.is64bit)

Re: [WiX-users] error LGHT0004 : The wixObject element contains an unexpected attribute 'src'.

2010-08-05 Thread Vijai Kalyanapasupathy
in a clean build (no matter the order in which projects are built) unless the different projects are each using different builds of WiX. -Original Message- From: Vijai Kalyanapasupathy [mailto:vkal...@microsoft.com] Sent: Wednesday, August 04, 2010 11:12 AM To: wix-users@lists.sourceforge.net

[WiX-users] error LGHT0004 : The wixObject element contains an unexpected attribute 'src'.

2010-08-04 Thread Vijai Kalyanapasupathy
Hi All, I recently upgrade our build toolset. Once I did that (most likely because we moved from an older version of Wix), I started receiving this error in a couple of projects. I initially though it might be due to a race condition (dependent projects being built later), but it looks more

[WiX-users] FW: How to compute parent directory of file path?

2009-07-23 Thread Vijai Kalyanapasupathy
Hello All, I am creating an installer to install extensions to a service. The extensions are just assemblies and related files that are dropped in the same directory as the service executable. The service installation does not create any registry settings to indicate where the service is

[WiX-users] Paths In DirectorySearch

2008-10-28 Thread Vijai Kalyanapasupathy
Does the content of the Path attribute to the DirectorySearch element in Wix have any inherent limitation? Doing this Property Id='VS08EXISTS' DirectorySearch Id='Check08Dir' Path='[VS08IDE]\..\..\VC#\CSharpProjectItems'/DirectorySearch /Property elicits an error in the log