[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: Binary Id=MyCustomActions SourceFile=C:\DEV\Temp\CustomActions\bin\Debug\CustomActions.CA.dll/ CustomAction Id=CustomInstallDir BinaryKey=MyCustomActions DllEntry=CustomAction1

[WiX-users] TARGETDIR

2009-10-28 Thread Lough, Norman
Directory Id=TARGETDIR Name=SourceDir Directory Id=INETPUB Name=Inetpub Directory Id=WEBDIR Name=wwwroot Directory Id=Web1Dir Name=Web1 / Directory Id=Web2Dir Name=Web2 / Directory Id=Web3Dir Name=Web3 / /Directory /Directory

[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 WixVariablesWixUILicenseRtf=Branding\Imass FiReControl Eula.rtf; WixUIBannerBmp=Branding\Imass Infoterra Logo 493x58 Right Align.bmp/WixVariables Norman Lough Developer Tel: +44 (0)191 213 DDI:

[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: xs:simpleType name=YesNoType

[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

[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 line

[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
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;);

[WiX-users] Upgrades

2009-03-09 Thread Lough, Norman
The code below clears out previous versions for me. Product Id=23cc363c-b9d2-451b-a349-38b91bd487c6 Name=Common 1.0.4.0 Language=1033 Version=1.0.4.0 Manufacturer=Company Name UpgradeCode=9d32a378-0b1e-492a-9a40-dd80deb8ab55 ... Property

[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. ?define DisableEnable1 = no? Control Id=WSServerEditBox Type=Edit X=20 Y=72 Width=290

[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 Control Id=WSServerEditBox Type=Edit X=20 Y=72 Width=290 Height=18 Default=yes Text=amp;abc Property=WEBSERVICESERVER / I've tried the above (and without the amp) but cannot get anything to

[WiX-users] XmlFile

2009-02-16 Thread Lough, Norman
I have a web.config with the following applicationSettings zTestWebSite.Properties.Settings setting name=zTestWebSite_localhost_Service serializeAs=String valuehttp://[SERVERNAME]/NormsTestWebService/Service.asmx/value /setting /zTestWebSite.Properties.Settings

[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
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 combine them

[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

[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 fragment 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

[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] (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 http://www.imass.co.uk/ Imass Limited is an Infoterra company, part

[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 Publish Event=DoAction