Re: [WiX-users] How to read binary file content using c#custom action???

2011-03-05 Thread Tobias S
- Von: Dan Vasilov [mailto:d...@rms.ro] Gesendet: Freitag, 4. März 2011 13:29 An: 'General discussion for Windows Installer XML toolset.' Betreff: Re: [WiX-users] How to read binary file content using c#custom action???        In .NET you will use a BinaryReader or File.ReadAllBytes

[WiX-users] How to read binary file content using c# custom action???

2011-03-04 Thread Simon Chromow
Hi wix-users, Does anybody know, how to read content from a specific binary file using a c# custom-action? Thanks for your efforts Simon -- What You Don't Know About Data Connectivity CAN Hurt You This paper

Re: [WiX-users] How to read binary file content using c# custom action???

2011-03-04 Thread Dan Vasilov
Subject: [WiX-users] How to read binary file content using c# custom action??? Hi wix-users, Does anybody know, how to read content from a specific binary file using a c# custom-action? Thanks for your efforts Simon

Re: [WiX-users] How to read binary file content using c#custom action???

2011-03-04 Thread Simon Chromow
] Gesendet: Freitag, 4. März 2011 13:29 An: 'General discussion for Windows Installer XML toolset.' Betreff: Re: [WiX-users] How to read binary file content using c#custom action??? In .NET you will use a BinaryReader or File.ReadAllBytes, if the size of the file allows. Does this answer

Re: [WiX-users] How to read binary file content using c#custom action???

2011-03-04 Thread Dan Vasilov
: Re: [WiX-users] How to read binary file content using c#custom action??? What I don't understand, is how to get the file from the binary table. Could you give me an example? What means 'if the size of the file allows' ? Is there a maximum file size for this? Windows Explorer says the file has