Re: [WiX-users] Progress Text update

2010-07-29 Thread ALive
If it is possible just add some Thread.Sleep(3000); or some WinAPI analog like ::Sleep(DWORD); to simulate long process work, in this case you'll be able to see the text. Hope this helps. -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] Sent: Thursday, July 29

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

[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

[WiX-users] MSBuild generated bootstrapper question

2010-05-15 Thread ALive
Good day to Wix community! Is it possible to pass a parameter inside MSBuild generated bootstrapper? I would like to pass a 'SA' password for the SQL Server Express setup along with some other setup options. According to a Package.xml file taken from SQL Server express bootstrapper (C:\Pro

Re: [WiX-users] WiX Logging

2010-04-27 Thread ALive
Hi, Cameron! If I'm not mistaken you can use MsiLogging Property (you can read details inside MSI SDK documentation). Remarks: The MsiLogging property sets the default logging mode for the Windows Installer package. If this optional property is present in the Property table, the installer generate