[WiX-users] Enable logging inside MSI package

2009-03-12 Thread Jacek Dudziak
Is it possible to turn on verbose logging from inside the MSI package itself? Today my customers can do it by running 'msiexec /l*v' but the problem is that they do not know that command, as they usually double click on the MSI file itself. I know I can make it work by creating setup.exe

Re: [WiX-users] Enable logging inside MSI package

2009-03-12 Thread Jacek Dudziak
: [WiX-users] Enable logging inside MSI package MSI 4.0 has the MsiLogging and MsiLogFileLocation properties, but you're correct, there's nothing before that except MsiEnableLog in the calling process. Phil Wilson -Original Message- From: Jacek Dudziak [mailto:jacekdudz...@hotmail.com

Re: [WiX-users] DTF Dependency Detection

2008-09-25 Thread Jacek Dudziak
this to your project file: PropertyGroup CustomActionContentsdependency3.dll;path\to\resource.txt/CustomActionCont ents /PropertyGroup Let me know if that doesn't solve the problem. -Jason- -Original Message- From: Jacek Dudziak [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 1:25

Re: [WiX-users] DTF Dependency Detection

2008-09-24 Thread Jacek Dudziak
them into the Packaging phase? Is there any other way to do it? -- From: Jacek Dudziak [EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 4:45 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] DTF Dependency Detection I have a bunch

[WiX-users] Deferred Managed CA and GAC-ed dll dependency

2008-08-22 Thread Jacek Dudziak
I have implemented deferred managed custom action relying on other dll (let's call it gaced.dll) that is extracted to INSTALLDIR and also GAC-ed during install. From time to time, custom action fails with FileNotFound exception saying that gaced.dll was not found. The same action uses other