Re: [WiX-users] Extract Binary file from MSI to Temp folder using C#

2013-09-03 Thread ak m
Thank you... On Mon, Sep 2, 2013 at 6:30 PM, Gabriel Ivanes g...@fastmail.net wrote: Hello, An example function in vbscript : Function ExtractBinary(BinaryName, OutputFile) Const msiReadStreamAnsi = 2 Dim oDatabase Set oDatabase = Session.Database Dim View

Re: [WiX-users] Extract Binary file from MSI to Temp folder using C#

2013-09-03 Thread Christopher Painter
Subject: [WiX-users] Extract Binary file from MSI to Temp folder using C# Dear All, Code to Extract Binary file from MSI to Temp folder using C# Anyone Plz help me on this? Thanks in Advance... Anil -- Learn the latest

Re: [WiX-users] Extract Binary file from MSI to Temp folder using C#

2013-09-03 Thread ak m
, September 02, 2013 7:21 AM To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Subject: [WiX-users] Extract Binary file from MSI to Temp folder using C# Dear All, Code to Extract Binary file from MSI to Temp folder using C# Anyone Plz help me

Re: [WiX-users] Extract Binary file from MSI to Temp folder using C#

2013-09-03 Thread Gabriel Ivanes
an install? From: ak m [2]wixak...@gmail.com Sent: Monday, September 02, 2013 7:21 AM To: General discussion for Windows Installer XML toolset. [3]wix-users@lists.sourceforge.net Subject: [WiX-users] Extract Binary file from MSI to Temp folder using C

Re: [WiX-users] Extract Binary file from MSI to Temp folder using C#

2013-09-03 Thread Christopher Painter
, September 02, 2013 7:21 AM To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Subject: [WiX-users] Extract Binary file from MSI to Temp folder using C# Dear All, Code to Extract Binary file from MSI to Temp folder using C# Anyone Plz help me on this? Thanks

[WiX-users] Extract Binary file from MSI to Temp folder using C#

2013-09-02 Thread ak m
Dear All, Code to Extract Binary file from MSI to Temp folder using C# Anyone Plz help me on this? Thanks in Advance... Anil -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy

Re: [WiX-users] Extract Binary file from MSI to Temp folder using C#

2013-09-02 Thread Gabriel Ivanes
Hello, An example function in vbscript : Function ExtractBinary(BinaryName, OutputFile) Const msiReadStreamAnsi = 2 Dim oDatabase Set oDatabase = Session.Database Dim View Set View = oDatabase.OpenView(SELECT * FROM Binary WHERE Name = ' amp; BinaryName amp; ')