[WiX-users] wix3.5 - Set directory name via ui dialog property

2012-02-05 Thread Alan Smith
From: the_red_baro...@hotmail.com To: wix-users@lists.sourceforge.net Subject: wix3.5 - Set directory name via ui dialog property Date: Tue, 31 Jan 2012 02:51:28 + Hi, I'm quite new to WiX and am currently trying to author a package with a series of Features. Part of this is the creation o

[WiX-users] WIX Example

2012-02-05 Thread Phillip Wu
I am reading the tutorial: http://wix.tramontana.co.hu/tutorial In the first example presented (samplefirst.wxs) there is an executeable, helper dll, pdf instruction manual. When the example is built it makes the executeable, icons, shortcuts one component. The helper dll is put into another com

[WiX-users] Patching and Pyro Warning PYRO1110

2012-02-05 Thread Sanjay Poria
I have created an MSI product installer for a product that has a main feature (call it MF) and a sub feature (call it SF). It is mandatory to install the main feature but the sub feature is optional. I am experimenting with creating patches (small updates) using Wix 3.5 for this product. I hav

[WiX-users] IIS7 Site Id

2012-02-05 Thread Neil Sleightholm
In WiX 3.0 code was added (defect 2219545) to allow the WebSite/@SiteId attribute to be set to "*" to indicate that it should set the site id to the hash of the site name (WebSite/@Description), this code is still present in WiX 3.5 for IIS6 but not IIS7. This now means that when sites are insta

Re: [WiX-users] Harvesting dll's referenced in a c# project in VS

2012-02-05 Thread Neil Sleightholm
Yes probably a bug but bottom line is VS deployment projects suck! It is more an issue with maintaining a reliable build or my installation project when moving the build between development and build machine, mainly it is related to COM references but I have also had issues with different versio