[WiX-users] Votive/Wix 3.5 - Suppress compile of Project Reference during build

2011-06-16 Thread darrenstone
I currently have a WIX 3.5 project within VS2010 which has a number of project references. One of the projects referenced (ProjectA) is configured to NOT build within the solution configuration (set via the Solution Configuration Manager). I won't go into the reason that ProjectA is not built but

[WiX-users] IIS Certificate Trust List

2009-07-21 Thread darrenstone
I am looking for some guidance on IIS configuration. I want to create a Certificate Trust List and then enable it for the website that I am installing, is this possible in Wix? - HBOS plc,

Re: [WiX-users] 64-bit Questions

2007-10-17 Thread darrenstone
Do you also know how the ProcessorArchitecture attribute of the file element is actually used during deployment. _ From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 17 October 2007 06:07 To: Stone, Darren (HBOS FS, IT , DDC Infrastructure) Cc: wix-users@lists.sourceforge.net Subject:

[WiX-users] 64-bit Questions

2007-10-16 Thread darrenstone
I am attempting to package a .Net 2.0 application for deployment to a server running the 64-Bit version of Windows 2003. Having never attempted a 64 Bit deployment before I would appreciate feedback on the following: * I have seen that you can mark a Component as 64 bit (i.e. Win64='yes').

[WiX-users] Launch Condition based on Feature Selected

2007-09-20 Thread darrenstone
I am doing a registry search to ensure that a certain key is present before progressing with the installation. However this key is only required for 1 of my 3 features. Therefore if feature X is selected then my install should only progress if the registry key is present, for example !--

[WiX-users] Problem with Patch Creation

2007-07-03 Thread darrenstone
I am attempting to build a patch that is uninstallable but am not having any joy so far. I am using Wix version 2 and my patch file is as follows: Wix xmlns= http://schemas.microsoft.com/wix/2003/01/wi http://schemas.microsoft.com/wix/2003/01/wi; PatchCreation

[WiX-users] Creation of Virtual Directory within existing Website

2007-06-05 Thread darrenstone
The scenario is that my target machine has two websites as follows: Default Web Site, IP Address - All Unassigned, Port - 80, Status (STOPPED) My Website, IP Address - All Unassigned, Port - 80, Status (STARTED) Therefore they are identical but the default site is stopped (I know that the

[WiX-users] Path to Binary

2007-05-31 Thread darrenstone
I have a deferred custom action that works from a configuration file on disk. At present I am installing the configuration file along with all my other files and passing the file path to the custom action (from where it is read in). I currently haven't got scope to change the custom action.

[WiX-users] Wix Version

2007-05-24 Thread darrenstone
Some general advice required. I have an application being delivered in November that will use Wix for packaging. This application will be the first to use it but it will be rolled out to other applications througout 2008. My query then is what version of Wix people would recommend I use (i.e.

[WiX-users] Immediate Custom Action - Reading Config File

2007-05-15 Thread darrenstone
Is there a way to access an xml file (packaged within the msi) from a custom action that is executed immediately. I am trying to see if it is possible to update Properties from values within a config file. Therefore a deferred custom action is not appropriate as I will not have full access to

[WiX-users] Use of WindowsFolder property

2006-09-07 Thread darrenstone
This is probably very straightforward but could someone help me on the following. When using the 'WindowsFolder' installer property as part of a directory search it works fine. Property Id="NET20" DirectorySearch Id='NET20Dir' Path="[WindowsFolder]Microsoft.NET\Framework\v2.0.50727" /