Re: [WiX-users] Setting SiteID in IIS 6

2008-04-01 Thread quinton quammie
Hi David, I'm trying to replicate the functionality available in other packaging toolsets, at least one of them (not sure if I can mention) allows you to set it to specific value, rather than just being incremental. regards Quinton From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 1 Apr 2008

[WiX-users] Setting SiteID in IIS 6

2008-04-01 Thread quinton quammie
Hi, does anyone know if there a way to set the SiteId in IIS6 to a specific value using Wix (2 or 3), not seeing anything in the documentation or here. Currently it will just increment with each new website created. cheers Quinton _

[WiX-users] COM Extraction questions (Wix 2)

2008-03-20 Thread quinton quammie
hi, hope someone can help me with the following queries. I’m using Wix 2.0.5805, is there a way to import COM registration in such a way that it will already have references to the advertising tables (ProgId Table, AppId Table, TypeLib)? I know the WIX v3 tool Heat has this ability; for WIX 2

[WiX-users] XmlConfig problem with repeating nodes

2008-03-20 Thread quinton quammie
hi, I’m using Wix 2.0.5805 and having problems using XMlConfig to add the below entries in an XML file (end up with only the last number being written), is this possible using WIX, and does anyone have any example code? thanks in advance. 1.2 1.3 code i'm currently using is be