Re: [WiX-users] How to run msi installation from C# code and get it's installation process

2010-07-27 Thread ALive
alled during an installation to get progress updates and actiondata, etc. Hope that gets you started. -Original Message- From: ALive [mailto:aliv...@gmail.com] Sent: Tuesday, July 27, 2010 10:58 AM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] How

Re: [WiX-users] How to run msi installation from C# code and get it's installation process

2010-07-27 Thread Blair
Hope that gets you started. -Original Message- From: ALive [mailto:aliv...@gmail.com] Sent: Tuesday, July 27, 2010 10:58 AM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] How to run msi installation from C# code and get it's installation p

Re: [WiX-users] How to run msi installation from C# code and get it's installation process

2010-07-27 Thread IFM Lists
> 1) First part. I need to run an installation (*.msi file(s)) via .NET > (C#) code. What is the best framework (if any exist) or maybe some wrapper > classes (above MSI API) you could advise? I haven't (yet) run into problems launching the MSI using the plain old Process class, e.g. usin

[WiX-users] How to run msi installation from C# code and get it's installation process

2010-07-27 Thread ALive
Hi, WiX community! A question, the professional answer for I was unable to find through MSI and installer forums. 1) First part. I need to run an installation (*.msi file(s)) via .NET (C#) code. What is the best framework (if any exist) or maybe some wrapper classes (above MSI API) you co