Re: [WiX-users] Util-extension in wix v2

2008-01-14 Thread Bob Arnson
Tobias Holm wrote: No registry entries were made. However, I think that was because I used the wrong type for the registry entry. If I change the /type/ attribute in the /Registry /element/ / from /string /to /expandable/ it works ok. However I'm not sure about this approach. Is there a

Re: [WiX-users] Util-extension in wix v2

2008-01-13 Thread Tobias Holm
n I'm limited to WiX v2? /Tobias From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: den 12 januari 2008 19:47 To: Tobias Holm Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Util-extension in wix v2 Tobias Holm wrote: However, this does not seem to work. No entries are

Re: [WiX-users] Util-extension in wix v2

2008-01-12 Thread Bob Arnson
Tobias Holm wrote: However, this does not seem to work. No entries are made. No registry entries or no event source entries? I have found some posts mentioning the /Util-extension/, where there should be a element called /EventSource/ that should do just this. I have however not been abl

[WiX-users] Util-extension in wix v2

2008-01-12 Thread Tobias Holm
Hi all, I've need to add some event sources in my MSI installer. My first approach was to add the entries with a registry element in the wxs file. However, this does not seem to work. No entries are made. I have found some posts mentioning the Util-extension, where there should