http://msdn.microsoft.com/library/aa370308.aspx &
http://msdn.microsoft.com/en-gb/library/aa370842(VS.85).aspx


Palbinder Sandher 
Software Deployment Engineer 

T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 
http://www.iesve.com 

**Design, Simulate + Innovate with the <Virtual Environment>**

Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP

Email Disclaimer


-----Original Message-----
From: Kevin I [mailto:[EMAIL PROTECTED] 
Sent: 03 November 2008 19:37
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Secured Strings in Log?


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=BinaryDat
a,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



-------------------------------------------------------------------------
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