[WiX-users] ServiceIntall using MergeModules - account doesn't get set

2011-09-20 Thread Dirk Räder
Hi all, I'm implementing an installer using merge modules. Two of these modules contain ServiceInstall elements like this: ServiceInstall Account=[USER_NAME] Password=[USER_PASSWORD] ErrorControl=critical Description=Data Service DisplayName=DataService Id=dataServiceInstall Name=DataService

Re: [WiX-users] ServiceIntall using MergeModules - account doesn't getset

2011-09-20 Thread Peter Shirtcliffe
You can set Property/@SuppressModularization attribute. However this is described as a last resort :) You can also use configurable merge modules but they are a pain. http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/avoiding-GUID-d

[WiX-users] problems with service installation

2011-09-20 Thread Alexander Nagel
Hi all, i want to create a msi package with a daemon / service configuration, but the installation of the service fails. To be more clear, the files are copied to the right place and even the firewall rules are working. But the service ... no chance. I tested the msi package in XP SP3, Server

[WiX-users] Patches: torch MSI or WIXPDB ?

2011-09-20 Thread robert_yang
Hi all - I've been experimenting with torch/pyro/patching on our Wix installer, which I'm proud to say has completely replaced InstallShield for our application. The thing I'm wondering about is this: do you have to use .wixpdb files as input to torch, or can you use .msi's instead ? The docs

Re: [WiX-users] Patches: torch MSI or WIXPDB ?

2011-09-20 Thread John Cooper
As the error message implies, you need to do an /admin install of the MSI before running pyro/torch so that it has access to the files if you don't want to use wixpdb's. -- John Merryweather Cooper Jack Henry Associates, Inc. (Premier Tech, Inc.) Build Install Engineer - jXchange Office:

Re: [WiX-users] Patches: torch MSI or WIXPDB ?

2011-09-20 Thread robert_yang
Thanks John for prodding me in the right direction. After looking around a bit more (particularly Peter Marcu's blog entry of 30-May-2008) I did admin installs such as the following : msiexec /a orig\setupproject1.msi TARGETDIR=c:\wix\admin msiexec /a new\setupproject1.msi

Re: [WiX-users] Anyone have a sample WixProject that includes installing and configuration SQL Express 2008 or 2008 R2?

2011-09-20 Thread Dave Andersen
We package SQL Express as a prerequisite using .NET bootstrapper. You can find the package if you have the SDK installed somewhere like this C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages We needed to make some modifications to the default package details to provide a

[WiX-users] Best way to invoke Wix from a TFS build workflow?

2011-09-20 Thread David Rickard (USA)
I need to build some MSIs with Wix during our TFS build. Our current TFS build is using the Windows Workflow XAML files to declare the build logic. What's the best way to invoke Wix from there? Directly invoking the process from an activity? Going down to a powershell script and calling it from

Re: [WiX-users] Best way to invoke Wix from a TFS build workflow?

2011-09-20 Thread Christopher Painter
The simplest way is to use Votive to generate a .SLN / .WIXPROJ and then add the sln configuration | platform to to the build parameters in the build definition. You shouldn't have to do any customizations in workflow as the Default Template will work out of the box. Passing a

Re: [WiX-users] Anyone have a sample WixProject that includes installing and configuration SQL Express 2008 or 2008 R2?

2011-09-20 Thread John Bergman
Thank you. Are you working with VS2010? -Original Message- From: Dave Andersen [mailto:d.ander...@gmail.com] Sent: Tuesday, September 20, 2011 5:03 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Anyone have a sample WixProject that includes installing and configuration

Re: [WiX-users] Best way to invoke Wix from a TFS build workflow?

2011-09-20 Thread John Bergman
Are you building Projects that exist in VS2008 or 2010? If so, we simply created the WiXprojects and it was all handled automatically. In our case, we created a separate project that handled the build of the install packages, using MergeModules from several places, including some of our own.

Re: [WiX-users] Anyone have a sample WixProject that includes installing and configuration SQL Express 2008 or 2008 R2?

2011-09-20 Thread Dave Andersen
Yes, I am. I'm not sure exactly which Visual Studio or Windows SDK versions have that particular package. There's probably a list out there somewhere. Dave On Tue, Sep 20, 2011 at 4:13 PM, John Bergman [via Windows Installer XML (WiX) toolset] ml-node+s687559n6814215...@n2.nabble.com wrote:

[WiX-users] Don't link not referenced features

2011-09-20 Thread Elanius
Hi Could anybody help me with fragments and features. I'm working on big wix project with lot of fragments. Idea was that I make libraries for everything what can be shared between our installers and then just by references compose what I need. Everything goes fine until now. I created fragment