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.

 

<Registry 

  Root="HKLM" 

 
Key="SYSTEM\CurrentControlSet\Services\Eventlog\Application\MyNewApplication
" 

  Name="EventMessageFile" 

 
Value="C:\Windows\Microsoft.NET\Framework64\v2.0.50727\\EventLogMessages.dll
" 

  Type="string"  

/>

 

However, this does not seem to work. No entries are made. 

 

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 able to find this extension library anywhere, nor have I been able to
determine if it works with wix v2.

 

Is using the Util-extension the right way to add event source entries in wix
v2? If so, where can I get a hold of it?

 

Any help is much appreciated! 

 

Regards

 

Tobias

 

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to