Re: [WiX-users] Password in the msi logs

2007-09-03 Thread Jeff Henkels
Try adding your password property to the MsiHiddenProperties row in the Properties table. "Pallavi Patrutkar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, In this case, I am facing a problem. In spite of me putting Hidden="yes" for my password property, password gets prin

Re: [WiX-users] Execution order of launch condiitions

2007-09-03 Thread Jeff Henkels
What do you mean? According to http://msdn2.microsoft.com/en-us/library/aa372021.aspx, there is an ORDER BY clause in the SELECT statement. I've used it once or twice, and it appears to work. "Christopher Painter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I always though

Re: [WiX-users] C# .dll

2007-03-20 Thread Jeff Henkels
To amplify Phil's "How hard can it be?" -- I've been a Windows developer since 1992 (C++ since 94) and have written just about every kind of Win32 code imaginable, including device drivers and VxDs. By far the most difficult aspect of Windows development, IMHO, is creating & maintaining MSIs -