Hello,

I'm using WiX for some installations. I have two scenarios that have me a
little unsure of how to continue.

1) I am using custom SQL Credentials for executing SSIS Jobs
2) I am deploying an Analysis Services Cube, and need to set the DataSource
credentials in an XMLFile replacement before passing it to ASCMD to update
the database.

Each of the above take a password which is in a secured property, and either
stick it in a SQL String (which is then passed to the sql server to create
the credential), or is used to update an XML Config property.

Now, I can overwrite the XML file that had the password with a fresh xml
file as an additional component, but when logging is enabled, I see:
1) The password in the SQL String before string is executed
2) The sql string in the XML Replacement: PROPERTY CHANGE: Adding
ExecXmlFile property. Its value is '...
  .. and ...

CustomActionSchedule(Action=ExecXmlFile,ActionType=3073,Source=BinaryData,Target=ExecXmlFile,CustomActionData=...

The deployment tool I'm using has logging enabled by default, and I'm
looking for a good way to 'hide' those details. Are there any ways to keep
it out of the log for good without having to post-process the log file?

Thanks!
Kevin I
-- 
View this message in context: 
http://n2.nabble.com/Secured-Strings-in-Log--tp1451020p1451020.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to