[WiX-users] Wixz C# Custom Action Project

2011-08-30 Thread Lough, Norman
Is it possible to access any session data from a Wix C# Custom Action project? I have the following: Not Installed Not Installed When I look in the log file the CustomInstallDir is set as expected but I'm unable to se

[WiX-users] TARGETDIR

2009-10-28 Thread Lough, Norman
I've used the above folder structure - the installer was used and it appears that on one particular machine web directories appeared under the D drive a

[WiX-users] Wix variables when building with Microsoft.Build.BuildEngine

2009-06-08 Thread Lough, Norman
Just to add to the previous mail, the following line is also in the project file WixUILicenseRtf=Branding\Imass FiReControl Eula.rtf; WixUIBannerBmp=Branding\Imass Infoterra Logo 493x58 Right Align.bmp Norman Lough Developer Tel: +44 (0)191 213 DDI: +44 (0)191 2028360 Email:

[WiX-users] Wix variables when building with Microsoft.Build.BuildEngine

2009-06-08 Thread Lough, Norman
Hi I'm building a Wix project using Microsoft.Build.BuildEngine and the Project class. Does anyone know how I ensure that my Wix variables are included? I see them referred to in the project file itself. -the default

[WiX-users] wix and xsd

2009-03-18 Thread Lough, Norman
Problem solved(?) Wherever YesNoType 'TypeName' is used (EmbedCab for inst.) there is a corresponding 'TypeNameSpecified' bool - as long as I comment out the bool type it works - dunno why this should be the case - maybe the serialization process is getting the two confused and is adopting the

[WiX-users] wix and xsd

2009-03-18 Thread Lough, Norman
I'm currently working on a project to automate the creation of wix files. I ran xsd on the wix.xsd to create a wix.cs file. Most of it seems to be working as expected except for the use of enums. In particular the YesNoType: In the wix.xsd file: Values of this type will either be

[WiX-users] xsd and wix

2009-03-11 Thread Lough, Norman
Problem sorted. If anyone else is doing this sort of thing: XmlSerializer writer = new XmlSerializer(typeof(Wix)); XmlSerializerNamespaces ns = new XmlSerializerNamespaces(); ns.Add("iis", "http://schemas.microsoft.com/wix/IIsExtension";); writer.Serialize

[WiX-users] xsd and wix

2009-03-11 Thread Lough, Norman
Paragraph 2 should of course have referred to line 7. Apologies Norman Lough Developer Tel: +44 (0)191 213 DDI: +44 (0)191 2028360 Email: norman.lo...@imass.co.uk Imass Ltd, Northumbria House, Regent Centre, Gosforth, Newcastle upon Tyne, NE3 3PX. http://www.imass.co.uk

[WiX-users] xsd and wix

2009-03-11 Thread Lough, Norman
Has anyone else ran xsd on wix.xsd to create a cs file? I'm trying to automate the creation of my wix files but now need to add support for iis. In a manually created file I included: Xmlns:iis = "http://schemas.microsoft.com/wix/IIsExtension"; - to try and replicate this I attempted to use lin

[WiX-users] Upgrades

2009-03-09 Thread Lough, Norman
The code below clears out previous versions for me. ... ... ... I ran a test where I went from Version 1.0.3.0 to 1.0.4.0. In the 1.0.3.0 version the root directory contained 3 files Default.aspx, Web.Config and TextFil

[WiX-users] Conditional Feature

2009-02-23 Thread Lough, Norman
If DisableEnable1 is manually set to no or yes then the edit box behaves as expected (enabled/disabled). I want to be able to set DisableEnable1 depending on whether a Feature has been installed. I've tried various ways of detecting whether the user has selected

[WiX-users] Edit control

2009-02-17 Thread Lough, Norman
I've created a custom control and want to be able to populate an edit box with some default text I've tried the above (and without the &) but cannot get anything to appear. I intend to use the corresponding property to edit an installed config file. Any ideas as to why the text doesn't sho

[WiX-users]

2009-02-16 Thread Lough, Norman
I have a web.config with the following http://[SERVERNAME]/NormsTestWebService/Service.asmx I want to use to modify the value http://[SERVERNAME]/NormsTestWebService/Service.asmx I have a property WEBSERVICESERVER which will say something like localhost

[WiX-users] Custom dialog

2009-02-13 Thread Lough, Norman
I've created a custom dialog and I can get it to appear between certain dialogs (WelcomeDlg and LicenseAgreementDlg say). I've modified a copy of WixUI_FeatureTree to include my dialog - I thought I would include it after the VerifyReadyDlg but before the ProgressDlg. I've seen some example that

[WiX-users] Combined installers

2009-02-10 Thread Lough, Norman
Further to my previous post I've attempted to combine installers by adding a further wxs file. Within the resulting I've attempted to add the contents of the second wxs file I'd previously created. My problem lies with the directories to which I want to install: This was how the directories we

[WiX-users] Combined installers

2009-02-10 Thread Lough, Norman
I've created a couple of wix installers (website, windows service). I'd like to combine them into one package. Can anyone point me in the direction of a decent tutorial or let me have a few pointers to get me started? I've had a good look around on the web and in the documentation but I'm no furthe

[WiX-users] Combined installers

2009-02-10 Thread Lough, Norman
Previous post apparently not received. From: Lough, Norman Sent: 10 February 2009 11:37 To: wIX (wix-users@lists.sourceforge.net) Subject: Combined installers I've created a couple of wix installers (website, windows service). I'd like to co

[WiX-users] Directory browsing

2009-02-05 Thread Lough, Norman
Is it possible to set Directory browsing for a web application under iis? Norman Lough Developer Tel: +44 (0)191 213 DDI: +44 (0)191 2028360 Email: norman.lo...@imass.co.uk Imass Ltd, Northumbria House, Regent Centre, Gosforth, Newcastle upon Tyne, NE3 3PX. http://www.imass.co.uk

[WiX-users] Basic website

2009-02-04 Thread Lough, Norman
I'm trying to create a basic website installer using Wix V3.0.4805.0 Having searched around on the net I've got the wxs file as below: I'm getting error CNDL0005: The Component element contains an unexpected child element 'WebSite'. error CNDL0005: The Component element contains an unexpected

[WiX-users] WEBCA_CreateURLS

2009-01-09 Thread Lough, Norman
Resubmitting the query as no auto ack. received - assuming the original request didn't make it. I'm using Dark (Wix V3)to convert an existing Visual Studio msi (which had been tried and tested). There are two lines which are giving the same error 1 1 error LGHT0094: Unresolv

[WiX-users] (no subject)

2009-01-09 Thread Lough, Norman
Test Norman Lough Developer Tel: +44 (0)191 213 DDI: +44 (0)191 2028360 Email: norman.lo...@imass.co.uk Imass Ltd, Northumbria House, Regent Centre, Gosforth, Newcastle upon Tyne, NE3 3PX. http://www.imass.co.uk Imass Limited is an Infoterra company, par