Re: [WiX-users] Manually building a Votive project

2011-06-08 Thread Bob Arnson
On 07-Jun-11 16:18, Francisco Gabriel Malbrán wrote: > I wanted to tell you that I was able to compile by using *only* WiX > installation and WiX's tools (candle, light). I say *only* because I dont > use anymore msbuild, but if WiX relies on .NET to work then there is an > implicit use of .NET. I

Re: [WiX-users] unhandled exception in light

2011-06-08 Thread Bob Arnson
On 07-Jun-11 14:40, Thomas Svare wrote: > I got about 6% better compression with 7-Zip compared to WinRAR but > unfortunately my file is still too big to attach (40.3MB). Is there another > alternative to making the crash dump available? Something like SkyDrive

[WiX-users] Upgrade without providing or removing some previous component.

2011-06-08 Thread Jim Hewes
Due to my lack of expertise in installers, I think I got into a bad situation with the wrong installer arrangement and I’m wondering what the best way out of it is. I’m using WiX 3.0, but this is a more general install problem so let me know if it’s not appropriate to ask here. I have an install

Re: [WiX-users] Failed to configure IIS web svc ext

2011-06-08 Thread taiwah70
Here is the markup. Thank you for your help. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Failed-to-configure-IIS-web

Re: [WiX-users] What is the best design to support a conditional rootdirectory

2011-06-08 Thread Peter Shirtcliffe
We've done something similar for MS Office versions so I can give you an outline. We have a single installer that installs some files to a Word directory. 1. Create a set of file and/or registry searches detect the location of each Visual Studio and store them in appropriately named properties, e.