Re: [WiX-users] Prevent logging

2012-12-06 Thread Rob Mensching
No, you can't override that bit without recompiling the .wixlib it's in. That's why I suggested filing a bug so we are sure to fix it for the next release. On Wed, Dec 5, 2012 at 10:37 PM, Grigory Konovalov < grigory.konova...@confirmit.com> wrote: > >>The CustomAction element needs a HideTarge

Re: [WiX-users] Prevent logging

2012-12-05 Thread Grigory Konovalov
>>The CustomAction element needs a HideTarget as well. That'd be a bug in the >>WiX toolset. I tried to solve a problem with "ExecXmlFile" by this way. I have just changed a type of ExecXmlFile custom action in the result msi file from 3073 to 11265 (open it by Orca and add 0x2000 to the default

Re: [WiX-users] Prevent logging

2012-12-05 Thread Rob Mensching
uld it ever > need > to change. It would solve your problem. > > -Original Message- > From: Grigory Konovalov [mailto:grigory.konova...@confirmit.com] > Sent: 05 December 2012 11:43 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Prevent logging > &

Re: [WiX-users] Prevent logging

2012-12-05 Thread Peter Shirtcliffe
December 2012 11:43 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Prevent logging >> Add this to ensure that the custom action data is hidden as well: >> Thanks for your help, but it helps to hide only one place with passwords in log. But I still have some places wi

Re: [WiX-users] Prevent logging

2012-12-05 Thread Grigory Konovalov
>> Add this to ensure that the custom action data is hidden as well: >> Thanks for your help, but it helps to hide only one place with passwords in log. But I still have some places with passwords: . . . MSI (s) (0C:80) [15:27:09:048]: Executing op: CustomActionSchedule(Action=ExecXmlFile,

Re: [WiX-users] Prevent logging

2012-12-04 Thread jhennessey
Add this to ensure that the custom action data is hidden as well: -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Prevent-logging-tp7582177p7582224.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Prevent logging

2012-12-03 Thread Grigory Konovalov
>> Can I prevent logging of values for RegistryValue and Util:XmlFile >> components? >Use Property/@Secure It doesn’t help. My properties are secure, but are still logged: log file: Property(S): SecureCustomProperties = …;CONNECTION_STRING;… MSI (s) (4C!34) [10:31:16:859]: PROPERTY CHANGE: Add

Re: [WiX-users] Prevent logging

2012-12-02 Thread Bob Arnson
On 29-Nov-12 07:33, Grigory Konovalov wrote: > Can I prevent logging of values for “RegistryValue” and “Util:XmlFile” > components? Use Property/@Secure. -- sig://boB http://joyofsetup.com/ -- Keep yourself connected t

[WiX-users] Prevent logging

2012-11-29 Thread Grigory Konovalov
Hi I use “RegistryValue” and “Util:XmlFile” components in my setup to write some properties to the registry and to a config file. Some of the properties are secret (f.e. connection strings and passwords). I have to use standard log abilities to log a setup actions. These logs can be created on th