No. You may be able to find something you can use here:
http://msiext.codeplex.com/
You should also mark your Property with Hidden="yes" so it doesn't appear in
the logs.


-----Original Message-----
From: Thai-Hoa Nguyen [mailto:taiwa...@hotmail.com] 
Sent: 15 February 2011 22:40
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Encrypt and store the SQL sa password in the
windowsregistry



Hello
 
I'm currently storing the SQL sa password so the database can be uninstalled
later.
 
<RegistryValue Root='HKLM' Key='SOFTWARE\xyz\abcName='SQLPwd'
Value='[SQLPASSWORD]' Type='string' />
 
 
<Property Id="SQLPASSWORD" Value="password">
<RegistrySearch Id='SqlPwdReg' Key='SOFTWARE\xyz\abc' Name='SQLPwd'
Root='HKLM' Type='raw'/>
</Property> 
 
Is there a quick and easy way to encrypt and decypt the password in Wix?
 
Thank you.                                        
-----------------------------------------------------------------------------
-
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to