[WiX-users] Windows Service Event Log Source set to 'Service1'

2009-04-15 Thread Murray Hipper
Hi, I have created a windows service using the Service Install and Service Control tags as below. Component Id=Engine_Engine Guid=* File Source=Engine.exe / !-- Service Orientated -- ServiceInstall Id=EngineService Name=Engine

[WiX-users] Large installer and disk space requirements

2009-04-15 Thread Suraj Sudhakaran
Reposting... I have a 1.3 GB MSI installer. When I begin installing it , it copies itself to %TEMP% and C:\Windows\Installer directory. This increases the disk space required on C: by 2.6 GB apart from the space required for actual installation. Is there a way to prevent the copying of

Re: [WiX-users] Large installer and disk space requirements

2009-04-15 Thread Suraj Sudhakaran
Reposting... I have a 1.3 GB MSI installer. When I begin installing it , it copies itself to %TEMP% and C:\Windows\Installer directory. This increases the disk space required on C: by 2.6 GB apart from the space required for actual installation. Is there a way to prevent the copying of

[WiX-users] WixAssignCulture parameter missing

2009-04-15 Thread David Bartmess
I just upgraded to v3.5207 and all of a sudden I'm getting the following error. Does anyone know what's causing this? I haven't changed the source code between the previous version of wix and this one... Thanks! Error 2 The WixAssignCulture task's outputs could not be retrieved from the

Re: [WiX-users] WixAssignCulture parameter missing

2009-04-15 Thread David Bartmess
Figured this out. Needed to add the culture to the list in the project properties. Not sure why this didn't come up before, I've reverted to the previous build, and it still happened. -Original Message- From: David Bartmess [mailto:david.bartm...@wallst.com] Sent: Wednesday, April 15,

Re: [WiX-users] Wix Installer Upgrade problem

2009-04-15 Thread Alex Cater
Works for us. No CustomActions necessary. I recall that there were sequencing issues related to LaunchConditions although it appears that this has now been addressed from WiX version 3.0.5027.0. LaunchConditions, FindRelatedProducts and Downgrades -- View this message in context:

[WiX-users] Fails to register a dll that depends on VC9 runtime

2009-04-15 Thread Taresh Parekh
Hi there, We've created a Wix based installer that has a few COM dlls that use VC 9.0 runtime dlls. We've included the VC9 runtime merge modules in our product.wxs file it even installs the merge modules. But it fails to self register the COM dlls. Surprisingly if we ignore the failure

Re: [WiX-users] Single installer for 32-bit and 64-bit

2009-04-15 Thread Simon Dahlbacka
On Wed, Apr 15, 2009 at 10:04 PM, Prashant Murthy prash...@gmail.com wrote: Hi All, Is it possible to bundle 32-bit and 64-bit files into a single MSI and install the appropriate ones based on the system on which it is being installed? AFAIK, no

Re: [WiX-users] Multiple web-site installer

2009-04-15 Thread Scott Vickery
-Original Message- From: Luke Bakken [mailto:luke.bak...@gmail.com] Sent: Wednesday, April 15, 2009 10:20 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Multiple web-site installer I have a situation where I need to run the same installer more

[WiX-users] Problem building a WIX project using devenv

2009-04-15 Thread Raja, Moiz (Moiz)
Hi All, I am new to this forum. I started working with WIX about a week and have moved an existing setup which I had originally written (created) using the Visual Studio Setup project to WIX. I am seeing issues with building my WIX project from the command line using devenv. The same project

Re: [WiX-users] RemoveFile Table

2009-04-15 Thread Alex Cater
my point was that we get an error reported. Does that make this a bug..? Technically, I suppose its arguable, but in my opinion it isn't a bug, especially considering that the WiX documentation states that the name attribute is required. The RemoveFile and RemoveFolder elements are, to all

Re: [WiX-users] RemoveFile Table

2009-04-15 Thread Benjic
Actually I realized what the problem was – I had not nested the remove folder element under the directory that was causing the error. Once nested correctly it did not report the ICE validation error. Thus if the RemoveFile table(or removefolder)entry is not nested under the directory that the

Re: [WiX-users] Windows Service Event Log Source set to 'Service1'

2009-04-15 Thread Wilson, Phil
I think Service1 is the default name generated by .NET service classes, so I'd look in the service code. Phil Wilson -Original Message- From: Murray Hipper [mailto:mhip...@snowdengroup.com] Sent: Tuesday, April 14, 2009 10:59 PM To: wix-users@lists.sourceforge.net Subject: