For a client/server application, I have the server and client WiX projects
in a single solution using Votive and WiX v3 in VS 2005.

The server project has a reference to the client project to include the MSI
inside the server installation. We don't run the client installer. We simply
put it in a folder and generate a share that everyone can read. Specifically
the server install includes a File element where...

File/@Source="$(var.ClientInstall.TargetPath)"

This worked great until I started to add the UI elements. I wanted to
localize the UI, so I added localization files (wxl) for the different
cultures we need. This broke the server compile. The localized clients are
generated in a separate subfolder for each culture, but the server build
breaks because it is looking for the client MSI in the folder that is the
parent to the culture folder.

Should this be working?

- Don Benson -
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to