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

2011-03-05 Thread Tobias S
; What means 'if the size of the file allows' ? > Is there a maximum file size for this? > > Windows Explorer says the file has 6KB. > > -Ursprüngliche Nachricht----- > Von: Dan Vasilov [mailto:d...@rms.ro] > Gesendet: Freitag, 4. März 2011 13:29 > An: 'Gene

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

2011-03-04 Thread Dan Vasilov
s Installer XML toolset. Subject: 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 thi

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

2011-03-04 Thread Simon Chromow
lto: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, if the size of the file

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

2011-03-04 Thread Dan Vasilov
In .NET you will use a BinaryReader or File.ReadAllBytes, if the size of the file allows. Does this answer your question? Dan -Original Message- From: Simon Chromow [mailto:simon.chro...@bewotec.de] Sent: Friday, March 04, 2011 1:05 PM To: wix-users@lists.sourceforge.net Subject